/src/sys/fs/nfs/nlm/ |
nlm_prot_server.c | 391 nlm4_res arg4; local in function:nlm_lock_res_1_svc 393 nlm_convert_to_nlm4_res(&arg4, argp); 394 return (nlm4_lock_res_4_svc(&arg4, result, rqstp)); 400 nlm4_res arg4; local in function:nlm_cancel_res_1_svc 402 nlm_convert_to_nlm4_res(&arg4, argp); 403 return (nlm4_cancel_res_4_svc(&arg4, result, rqstp)); 409 nlm4_res arg4; local in function:nlm_unlock_res_1_svc 411 nlm_convert_to_nlm4_res(&arg4, argp); 412 return (nlm4_unlock_res_4_svc(&arg4, result, rqstp)); 418 nlm4_res arg4; local in function:nlm_granted_res_1_svc [all...] |
nlm_prot_server.c | 391 nlm4_res arg4; local in function:nlm_lock_res_1_svc 393 nlm_convert_to_nlm4_res(&arg4, argp); 394 return (nlm4_lock_res_4_svc(&arg4, result, rqstp)); 400 nlm4_res arg4; local in function:nlm_cancel_res_1_svc 402 nlm_convert_to_nlm4_res(&arg4, argp); 403 return (nlm4_cancel_res_4_svc(&arg4, result, rqstp)); 409 nlm4_res arg4; local in function:nlm_unlock_res_1_svc 411 nlm_convert_to_nlm4_res(&arg4, argp); 412 return (nlm4_unlock_res_4_svc(&arg4, result, rqstp)); 418 nlm4_res arg4; local in function:nlm_granted_res_1_svc [all...] |
/src/usr.sbin/rpc.lockd/ |
lock_proc.c | 317 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) 319 (void)memcpy(arg4, arg, sizeof(nlm_lock)); 320 arg4->l_offset = arg->l_offset; 321 arg4->l_len = arg->l_len; 361 struct nlm4_lock arg4; local in function:nlm_test_1_svc 363 nlmtonlm4(&arg->alock, &arg4); 368 holder = testlock(&arg4, 0); 400 struct nlm4_lock arg4; local in function:nlm_test_msg_1_svc 403 nlmtonlm4(&arg->alock, &arg4); 408 holder = testlock(&arg4, 0) 451 struct nlm4_lockargs arg4; local in function:nlm_lock_1_svc 473 struct nlm4_lockargs arg4; local in function:nlm_lock_msg_1_svc 503 struct nlm4_lock arg4; local in function:nlm_cancel_1_svc 525 struct nlm4_lock arg4; local in function:nlm_cancel_msg_1_svc 555 struct nlm4_lock arg4; local in function:nlm_unlock_1_svc 572 struct nlm4_lock arg4; local in function:nlm_unlock_msg_1_svc [all...] |
lock_proc.c | 317 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) 319 (void)memcpy(arg4, arg, sizeof(nlm_lock)); 320 arg4->l_offset = arg->l_offset; 321 arg4->l_len = arg->l_len; 361 struct nlm4_lock arg4; local in function:nlm_test_1_svc 363 nlmtonlm4(&arg->alock, &arg4); 368 holder = testlock(&arg4, 0); 400 struct nlm4_lock arg4; local in function:nlm_test_msg_1_svc 403 nlmtonlm4(&arg->alock, &arg4); 408 holder = testlock(&arg4, 0) 451 struct nlm4_lockargs arg4; local in function:nlm_lock_1_svc 473 struct nlm4_lockargs arg4; local in function:nlm_lock_msg_1_svc 503 struct nlm4_lock arg4; local in function:nlm_cancel_1_svc 525 struct nlm4_lock arg4; local in function:nlm_cancel_msg_1_svc 555 struct nlm4_lock arg4; local in function:nlm_unlock_1_svc 572 struct nlm4_lock arg4; local in function:nlm_unlock_msg_1_svc [all...] |
/src/sys/arch/vax/vax/ |
emulate.S | 72 #define arg4 24(%sp) macro 905 # arg4 is used as general storage 964 clrl arg4 # arg4 will be used for result condition codes 986 bisl2 arg5,arg4 # remember if result was nonzero in arg4 1018 movl arg4,%r11 # %r11 = non-zero if destination == non-zero
|
emulate.S | 72 #define arg4 24(%sp) macro 905 # arg4 is used as general storage 964 clrl arg4 # arg4 will be used for result condition codes 986 bisl2 arg5,arg4 # remember if result was nonzero in arg4 1018 movl arg4,%r11 # %r11 = non-zero if destination == non-zero
|