Searched defs:node (Results 1 - 25 of 653) sorted by path

1234567891011>>

/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c103 zfs_node_t *node = safe_malloc(sizeof (zfs_node_t)); local
381 zfs_node_t *node; local
[all...]
H A Dzfs_main.c2410 us_node_t *node; local
2567 print_us_node(boolean_t scripted, boolean_t parsable, int *fields, int types, size_t *width, us_node_t *node) argument
2662 us_node_t *node; local
2717 us_node_t *node; local
4346 fs_perm_node_t *node = uu_list_first(fspset->fsps_list); local
4392 deleg_perm_node_t *node = uu_avl_first(who_perm->who_deleg_perm_avl); local
4429 who_perm_node_t *node = uu_avl_first(fsperm->fsp_sc_avl); local
4456 set_deleg_perm_node(uu_avl_t *avl, deleg_perm_node_t *node, zfs_deleg_who_type_t who_type, const char *name, char locality) argument
4501 deleg_perm_node_t *node = local
4556 who_perm_node_t *node = safe_malloc( local
4619 fs_perm_node_t *node = safe_malloc(sizeof (fs_perm_node_t)); local
5265 fs_perm_node_t *node = NULL; local
6420 unshare_unmount_node_t *node; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_iter.c79 zpool_node_t *node = safe_malloc(sizeof (zpool_node_t)); local
166 zpool_node_t *node, *next_node; local
186 zpool_node_t search, *node; local
203 zpool_node_t *node; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c297 uu_avl_next(uu_avl_t *ap, void *node) argument
303 uu_avl_prev(uu_avl_t *ap, void *node) argument
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c967 rdsk_node_t *node; local
H A Dlibzfs_iter.c238 zfs_node_t *node; local
288 zfs_node_t *node; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c198 alist_dump_cb(void *node, void *private) argument
H A Dhash.c115 hash_add_cb(void *node, void *private) argument
153 hash_find_list_cb(void *node, void *arg) argument
186 hash_find_first_cb(void *node, void *arg) argument
H A Dmerge.c608 iidesc_t *node = data; local
[all...]
H A Dstabs.c62 resolve_tou_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
82 resolve_fwd_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
H A Dtdata.c55 tdesc_layouthash(int nbuckets, void *node) argument
/freebsd-10.3-release/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c127 node_header_t *node; local
173 check_not_already_free(node_header_t *node) argument
191 node_header_t *node = (node_header_t *)((char *)mem - SIZEOF_NODE_HEADER_T); local
[all...]
/freebsd-10.3-release/contrib/apr-util/crypto/
H A Dgetuuid.c55 static void get_random_info(unsigned char node[NODE_LENGTH]) argument
102 static void get_pseudo_node_identifier(unsigned char *node) argument
[all...]
/freebsd-10.3-release/contrib/apr/memory/unix/
H A Dapr_pools.c143 apr_memnode_t *node, **ref; local
215 apr_memnode_t *node, **ref; local
362 allocator_free(apr_allocator_t *allocator, apr_memnode_t *node) argument
441 apr_allocator_free(apr_allocator_t *allocator, apr_memnode_t *node) argument
670 apr_memnode_t *active, *node; local
874 apr_memnode_t *node; local
963 apr_memnode_t *node; local
1038 apr_memnode_t *node; member in struct:psprintf_data
1049 apr_memnode_t *node, *active; local
1122 apr_memnode_t *active, *node; local
1460 debug_node_t *node; local
1539 debug_node_t *node; local
1893 debug_node_t *node; local
1955 debug_node_t *node; local
1988 debug_node_t *node; local
[all...]
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldlang.c402 lang_section_bst_type *node; local
[all...]
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dfibheap.c66 fibnode_t node; local
100 fibnode_t node; local
198 fibheap_replace_key_data(fibheap_t heap, fibnode_t node, fibheapkey_t key, void *data) argument
237 fibheap_replace_data(fibheap_t heap, fibnode_t node, void *data) argument
244 fibheap_replace_key(fibheap_t heap, fibnode_t node, fibheapkey_t key) argument
253 fibheap_delete_node(fibheap_t heap, fibnode_t node) argument
319 fibheap_ins_root(fibheap_t heap, fibnode_t node) argument
338 fibheap_rem_root(fibheap_t heap, fibnode_t node) argument
395 fibheap_link(fibheap_t heap ATTRIBUTE_UNUSED, fibnode_t node, fibnode_t parent) argument
409 fibheap_cut(fibheap_t heap, fibnode_t node, fibnode_t parent) argument
458 fibnode_remove(fibnode_t node) argument
[all...]
H A Dsplay-tree.c52 splay_tree_delete_helper (splay_tree sp, splay_tree_node node) argument
206 splay_tree_foreach_helper (splay_tree sp, splay_tree_node node, argument
315 splay_tree_node node; local
436 splay_tree_node node; local
467 splay_tree_node node; local
[all...]
/freebsd-10.3-release/contrib/bmake/
H A Djob.h146 GNode *node; /* The target the child is making */ member in struct:Job
H A Dsuff.c187 GNode *node; /* The node describing the file */ member in struct:_Src
[all...]
/freebsd-10.3-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c145 struct node { struct
775 struct node *node; local
1061 gen_table(FILE *fp, struct node *node) argument
[all...]
/freebsd-10.3-release/contrib/bsnmp/lib/
H A Dsnmpagent.c82 const struct snmp_node *node[SNMP_MAX_BINDINGS]; member in struct:context
/freebsd-10.3-release/contrib/bsnmp/snmpd/
H A Dconfig.c688 handle_assignment(const struct snmp_node *node, struct asn_oid *vindex, argument
811 struct snmp_node *node; local
1019 const struct snmp_node *node; local
1247 struct snmp_node *node; local
1274 struct snmp_node *node; local
[all...]
/freebsd-10.3-release/contrib/dtc/
H A Dchecks.c125 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) argument
197 check_is_string(struct check *c, struct node *root, struct node *node) argument
216 check_is_cell(struct check *c, struct node *root, struct node *node) argument
239 check_duplicate_node_names(struct check *c, struct node *dt, struct node *node) argument
254 check_duplicate_property_names(struct check *c, struct node *dt, struct node *node) argument
276 check_node_name_chars(struct check *c, struct node *dt, struct node *node) argument
287 check_node_name_format(struct check *c, struct node *dt, struct node *node) argument
296 check_property_name_chars(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
314 check_duplicate_label(struct check *c, struct node *dt, const char *label, struct node *node, struct property *prop, struct marker *mark) argument
340 check_duplicate_label_node(struct check *c, struct node *dt, struct node *node) argument
348 check_duplicate_label_prop(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
363 check_explicit_phandles(struct check *c, struct node *root, struct node *node, struct property *prop) argument
422 check_name_properties(struct check *c, struct node *root, struct node *node) argument
456 fixup_phandle_references(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
480 fixup_path_references(struct check *c, struct node *dt, struct node *node, struct property *prop) argument
516 fixup_addr_size_cells(struct check *c, struct node *dt, struct node *node) argument
540 check_reg_format(struct check *c, struct node *dt, struct node *node) argument
569 check_ranges_format(struct check *c, struct node *dt, struct node *node) argument
613 check_avoid_default_addr_size(struct check *c, struct node *dt, struct node *node) argument
[all...]
H A Ddtc.h145 struct node { struct
[all...]
H A Dfdtget.c122 static int list_properties(const void *blob, int node) argument
150 list_subnodes(const void *blob, int node) argument
206 show_data_for_item(const void *blob, struct display_info *disp, int node, const char *property) argument
255 int i, node; local
[all...]

Completed in 222 milliseconds

1234567891011>>