HomeSort by: relevance | last modified time | path
    Searched defs:arg4 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_server.c 391 nlm4_res arg4; local
393 nlm_convert_to_nlm4_res(&arg4, argp);
394 return (nlm4_lock_res_4_svc(&arg4, result, rqstp));
400 nlm4_res arg4; local
402 nlm_convert_to_nlm4_res(&arg4, argp);
403 return (nlm4_cancel_res_4_svc(&arg4, result, rqstp));
409 nlm4_res arg4; local
411 nlm_convert_to_nlm4_res(&arg4, argp);
412 return (nlm4_unlock_res_4_svc(&arg4, result, rqstp));
418 nlm4_res arg4; local
    [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
363 nlmtonlm4(&arg->alock, &arg4);
368 holder = testlock(&arg4, 0);
400 struct nlm4_lock arg4; local
403 nlmtonlm4(&arg->alock, &arg4);
408 holder = testlock(&arg4, 0)
451 struct nlm4_lockargs arg4; local
473 struct nlm4_lockargs arg4; local
503 struct nlm4_lock arg4; local
525 struct nlm4_lock arg4; local
555 struct nlm4_lock arg4; local
572 struct nlm4_lock arg4; local
    [all...]
  /src/sys/arch/vax/vax/
emulate.S 72 #define arg4 24(%sp) define
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

Completed in 36 milliseconds