/linux-3.3/fs/ |
D | ioprio.c | 61 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument 172 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
|
D | fcntl.c | 236 int who = arg; in f_setown() local
|
/linux-3.3/arch/sparc/kernel/ |
D | windows.c | 109 void try_to_clear_window_buffer(struct pt_regs *regs, int who) in try_to_clear_window_buffer()
|
/linux-3.3/arch/powerpc/kernel/ |
D | sys_ppc32.c | 472 long compat_sys_getpriority(u32 which, u32 who) in compat_sys_getpriority() 478 long compat_sys_setpriority(u32 which, u32 who, u32 niceval) in compat_sys_setpriority() 484 long compat_sys_ioprio_get(u32 which, u32 who) in compat_sys_ioprio_get() 490 long compat_sys_ioprio_set(u32 which, u32 who, u32 ioprio) in compat_sys_ioprio_set()
|
/linux-3.3/arch/x86/kernel/ |
D | e820.c | 156 void __init e820_print_map(char *who) in e820_print_map() 1008 char *who = "BIOS-e820"; in default_machine_specific_memory_setup() local 1046 char *who; in setup_memory_map() local
|
/linux-3.3/kernel/ |
D | sys.c | 173 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument 240 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument 1600 static void k_getrusage(struct task_struct *p, int who, struct rusage *r) in k_getrusage() 1674 int getrusage(struct task_struct *p, int who, struct rusage __user *ru) in getrusage() 1681 SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru) in SYSCALL_DEFINE2() argument
|
D | compat.c | 438 asmlinkage long compat_sys_getrusage(int who, struct compat_rusage __user *ru) in compat_sys_getrusage()
|
/linux-3.3/drivers/scsi/ |
D | tmscsim.h | 270 #define SET_RES_TARGET(who, tgt) do { who &= ~RES_TARGET; who |= (int)(tgt); } while (0) argument 271 #define SET_RES_TARGET_LNX(who, tgt) do { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } while (… argument 272 #define SET_RES_MSG(who, msg) do { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } while (0) argument 273 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0) argument 274 #define SET_RES_DRV(who, drv) do { who &= ~RES_DRV; who |= (int)(drv) << 24; } while (0) argument
|
D | dc395x.c | 173 #define SET_RES_TARGET(who,tgt) { who &= ~RES_TARGET; who |= (int)(tgt); } argument 174 #define SET_RES_TARGET_LNX(who,tgt) { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } argument 175 #define SET_RES_MSG(who,msg) { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } argument 176 #define SET_RES_DID(who,did) { who &= ~RES_DID; who |= (int)(did) << 16; } argument 177 #define SET_RES_DRV(who,drv) { who &= ~RES_DRV; who |= (int)(drv) << 24; } argument
|
/linux-3.3/arch/ia64/kernel/ |
D | sys_ia64.c | 81 ia64_getpriority (int which, int who) in ia64_getpriority()
|
/linux-3.3/fs/nfsd/ |
D | nfs4acl.c | 823 nfs4_acl_write_who(int who, char *p) in nfs4_acl_write_who()
|
/linux-3.3/arch/blackfin/kernel/ |
D | setup.c | 439 static void __init print_memory_map(char *who) in print_memory_map()
|
/linux-3.3/include/linux/ |
D | nfs4.h | 176 uid_t who; member
|
/linux-3.3/arch/alpha/kernel/ |
D | osf_sys.c | 982 SYSCALL_DEFINE2(osf_getrusage, int, who, struct rusage32 __user *, ru) in SYSCALL_DEFINE2() argument
|