Home
last modified time | relevance | path

Searched refs:procid (Results 1 – 3 of 3) sorted by relevance

/dragonfly/test/stress/fsstress/
HDfsstress.c223 int procid; variable
451 procid = 0; in main()
456 procid = i; in main()
694 sprintf(buf, "p%x", procid); in doproc()
702 seed += procid; in doproc()
1381 printf("%d/%d: allocsp - no filename\n", procid, opno); in allocsp_f()
1391 procid, opno, f.path, e); in allocsp_f()
1398 procid, opno, f.path, errno); in allocsp_f()
1412 procid, opno, f.path, (intmax_t)off, e); in allocsp_f()
1449 procid, opno, f.path); in attr_remove_f()
[all …]
/dragonfly/sys/vfs/nfs/
HDnfsm_subs.h136 u_long procid, int hsiz);
137 struct mbuf *nfsm_rpchead (struct ucred *cr, int nmflag, int procid,
HDnfsm_subs.c112 nfsm_reqhead(nfsm_info_t info, struct vnode *vp, u_long procid, int hsiz) in nfsm_reqhead() argument
127 nfsm_rpchead(struct ucred *cr, int nmflag, int procid, int auth_type, in nfsm_rpchead() argument
174 *tl++ = txdr_unsigned(procid); in nfsm_rpchead()
176 *tl++ = txdr_unsigned(nfsv2_procid[procid]); in nfsm_rpchead()