Searched refs:vtype (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c252 _fsi_validation_path(int vtype) argument
254 if (vtype == VALIDATION_PASSWD) return _PATH_PASSWD;
255 else if (vtype == VALIDATION_MASTER_PASSWD) return _PATH_MASTERPASSWD;
256 else if (vtype == VALIDATION_GROUP) return _PATH_GROUP;
257 else if (vtype == VALIDATION_NETGROUP) return _PATH_NETGROUP;
258 else if (vtype == VALIDATION_ALIASES) return _PATH_ALIASES;
259 else if (vtype == VALIDATION_HOSTS) return _PATH_HOSTS;
260 else if (vtype == VALIDATION_NETWORKS) return _PATH_NETWORKS;
261 else if (vtype == VALIDATION_SERVICES) return _PATH_SERVICES;
262 else if (vtype
271 _fsi_get_validation(si_mod_t *si, int vtype, const char *path, FILE *f, uint64_t *a, uint64_t *b) argument
345 uint32_t item_val, curr_val, vtype; local
1646 int vtype; local
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvfprintf.c1023 } vtype; local
1069 vtype = V_SHORT;
1072 vtype = V_PSHORT;
1076 vtype = V_SHORT;
1082 vtype = (ch == 'p') ? V_PINT : V_INT;
1094 vtype = V_DOUBLE;
1106 vtype = (ch == 'p') ? V_PLONGLONG : V_LONGLONG;
1115 vtype = V_CHAR;
1128 vtype = V_FLOAT;
1147 vtype
[all...]
H A Dvfwprintf.c1093 } vtype; local
1139 vtype = V_SHORT;
1142 vtype = V_PSHORT;
1146 vtype = V_SHORT;
1152 vtype = (ch == 'p') ? V_PINT : V_INT;
1164 vtype = V_DOUBLE;
1176 vtype = (ch == 'p') ? V_PLONGLONG : V_LONGLONG;
1185 vtype = V_CHAR;
1198 vtype = V_FLOAT;
1217 vtype
[all...]
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemUtils.h50 enum vtype vNodeType,
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tie/
H A Dmetakit.tcl20 option -vtype S ; # set the variable value type
33 set layout [concat [list name text:$options(-vtype)] $options(-layout)]
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Dfdesc.h101 extern int fdesc_allocvp(fdntype, int, struct mount *, struct vnode **, enum vtype, int);
H A Ddevfs_tree.c1130 enum vtype vtype = 0; local
1205 vtype = VLNK;
1211 vtype = VDIR;
1215 vtype = (dnp->dn_type == DEV_BDEV) ? VBLK : VCHR;
1219 vtype = VDIR;
1224 vfsp.vnfs_vtype = vtype;
1231 if (vtype == VBLK || vtype == VCHR) {
H A Ddevfs_fdesc_support.c205 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fdno) argument
228 (*vpp)->v_type = vtype;
247 vfsp.vnfs_vtype = vtype;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c181 enum vtype v_type;
659 enum vtype v_type;
859 enum vtype v_type;
998 enum vtype vtype; local
1016 vtype = IFTOVT(attrp->ca_mode);
1017 issystemfile = (descp->cd_flags & CD_ISMETA) && (vtype == VREG);
1020 /* Sanity check the vtype and mode */
1021 if (vtype == VBAD) {
1200 if ((vtype
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h84 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, VSTR, enum
217 enum vtype vnfs_vtype; /* vnode type */
616 enum vtype va_type; /* file type (create only) */
669 extern enum vtype iftovt_tab[];
834 enum vtype vnode_vtype(vnode_t);
1878 int check_mountedon(dev_t dev, enum vtype type, int *errorp);
1895 enum vtype vnode_iftovt(int);
1896 int vnode_vttoif(enum vtype);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dioreg.py22 vtype = kern.SymbolicateFromAddress(vt)
26 out_string = "`object 0x{0: <16x}, vt 0x{1: <16x} <{2:s}>, retain count {3:d}, container retain {4:d}` ".format(obj, vt, vtype[0].GetName(), retCount, cntnrRetCount)
28 if len(vtype):
29 out_string = "`object 0x{0: <16x}, vt 0x{1: <16x} <{2:s}>` ".format(obj, vt, vtype[0].GetName())
96 vtype = kern.SymbolicateFromAddress(vtableAddr)
97 if vtype is None or len(vtype) < 1:
100 out_string += "<object 0x{0: <16x}, id 0x{1:x}, vtable 0x{2: <16x} <{3:s}>".format(entry, entry.reserved.fRegistryEntryID, vtableAddr, vtype[0].GetName())
H A Dmemory.py1376 vblk_type = GetEnumValue('vtype::VBLK')
1377 vchr_type = GetEnumValue('vtype::VCHR')
1580 @header("{0: <20s} {1: >8s} {2: >8s} {3: <20s} {4: <6s} {5: <20s} {6: <6s} {7: <35s}".format('vnode', 'usecount', 'iocount', 'v_data', 'vtype', 'parent', 'mapped', 'name'))
1589 vtype = int(vnode.v_type)
1590 vtype_str = "%d" % vtype
1592 if vtype >= 0 and vtype < len(vnode_types):
1593 vtype_str = vnode_types[vtype]
1603 if (vtype == 1) and (vnode.v_un.vu_ubcinfo != 0):
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dfat.h203 enum vtype msdosfs_check_link(struct denode *dep, vfs_context_t context);
H A Dmsdosfs_denode.c288 enum vtype vtype; local
460 vtype = VDIR;
474 vtype = msdosfs_check_link(dep, context);
487 vfsp.vnfs_vtype = vtype;
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dancdata.c73 ancillary_initialize(VALUE self, VALUE vfamily, VALUE vlevel, VALUE vtype, VALUE data) argument
77 int type = rsock_cmsg_type_arg(family, level, vtype);
364 ancillary_s_int(VALUE klass, VALUE vfamily, VALUE vlevel, VALUE vtype, VALUE integer) argument
368 int type = rsock_cmsg_type_arg(family, level, vtype);
958 VALUE vtype; local
990 vtype = ip_cmsg_type_to_sym(level, type);
991 if (SYMBOL_P(vtype))
992 rb_str_catf(ret, " %s", rb_id2name(SYM2ID(vtype)));
1090 ancillary_cmsg_is_p(VALUE self, VALUE vlevel, VALUE vtype) argument
1094 int type = rsock_cmsg_type_arg(family, level, vtype);
1173 VALUE vlevel, vtype; local
[all...]
/macosx-10.9.5/adv_cmds-153/locale/
H A Dlocale.cc21 enum vtype { enum
48 keyword(int category_, string kword, string value, vtype t)
83 vtype t;
94 li_keyword(int category, string kword, int itemnum, vtype t = V_STR)
120 lia_keyword(int category, string kword, int *s, int *e, vtype t = V_STR)
130 lc_keyword(int category, string kword, string value, vtype t = V_STR)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dscroll-bar.el62 (vtype (nth 2 wsb))
67 ((and (eq vtype side) cols))
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_subr_2.h42 uint32_t desired_access, enum vtype vnode_type,
89 uint32_t rights, uint32_t shareMode, enum vtype vt,
H A Dsmbfs_subr.h60 * Currently the valid mask is only used for the reparse tag and vtype, but in
62 * NOTE: the vtype valid mask doesn't mean we don't have it, just that we are
84 enum vtype fa_vtype; /* vnode type, once we add the UNIX extensions this will contain any of the vtype */
304 enum vtype vt, SMBFID *fidp, const char *name,
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecCustomTransform.cpp754 CFTypeID vtype = value ? CFGetTypeID(value) : CFDataGetTypeID(); local
755 if (vtype == CFDataGetTypeID())
773 else if (vtype == CFErrorGetTypeID() && !ah2ta(ah)->direct_error_handling)
788 CFTypeID vtype = value ? CFGetTypeID(value) : CFDataGetTypeID(); local
789 if (vtype != CFErrorGetTypeID() || ah2ta(ah)->direct_error_handling)
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c128 vtonfs_type(enum vtype vtype, int nfsvers) argument
130 switch (vtype) {
157 enum vtype
191 vtonfsv2_mode(enum vtype vtype, mode_t m) argument
193 switch (vtype) {
201 return vnode_makeimode(vtype, m);
1255 enum vtype vtype; local
[all...]
H A Dnfs.h1117 nfstype vtonfs_type(enum vtype, int);
1118 enum vtype nfstov_type(nfstype, int);
1119 int vtonfsv2_mode(enum vtype, mode_t);
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_core.h662 ap_mgmt_type_e vtype; member in struct:__anon5858
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c1366 int vtype = 0; local
1432 vtype = vp->v_type;
1438 if ((error = getattrlist_setupvattr(&al, attr_extended, &va, &fixedsize, &action, proc_is64, (vtype == VDIR))) != 0) {
1728 ATTR_PACK4(ab, vtype);
1811 if (vtype == VDIR) {
1971 if (al.dirattr && (vtype == VDIR)) {
2000 if (al.fileattr && (vtype != VDIR)) {
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c827 enum vtype obj_vtype, /* VREG or VDIR */
3050 int vtype; local
3063 vtype = vnode_vtype(fvp);
3064 if ( (vtype != VDIR) && (vtype != VREG) && (vtype != VLNK) )

Completed in 239 milliseconds

12