| /netbsd/src/external/cddl/osnet/dist/lib/libnvpair/ |
| 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
|
| D | libnvpair.h | 172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
|
| /netbsd/src/share/examples/puffs/pgfs/ |
| D | pgfs_subs.c | 97 fromvtype(enum vtype vtype) in fromvtype() 660 mkfile(struct Xconn *xc, enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, in mkfile() 741 enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *idp) in mklinkfile() 762 enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *fileidp, in mklinkfile_lo() 801 unsigned int vtype; in cleanupfile() local
|
| /netbsd/src/sys/arch/sparc64/include/ |
| D | ctlreg.h | 497 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 511 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 569 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 637 #define SPARC64_LD_DEF(ld, type, vtype) \ argument
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_write_format_iso9660_filename.c | 63 enum vtype { enum
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
| 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()
|
| /netbsd/src/usr.bin/config/ |
| D | sem.c | 100 struct vtype { struct 101 int type; 102 struct attr *attr; 103 void *value;
|
| /netbsd/src/sys/coda/ |
| D | coda_venus.c | 474 /*out*/ CodaFid *VFid, int *vtype) in venus_lookup() 739 /*out*/ CodaFid *VFid, int *vtype) in venus_fhtovp()
|
| D | coda_vfsops.c | 528 int vtype; in coda_fhtovp() local
|
| D | coda.h | 496 int vtype; member 639 int vtype; member
|
| D | coda_vnops.c | 893 int vtype; in coda_lookup() local
|
| /netbsd/src/external/cddl/osnet/sys/kern/ |
| D | policy.c | 213 secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cred, vtype_t vtype) in secpolicy_xvattr()
|
| D | ddi.c | 611 enum vtype vtype; in ddi_create_minor_node() local
|
| /netbsd/src/sys/miscfs/kernfs/ |
| D | kernfs.h | 175 #define KERNFS_INITENTRY(dkt, type, name, data, tag, vtype, mode) do { \ argument
|
| /netbsd/src/sys/rump/librump/rumpvfs/ |
| D | rump_vfs.c | 290 rump_getvninfo(struct vnode *vp, enum rump_vtype *vtype, in rump_getvninfo()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | zfs_acl.c | 1316 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod() 1462 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() 1478 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit()
|
| /netbsd/src/lib/libp2k/ |
| D | p2k.c | 658 enum rump_vtype vtype; in p2k_fs_fhtonode() local 721 enum rump_vtype vtype; in p2k_node_lookup() local
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa.cc | 1721 tree vtype = build_vector_type (TREE_TYPE (TREE_TYPE (decl)), in non_rewritable_lvalue_p() local
|
| D | omp-expand.cc | 2537 tree vtype = TREE_TYPE (fd->loops[i].v), itype, t; in expand_omp_for_init_vars() local 2946 tree vtype = TREE_TYPE (fd->loops[j].v); in expand_omp_for_init_vars() local 3113 tree vtype = TREE_TYPE (fd->loops[i].v); in extract_omp_for_update_vars() local
|
| /netbsd/src/sys/sys/ |
| D | kauth.h | 453 #define FS_OBJECT_CAN_EXEC(vtype, mode) (((vtype) == VDIR) || \ argument
|
| D | vnode.h | 90 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enum
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | defs.h | 381 unsigned vtype:4; member
|
| /netbsd/src/sys/ufs/ufs/ |
| D | ufs_quota2.c | 435 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, in quota2_check()
|
| /netbsd/src/sys/ufs/lfs/ |
| D | ulfs_quota2.c | 438 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, in quota2_check()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | stabs.c | 3160 debug_type vtype; in parse_stab_tilde_field() local
|