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

12

/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com146 $ vtype = "V"
150 $ vtype = "D"
153 $ patch = vtype + daily_tag
163 $ version = vtype + "''mmversion'"
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr_2.h45 uint32_t desired_access, enum vtype vnode_type,
84 int smbfs_smb_delete(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
99 uint32_t rights, uint32_t shareMode, enum vtype vt,
113 int smbfs_smb_qpathinfo(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
117 int smbfs_smb_qstreaminfo(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
124 int smbfs_smb_query_info(struct smb_share *share, struct smbnode *dnp, enum vtype vnode_type,
151 int smbfs_smb_setpattr(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
154 int smbfs_smb_setpattrNT(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
159 int smb2fs_smb_setpattrNT(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
H A Dsmbfs_subr.h58 * Currently the valid mask is only used for the reparse tag and vtype, but in
60 * NOTE: the vtype valid mask doesn't mean we don't have it, just that we are
82 enum vtype fa_vtype; /* vnode type, once we add the UNIX extensions this will contain any of the vtype */
216 int smbfs_set_hidden_bit(struct smb_share *share, struct smbnode *dnp, enum vtype vnode_type,
303 enum vtype vt, SMBFID *fidp, const char *name,
H A Dsmbfs_smb_2.c49 smb2fs_smb_delete(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
63 enum vtype vnode_type, uint32_t check_reparse);
72 uint32_t desired_access, enum vtype vnode_type,
84 smb2fs_smb_qstreaminfo(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
146 enum vtype vnode_type = VREG;
427 uint32_t desired_access, enum vtype vnode_type,
842 enum vtype vnode_type = VREG;
1754 smb2fs_smb_cmpd_query(struct smb_share *share, struct smbnode *create_np, enum vtype vnode_type,
2167 enum vtype vnode_type = VDIR;
2392 enum vtype vnode_typ
[all...]
H A Dsmbfs_vnops.c699 * set the vtype to VREG. The smbfs_smb_ntcreatex only uses that on create.
2302 enum vtype vnode_type = VREG;
4388 int vtype; local
4398 vtype = vnode_vtype(fvp);
4399 if ( (vtype != VDIR) && (vtype != VREG) && (vtype != VLNK) )
4839 hiderr = smbfs_set_hidden_bit(share, tdnp, (vtype == VDIR) ? VDIR : VREG,
6527 int error = 0, vtype, need_unlock = 0; local
6557 vtype
[all...]
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dfile_module.c253 _fsi_validation_path(int vtype) argument
255 if (vtype == VALIDATION_PASSWD) return _PATH_PASSWD;
256 else if (vtype == VALIDATION_MASTER_PASSWD) return _PATH_MASTERPASSWD;
257 else if (vtype == VALIDATION_GROUP) return _PATH_GROUP;
258 else if (vtype == VALIDATION_NETGROUP) return _PATH_NETGROUP;
259 else if (vtype == VALIDATION_ALIASES) return _PATH_ALIASES;
260 else if (vtype == VALIDATION_HOSTS) return _PATH_HOSTS;
261 else if (vtype == VALIDATION_NETWORKS) return _PATH_NETWORKS;
262 else if (vtype == VALIDATION_SERVICES) return _PATH_SERVICES;
263 else if (vtype
272 _fsi_get_validation(si_mod_t *si, int vtype, const char *path, FILE *f, uint64_t *a, uint64_t *b) argument
346 uint32_t item_val, curr_val, vtype; local
1652 int vtype; local
[all...]
/macosx-10.10/Libc-1044.1.2/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.10/cddafs-253/
H A DAppleCDDAFileSystemUtils.h50 enum vtype vNodeType,
/macosx-10.10/tcl-105/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.10/xnu-2782.1.97/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
1226 vtype = VLNK;
1232 vtype = VDIR;
1236 vtype = (dnp->dn_type == DEV_BDEV) ? VBLK : VCHR;
1240 vtype = VDIR;
1245 vfsp.vnfs_vtype = vtype;
1252 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.10/xnu-2782.1.97/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())
/macosx-10.10/msdosfs-209.1.1/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.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c182 enum vtype v_type;
675 enum vtype v_type;
871 enum vtype v_type;
1010 enum vtype vtype; local
1028 vtype = IFTOVT(attrp->ca_mode);
1029 issystemfile = (descp->cd_flags & CD_ISMETA) && (vtype == VREG);
1032 /* Sanity check the vtype and mode */
1033 if (vtype == VBAD) {
1212 if ((vtype
[all...]
/macosx-10.10/ruby-106/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.10/adv_cmds-158/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.10/xnu-2782.1.97/bsd/sys/
H A Dvnode.h84 enum vtype { enum
231 enum vtype vnfs_vtype; /* vnode type */
644 enum vtype va_type; /* file type (create only) */
712 extern enum vtype iftovt_tab[];
877 enum vtype vnode_vtype(vnode_t);
1949 int check_mountedon(dev_t dev, enum vtype type, int *errorp);
1966 enum vtype vnode_iftovt(int);
1967 int vnode_vttoif(enum vtype);
2019 errno_t vfs_setup_vattr_from_attrlist(struct attrlist * /* alp */, struct vnode_attr * /* vap */, enum vtype /* obj_vtype */, ssize_t * /* attr_fixed_sizep */, vfs_context_t /* ctx */);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dscroll-bar.el62 (vtype (nth 2 wsb))
67 ((and (eq vtype side) cols))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecCustomTransform.cpp769 CFTypeID vtype = value ? CFGetTypeID(value) : CFDataGetTypeID(); local
770 if (vtype == CFDataGetTypeID())
788 else if (vtype == CFErrorGetTypeID() && !ah2ta(ah)->direct_error_handling)
803 CFTypeID vtype = value ? CFGetTypeID(value) : CFDataGetTypeID(); local
804 if (vtype != CFErrorGetTypeID() || ah2ta(ah)->direct_error_handling)
/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c663 enum vtype obj_type, ssize_t *fixedsize, int is_64bit)
710 enum vtype obj_vtype, ssize_t *attrs_fixed_sizep, vfs_context_t ctx)
1414 ssize_t fullpathlen, int return_valid, int pack_invalid, int vtype,
1465 ATTR_PACK4((*abp), vtype);
1562 if (vtype == VDIR) {
2200 vfs_context_t ctx, int is_bulk, enum vtype vtype, ssize_t fixedsize)
2397 fullpathptr, fullpathlen, return_valid, pack_invalid, vtype, is_bulk);
2400 if (!error && alp->dirattr && (vtype == VDIR)) {
2405 if (!error && alp->fileattr && (vtype !
1411 attr_pack_common(vfs_context_t ctx, struct vnode *vp, struct attrlist *alp, struct _attrlist_buf *abp, struct vnode_attr *vap, int proc_is64, const char *cnp, ssize_t cnl, const char *fullpathptr, ssize_t fullpathlen, int return_valid, int pack_invalid, int vtype, int is_bulk) argument
2198 vfs_attr_pack_internal(vnode_t vp, uio_t auio, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, __unused void *fndesc, vfs_context_t ctx, int is_bulk, enum vtype vtype, ssize_t fixedsize) argument
2546 int vtype = 0; local
[all...]
/macosx-10.10/apache-793/httpd/include/
H A Dhttp_core.h743 ap_mgmt_type_e vtype; member in struct:__anon6098

Completed in 352 milliseconds

12