/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 46 #define DEFINEOP(opname, vtype) \ argument 53 #define DEFINEARROP(opname, vtype) \ argument 188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 236 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 434 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument 460 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ argument 785 #define NVP(elem, type, vtype, ptype, format) { \ argument 793 #define NVPA(elem, type, vtype, ptype, format) { \ argument
|
/titanic_50/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 47 #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 770 #define NVP(elem, type, vtype, ptype, format) { \ argument 778 #define NVPA(elem, type, vtype, ptype, format) { \ argument
|
H A D | libnvpair.h | 172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libnvpair.h | 174 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
|
/titanic_50/usr/src/cmd/avs/dsstat/ |
H A D | sndr_stats.c | 395 char vtype[STAT_HDR_SIZE]; in sndr_report() local 658 getType(kstat_t *ksp, char *vtype) in getType()
|
H A D | ii_stats.c | 418 char vtype[STAT_HDR_SIZE]; in ii_report() local
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data.c | 592 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_getvar() local 658 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_copy_val() local
|
/freebsd/lib/libprocstat/ |
H A D | zfs_defs.c | 39 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_sbag.c | 116 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int l… in PKCS12_SAFEBAG_create_secret()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_iso9660_filename.c | 63 enum vtype { enum
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_client.c | 216 vtype_t vtype, oldvt; in smbfs_attrcache_fa() local
|
H A D | smbfs_vnops.c | 1157 smbfs_access_rwx(vfs_t *vfsp, int vtype, int mode, cred_t *cr) in smbfs_access_rwx()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_policy.c | 422 vtype_t vtype) in secpolicy_xvattr()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | debug.c | 535 snmp_vtypestr_lookup(int vtype) in snmp_vtypestr_lookup()
|
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 1544 #define NVLIST_ADD(vtype, type) \ argument 1574 #define NVLIST_ADD_ARRAY(vtype, type) \ argument 1605 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \ in NVLIST_ADD_ARRAY() argument
|
/freebsd/sys/dev/enic/ |
H A D | vnic_devcmd.h | 50 #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
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 1321 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod() 1468 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() 1484 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 1336 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t trim, zfs_acl_t *aclp) in zfs_acl_chmod() 1487 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() 1503 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_snapshot.c | 85 ffs_snapblkfree(struct fs * fs,struct vnode * devvp,ufs2_daddr_t bno,long size,ino_t inum,__enum_uint8 (vtype)vtype,struct workhead * wkhd) ffs_snapblkfree() argument 1776 ffs_snapblkfree(struct fs * fs,struct vnode * devvp,ufs2_daddr_t bno,long size,ino_t inum,__enum_uint8 (vtype)vtype,struct workhead * wkhd) ffs_snapblkfree() argument
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | lofi.h | 182 #define V_ISLOFIABLE(vtype) \ argument
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_internal.c | 827 fuse_internal_newentry(struct vnode *dvp, in fuse_internal_newentry()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 579 internal_property_create(const char *name, scf_type_t vtype, uint_t nvals, ...) in internal_property_create()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vfsops.c | 2177 vtype_t vtype; in nfs4_remap_root() local 2274 vtype_t vtype = VNON; in nfs4rootvp() local
|
/freebsd/sbin/ipfw/ |
H A D | tables.c | 793 const char *vtype; in table_show_info() local
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 230 vtype_t vtype; in propen() local 3187 vtype_t vtype; in praccess() local
|