Searched refs:node_type (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/tool/
H A Dnode_name.rb3 if ~/enum node_type \{/..~/^\};/
/macosx-10.10/autofs-246/automountd/
H A Dautod_lookup.c49 boolean_t isdirect, uid_t sendereuid, int *node_type)
59 node_type, isrestricted, TRUE, &err);
101 trace_prt(1, " do_lookup1: node_type=0x%08x error=%d\n",
102 *node_type, err);
47 do_lookup1(const autofs_pathname mapname, const char *key, const autofs_pathname subdir, const autofs_opts mapopts, boolean_t isdirect, uid_t sendereuid, int *node_type) argument
H A Dautod_autofs.c203 mnt_args.node_type = NT_TRIGGER;
205 mnt_args.node_type = 0; /* not a trigger */
H A Dautod_main.c745 uint32_t sendereuid, int *err, int *node_type, boolean_t *lu_verbose,
760 *node_type = 0;
772 *node_type = 0;
780 *node_type = 0;
794 node_type);
998 mnt_args.node_type = NT_TRIGGER;
1000 mnt_args.node_type = 0; /* not a trigger */
742 autofs_lookup(__unused mach_port_t server, autofs_pathname map, autofs_pathname path, autofs_component name, mach_msg_type_number_t nameCnt, autofs_pathname subdir, autofs_opts opts, boolean_t isdirect, uint32_t sendereuid, int *err, int *node_type, boolean_t *lu_verbose, security_token_t token) argument
H A Dautod_parse.c171 * const char *subdir, uint_t isdirect, int *node_type,
190 const char *subdir, uint_t isdirect, int *node_type,
208 if (node_type != NULL)
209 *node_type = 0;
241 mapents = do_mapent_fstab(mapopts, key, isdirect, node_type,
342 if (node_type != NULL) {
344 *node_type |= NT_FORCEMOUNT;
413 if (node_type != NULL && !(*node_type & NT_SYMLINK)) {
417 *node_type |
189 parse_entry(const char *key, const char *mapname, const char *mapopts, const char *subdir, uint_t isdirect, int *node_type, bool_t isrestricted, bool_t mount_access, int *err) argument
[all...]
/macosx-10.10/autofs-246/headers/
H A Dautofs.h76 int32_t node_type; /* node_type value for root node */ member in struct:autofs_args
95 int32_t node_type; /* node_type value for root node */ member in struct:autofs_args_32
113 int32_t node_type; /* node_type value for root node */ member in struct:autofs_args_64
141 int32_t node_type; /* node_type value for root node */ member in struct:autofs_update_args
156 int32_t node_type; /* node_type valu member in struct:autofs_update_args_32
170 int32_t node_type; /* node_type value for root node */ member in struct:autofs_update_args_64
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dattlistdecl.rb58 def node_type method in class:REXML.AttlistDecl
H A Dfunctions.rb22 if @@context[:node].node_type == :element
23 return @@context[:node].find_all{|n| n.node_type == :text}.collect{|n| n.value}
24 elsif @@context[:node].node_type == :text
119 elsif defined? object.node_type
120 if object.node_type == :attribute
122 elsif object.node_type == :element || object.node_type == :document
142 if e.node_type == :text
144 elsif e.node_type == :element
311 if node.node_type
[all...]
H A Dcomment.rb75 def node_type method in class:REXML.Comment
H A Dinstruction.rb62 def node_type method in class:REXML.Instruction
H A Dxpath_parser.rb156 return node.namespace( prefix ) if node.node_type == :element
193 #puts "node.node_type == :element => #{node.node_type == :element}"
194 if node.node_type == :element
200 !(node.node_type == :element and
209 nodeset.delete_if { |node| !node_types.include?(node.node_type) }
218 (node.node_type != :processing_instruction) or
223 nodeset.delete_if { |node| node.node_type != :text }
226 nodeset.delete_if { |node| node.node_type != :comment }
236 nt = node.node_type
[all...]
H A Dattribute.rb171 def node_type method in class:REXML.Attribute
H A Dxmldecl.rb66 def node_type method in class:REXML.XMLDecl
H A Ddoctype.rb70 def node_type method in class:REXML.DocType
H A Ddocument.rb47 def node_type method in class:REXML.Document
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_light.rb74 assert( sean.node_type == :text )
80 assert( foo[0].node_type == :processing_instruction )
86 assert( foo[0].node_type == :comment )
/macosx-10.10/ruby-106/ruby/
H A Ddebug.c25 enum node_type node_type; member in union:__anon12261
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cache.c101 webdav_filetype_t node_type,
355 syslog(LOG_ERR, "%*s%s: %ld %s, node ino %ld, attr ino %u", gtabs*3, "", node->name, (unsigned long)node, node->node_type == WEBDAV_DIR_TYPE ? "d" : "f", node->fileid, node->attr_stat.st_ino);
369 syslog(LOG_ERR, "%*s%s: %ld %s, node ino %ld, attr ino %u", gtabs*3, "", node->name, (unsigned long)node, node->node_type == WEBDAV_DIR_TYPE ? "d" : "f", node->fileid, node->attr_stat.st_ino);
394 node->node_type == WEBDAV_DIR_TYPE ? "d" : "f",
403 node->node_type == WEBDAV_DIR_TYPE ? "d" : "f",
611 g_root_node->node_type = WEBDAV_DIR_TYPE;
663 webdav_filetype_t node_type, /* if make_entry is TRUE, the type of node to create */
716 node_ptr->node_type = node_type;
783 webdav_filetype_t node_type, /* i
657 internal_get_node( struct node_entry *parent, size_t name_length, const char *name, int make_entry, int client_created, webdav_filetype_t node_type, struct node_entry **node) argument
777 nodecache_get_node( struct node_entry *parent, size_t name_length, const char *name, int make_entry, int client_created, webdav_filetype_t node_type, struct node_entry **node) argument
[all...]
H A Dwebdav_cache.h56 webdav_filetype_t node_type; /* (int) either WEBDAV_FILE_TYPE or WEBDAV_DIR_TYPE */ member in struct:node_entry
173 webdav_filetype_t node_type, /* if make_entry is TRUE, the type of node to create */
H A Dwebdav_file.c259 if (node->node_type == WEBDAV_FILE_TYPE)
432 if ( error || NODE_IS_DELETED(node) || (node->node_type == WEBDAV_DIR_TYPE) )
526 reply_lookup->obj_type = node->node_type;
941 if ( f_node->node_type != t_node->node_type )
944 error = (f_node->node_type == WEBDAV_FILE_TYPE) ? EISDIR : ENOTDIR;
/macosx-10.10/ruby-106/ruby/lib/rexml/light/
H A Dnode.rb122 if node_type() == :text
132 def node_type method in class:REXML.Light.Node
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dnetbios.h82 * @param node_type suffix NetBIOS Name suffix
105 * @param node_type suffix NetBIOS Name suffix
113 uint8_t node_type,
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_subr.c234 vfs_context_t context, int *node_type, boolean_t *lu_verbose)
254 kauth_cred_getuid(vfs_context_ucred(context)), &error, node_type,
367 vfs_context_t context, int *node_type)
395 node_type, &lu_verbose);
1326 int node_type,
1387 vnt.vnt_params.vnfs_vtype = (node_type & NT_SYMLINK) ? VLNK : VDIR;
1399 if (node_type & NT_TRIGGER) {
1416 if (node_type & NT_FORCEMOUNT)
1433 if (node_type & NT_SYMLINK) {
233 auto_lookup_request(fninfo_t *fnip, char *name, int namelen, char *subdir, vfs_context_t context, int *node_type, boolean_t *lu_verbose) argument
366 auto_lookup_aux(struct fninfo *fnip, fnnode_t *parentp, char *name, int namelen, vfs_context_t context, int *node_type) argument
1324 auto_makefnnode( fnnode_t **fnpp, int node_type, mount_t mp, struct componentname *cnp, const char *name, vnode_t parent, int markroot, struct autofs_globals *fngp) argument
H A Dauto_vfsops.c339 int node_type; local
381 args.node_type = args32.node_type;
578 node_type = NT_TRIGGER;
582 context, &node_type, &lu_verbose);
589 node_type = NT_TRIGGER;
597 node_type = 0;
603 error = auto_makefnnode(&rootfnp, node_type, mp, NULL, "", NULL,
2187 update_args.node_type = update_argsp_32->node_type;
[all...]
/macosx-10.10/autofs-246/mig/
H A Dautofs_prot.defs150 out node_type : int;

Completed in 309 milliseconds

12