Home
last modified time | relevance | path

Searched refs:ARG_MASK (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/truss/
H A Dsyscall.h195 #define ARG_MASK 0xff macro
199 _Static_assert(ARG_MASK > MAX_ARG_TYPE,
H A Dsyscalls.c818 if ((sc->args[i].type & ARG_MASK) == PipeFds) in quad_fixup()
824 switch (sc->args[i].type & ARG_MASK) { in quad_fixup()
1588 switch (sc->type & ARG_MASK) { in print_arg()
1698 if (((sc->type & ARG_MASK) == ExecArgs && in print_arg()
1700 ((sc->type & ARG_MASK) == ExecEnv && in print_arg()
1777 if ((sc->type & ARG_MASK) == Quad) in print_arg()
2719 errx(1, "Invalid argument type %d\n", sc->type & ARG_MASK); in print_arg()
/freebsd/sys/security/audit/
H A Daudit_private.h270 #define ARG_MASK 0x0000000000020000ULL macro
H A Daudit_arg.c325 ARG_SET_VALID(ar, ARG_MASK); in audit_arg_mask()
H A Daudit_bsm.c1781 if (ARG_IS_VALID(kar, ARG_MASK)) { in kaudit_to_bsm()