Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mktree/
H A Dmktree.c51 static char *getfdname(char *pdir, char type, int level, int dir, int file);
96 mktree(char *pdir, int level) in mktree() argument
108 (void) strcpy(dname, getfdname(pdir, TYPE_D, level, d, 0)); in mktree()
132 (void) strcpy(fname, getfdname(pdir, TYPE_F, level, d, f)); in mktree()
140 getfdname(char *pdir, char type, int level, int dir, int file) in getfdname() argument
143 if (snprintf(fdname, size, "%s/%c-l%dd%df%d", pdir, type, level, dir, in getfdname()
/f-stack/freebsd/net/
H A Dif_enc.c249 int pdir; in enc_hhook() local
272 pdir = PFIL_IN; in enc_hhook()
283 pdir = PFIL_OUT; in enc_hhook()
303 if (ph == NULL || (pdir == PFIL_OUT && !PFIL_HOOKED_OUT(ph)) || in enc_hhook()
304 (pdir == PFIL_IN && !PFIL_HOOKED_IN(ph))) in enc_hhook()
309 if (pfil_run_hooks(ph, ctx->mp, ifp, pdir, ctx->inp) != PFIL_PASS) { in enc_hhook()
/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py595 if args.pdir: