Home
last modified time | relevance | path

Searched defs:vtype (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c47 #define DEFINEOP(opname, vtype) \ argument
54 #define DEFINEARROP(opname, vtype) \ argument
189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
420 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument
446 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ argument
771 #define NVP(elem, type, vtype, ptype, format) { \ argument
779 #define NVPA(elem, type, vtype, ptype, format) { \ argument
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibnvpair.h172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
/f-stack/lib/include/sys/
H A Dvnode.h37 enum vtype { enum
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_policy.c425 vtype_t vtype) in secpolicy_xvattr()
/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c1558 #define NVLIST_ADD(vtype, type) \ argument
1588 #define NVLIST_ADD_ARRAY(vtype, type) \ argument
1619 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \ in NVLIST_ADD_ARRAY() argument
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_devcmd.h50 #define _CMDCF(dir, flags, vtype, nr) \ argument
55 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
56 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1317 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod()
1464 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use()
1480 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit()
/f-stack/tools/ipfw/
H A Dtables.c786 const char *vtype; in table_show_info() local
/f-stack/freebsd/sys/
H A Dvnode.h59 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
/f-stack/freebsd/kern/
H A Dkern_descrip.c4623 vntype_to_kinfo(int vtype) in vntype_to_kinfo()
4626 int vtype; in vntype_to_kinfo() member