Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/truss/
H A Dsyscall.h194 #define ARG_MASK 0xff macro
198 _Static_assert(ARG_MASK > MAX_ARG_TYPE,
H A Dsyscalls.c816 if ((sc->args[i].type & ARG_MASK) == PipeFds) in quad_fixup()
822 switch (sc->args[i].type & ARG_MASK) { in quad_fixup()
1586 switch (sc->type & ARG_MASK) { in print_arg()
1696 if (((sc->type & ARG_MASK) == ExecArgs && in print_arg()
1698 ((sc->type & ARG_MASK) == ExecEnv && in print_arg()
1775 if ((sc->type & ARG_MASK) == Quad) in print_arg()
2714 errx(1, "Invalid argument type %d\n", sc->type & ARG_MASK); in print_arg()
/freebsd-14.2/sys/security/audit/
H A Daudit_private.h270 #define ARG_MASK 0x0000000000020000ULL macro
H A Daudit_arg.c326 ARG_SET_VALID(ar, ARG_MASK); in audit_arg_mask()
H A Daudit_bsm.c1754 if (ARG_IS_VALID(kar, ARG_MASK)) { in kaudit_to_bsm()