tag | line | file | source code |
second | 1115 | drivers/block/cdu31a.c | schi.cdsc_absaddr.msf.second = bcd_to_int(last_sony_subcode->abs_msf[1]); |
second | 1119 | drivers/block/cdu31a.c | schi.cdsc_reladdr.msf.second = bcd_to_int(last_sony_subcode->rel_msf[1]); |
second | 1329 | drivers/block/cdu31a.c | loc_entry.cdte_addr.msf.second = bcd_to_int(*(msf_val+1)); |
second | 390 | drivers/block/mcd.c | entry.cdte_addr.msf.second = bcd2bin(tocPtr -> diskTime.sec); |
second | 426 | drivers/block/mcd.c | subchnl.cdsc_absaddr.msf.second = bcd2bin(qInfo.diskTime.sec); |
second | 430 | drivers/block/mcd.c | subchnl.cdsc_reladdr.msf.second = bcd2bin(qInfo.trackTime.sec); |
second | 224 | drivers/scsi/sr_ioctl.c | tocentry.cdte_addr.msf.second = buffer[10]; |
second | 363 | drivers/scsi/sr_ioctl.c | subchnl.cdsc_reladdr.msf.second = buffer[14]; |
second | 366 | drivers/scsi/sr_ioctl.c | subchnl.cdsc_absaddr.msf.second = buffer[10]; |
second | 94 | fs/isofs/util.c | int year, month, day, hour ,minute, second, tz; |
second | 102 | fs/isofs/util.c | second = p[5]; |
second | 119 | fs/isofs/util.c | + second; |
second | 215 | include/linux/cdrom.h | u_char second; |
second | 255 | include/linux/cdrom.h | u_char second; |
second | 265 | include/linux/cdrom.h | u_char second; |
second | 16 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr); |
second | 70 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |
second | 76 | ipc/util.c | return sys_semop (first, (struct sembuf *)ptr, second); |
second | 78 | ipc/util.c | return sys_semget (first, second, third); |
second | 80 | ipc/util.c | return sys_semctl (first, second, third, ptr); |
second | 88 | ipc/util.c | second, third); |
second | 95 | ipc/util.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, |
second | 99 | ipc/util.c | return sys_msgget ((key_t) first, second); |
second | 101 | ipc/util.c | return sys_msgctl (first, second, |
second | 109 | ipc/util.c | return sys_shmat (first, (char *) ptr, second, |
second | 114 | ipc/util.c | return sys_shmget (first, second, third); |
second | 116 | ipc/util.c | return sys_shmctl (first, second, |
second | 126 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |