Searched refs:node (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkeypad.c58 t_decode *node, *saved; local
70 /* First node of tree. */
71 node = (t_decode *) malloc(sizeof *node);
72 if (node == (t_decode *) 0)
75 *root = saved = node;
77 node->child = node->sibling = (t_decode *) 0;
78 node->ch = *str++;
79 node
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkeypad.c60 t_decode *node, *saved; local
72 /* First node of tree. */
73 node = (t_decode *) malloc(sizeof (*node));
74 if (node == NULL)
77 *root = saved = node;
79 node->child = node->sibling = NULL;
80 node->ch = *str++;
81 node
[all...]
/osnet-11/usr/src/lib/libinetutil/common/
H A Dtq.c62 iu_timer_node_t *node, *next_node; local
64 for (node = tq->iutq_head; node != NULL; node = next_node) {
65 next_node = node->iutn_next;
66 destroy_timer(tq, node);
73 * insert_timer(): inserts a timer node into a tq's timer list
76 * iu_timer_node_t *: the timer node to insert into the list
82 insert_timer(iu_tq_t *tq, iu_timer_node_t *node, uint64_t msec) argument
87 * find the node t
125 remove_timer(iu_tq_t *tq, iu_timer_node_t *node) argument
144 destroy_timer(iu_tq_t *tq, iu_timer_node_t *node) argument
193 iu_timer_node_t *node = calloc(1, sizeof (iu_timer_node_t)); local
224 iu_timer_node_t *node; local
253 iu_timer_node_t *node; local
314 iu_timer_node_t *node, *next_node; local
[all...]
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h36 * Define node types in hotplug snapshot.
77 int hp_type(hp_node_t node);
78 char *hp_name(hp_node_t node);
79 char *hp_usage(hp_node_t node);
80 char *hp_driver(hp_node_t node);
81 int hp_instance(hp_node_t node);
82 int hp_state(hp_node_t node);
83 char *hp_state_priv(hp_node_t node);
84 char *hp_description(hp_node_t node);
85 time_t hp_last_change(hp_node_t node);
[all...]
H A Dlibhotplug.c125 hp_node_t node; local
139 for (node = root; node != NULL; node = node->hp_sibling)
140 node->hp_basepath = NULL;
145 node = root;
146 while (node) {
147 sibling = node->hp_sibling;
148 if (node
174 hp_node_t node; local
214 hp_type(hp_node_t node) argument
233 hp_name(hp_node_t node) argument
257 hp_state(hp_node_t node) argument
283 hp_state_priv(hp_node_t node) argument
315 hp_usage(hp_node_t node) argument
345 hp_description(hp_node_t node) argument
376 hp_driver(hp_node_t node) argument
406 hp_instance(hp_node_t node) argument
431 hp_last_change(hp_node_t node) argument
457 hp_parent(hp_node_t node) argument
481 hp_child(hp_node_t node) argument
505 hp_sibling(hp_node_t node) argument
530 hp_path(hp_node_t node, char *path, char *connection) argument
611 hp_state_ceiling(hp_node_t node) argument
643 hp_set_state_ceiling(hp_node_t node, int state, uint32_t *handlep, hp_node_t *resultsp) argument
716 hp_clear_state_ceiling(hp_node_t node, uint32_t handle, int flags, hp_node_t *resultsp) argument
781 hp_set_state(hp_node_t node, uint_t flags, int state, const char *state_priv, hp_node_t *resultsp) argument
867 hp_set_private(hp_node_t node, const char *options, char **resultsp) argument
927 hp_get_private(hp_node_t node, const char *options, char **resultsp) argument
986 hp_install(hp_node_t node, uint_t flags, hp_node_t *resultsp) argument
1042 hp_uninstall(hp_node_t node, uint_t flags, hp_node_t *resultsp) argument
1093 hp_create_port(hp_node_t node, const char *cn_name, hp_node_t *resultsp) argument
1137 hp_remove_port(hp_node_t node, hp_node_t *resultsp) argument
1190 hp_node_t node; local
1414 i_hp_pack_node(hp_node_t node, char **bufp, size_t *lenp) argument
1491 hp_node_t node = NULL; local
1569 hp_node_t node; local
[all...]
/osnet-11/usr/src/lib/libnsctl/common/
H A Dhash.c47 hash_node_t *node; local
49 node = (hash_node_t *)malloc(sizeof (hash_node_t));
50 if (!node) {
53 node->key = strdup(key);
54 node->data = data;
61 node->next = hash[ index ];
62 hash[ index ] = node;
71 * Searches the hash to find a node.
75 * pointer to node if found.
81 hash_node_t *node; local
97 hash_node_t *node, *prev; local
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_protocol.c41 topo_node_asru(tnode_t *node, nvlist_t **asru, nvlist_t *priv, int *err) argument
45 if (topo_prop_getprop(node, TOPO_PGROUP_PROTOCOL,
50 topo_hdl_nvdup(node->tn_hdl, ap, asru) < 0) {
62 topo_node_fru(tnode_t *node, nvlist_t **fru, nvlist_t *priv, int *err) argument
66 if (topo_prop_getprop(node, TOPO_PGROUP_PROTOCOL, TOPO_PROP_FRU,
71 topo_hdl_nvdup(node->tn_hdl, fp, fru) < 0) {
83 topo_node_resource(tnode_t *node, nvlist_t **resource, int *err) argument
86 return (topo_prop_get_fmri(node, TOPO_PGROUP_PROTOCOL,
91 topo_node_label(tnode_t *node, char **label, int *err) argument
94 return (topo_prop_get_string(node, TOPO_PGROUP_PROTOCO
99 topo_node_asru_set(tnode_t *node, nvlist_t *asru, int flag, int *err) argument
128 topo_node_fru_set(tnode_t *node, nvlist_t *fru, int flag, int *err) argument
155 topo_node_label_set(tnode_t *node, char *label, int *err) argument
[all...]
H A Dtopo_prop.c55 * topology node.
67 * node may use topo_prop_getall(). This routine returns a nested nvlist
76 pgroup_get(tnode_t *node, const char *pgname) argument
82 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
121 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, argument
140 * Grab a reference to the property and then unlock the node. This will
143 * values on the same node w\o causing a deadlock.
146 topo_node_unlock(node);
147 if (topo_method_call(node, pm->tpm_name, pm->tpm_version,
149 topo_node_lock(node);
176 prop_get(tnode_t *node, const char *pgname, const char *pname, nvlist_t *pargs, int *err) argument
198 get_properror(tnode_t *node, int *errp, int err) argument
206 prop_getval(tnode_t *node, const char *pgname, const char *pname, void *val, topo_type_t type, uint_t *nelems, int *err) argument
395 topo_prop_get_int32(tnode_t *node, const char *pgname, const char *pname, int32_t *val, int *err) argument
403 topo_prop_get_uint32(tnode_t *node, const char *pgname, const char *pname, uint32_t *val, int *err) argument
411 topo_prop_get_int64(tnode_t *node, const char *pgname, const char *pname, int64_t *val, int *err) argument
419 topo_prop_get_uint64(tnode_t *node, const char *pgname, const char *pname, uint64_t *val, int *err) argument
427 topo_prop_get_double(tnode_t *node, const char *pgname, const char *pname, double *val, int *err) argument
435 topo_prop_get_string(tnode_t *node, const char *pgname, const char *pname, char **val, int *err) argument
443 topo_prop_get_fmri(tnode_t *node, const char *pgname, const char *pname, nvlist_t **val, int *err) argument
451 topo_prop_get_int32_array(tnode_t *node, const char *pgname, const char *pname, int32_t **val, uint_t *nelem, int *err) argument
459 topo_prop_get_uint32_array(tnode_t *node, const char *pgname, const char *pname, uint32_t **val, uint_t *nelem, int *err) argument
467 topo_prop_get_int64_array(tnode_t *node, const char *pgname, const char *pname, int64_t **val, uint_t *nelem, int *err) argument
475 topo_prop_get_uint64_array(tnode_t *node, const char *pgname, const char *pname, uint64_t **val, uint_t *nelem, int *err) argument
483 topo_prop_get_string_array(tnode_t *node, const char *pgname, const char *pname, char ***val, uint_t *nelem, int *err) argument
491 topo_prop_get_fmri_array(tnode_t *node, const char *pgname, const char *pname, nvlist_t ***val, uint_t *nelem, int *err) argument
499 set_seterror(tnode_t *node, topo_proplist_t *pvl, int *errp, int err) argument
517 prop_create(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, int *err) argument
567 topo_prop_set(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, void *val, int nelems, int *err) argument
659 topo_prop_set_int32(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t val, int *err) argument
667 topo_prop_set_uint32(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t val, int *err) argument
675 topo_prop_set_int64(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t val, int *err) argument
683 topo_prop_set_uint64(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t val, int *err) argument
691 topo_prop_set_double(tnode_t *node, const char *pgname, const char *pname, int flag, double val, int *err) argument
699 topo_prop_set_string(tnode_t *node, const char *pgname, const char *pname, int flag, const char *val, int *err) argument
707 topo_prop_set_fmri(tnode_t *node, const char *pgname, const char *pname, int flag, const nvlist_t *fmri, int *err) argument
715 topo_prop_set_int32_array(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t *val, uint_t nelems, int *err) argument
723 topo_prop_set_uint32_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t *val, uint_t nelems, int *err) argument
731 topo_prop_set_int64_array(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t *val, uint_t nelems, int *err) argument
739 topo_prop_set_uint64_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t *val, uint_t nelems, int *err) argument
747 topo_prop_set_string_array(tnode_t *node, const char *pgname, const char *pname, int flag, const char **val, uint_t nelems, int *err) argument
755 topo_prop_set_fmri_array(tnode_t *node, const char *pgname, const char *pname, int flag, const nvlist_t **fmri, uint_t nelems, int *err) argument
763 topo_prop_setprop(tnode_t *node, const char *pgname, nvlist_t *prop, int flag, nvlist_t *pargs, int *err) argument
847 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, int err) argument
869 prop_method_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, topo_version_t version, const nvlist_t *args, int *err) argument
929 topo_prop_method_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, const nvlist_t *args, int *err) argument
947 topo_prop_method_version_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, topo_version_t version, const nvlist_t *args, int *err) argument
973 topo_prop_method_unregister(tnode_t *node, const char *pgname, const char *pname) argument
1011 topo_prop_setmutable(tnode_t *node, const char *pgname, const char *pname, int *err) argument
1039 topo_prop_setnonvolatile(tnode_t *node, const char *pgname, const char *pname, int *err) argument
1059 inherit_seterror(tnode_t *node, int *errp, int err) argument
1070 topo_prop_inherit(tnode_t *node, const char *pgname, const char *name, int *err) argument
1123 topo_pgroup_info(tnode_t *node, const char *pgname, int *err) argument
1161 pgroup_seterr(tnode_t *node, topo_pgroup_t *pg, topo_ipgroup_info_t *pip, int *err) argument
1181 topo_pgroup_create(tnode_t *node, const topo_pgroup_info_t *pinfo, int *err) argument
1229 topo_pgroup_destroy(tnode_t *node, const char *pname) argument
1269 topo_pgroup_destroy_all(tnode_t *node) argument
1357 topo_prop_getprop(tnode_t *node, const char *pgname, const char *pname, nvlist_t *args, nvlist_t **prop, int *err) argument
1379 prop_val_add(tnode_t *node, nvlist_t **nvl, topo_propval_t *pv, int *err) argument
1399 get_pgrp_seterror(tnode_t *node, nvlist_t *nvl, int *errp, int err) argument
1412 topo_prop_getpgrp(tnode_t *node, const char *pgname, nvlist_t **pgrp, int *err) argument
1472 get_all_seterror(tnode_t *node, nvlist_t *nvl, int *errp, int err) argument
1485 topo_prop_getprops(tnode_t *node, int *err) argument
[all...]
H A Dtopo_node.c34 * may access node data safely without locks. The exception to this rule
35 * is data associated with node properties (topo_prop.c). Properties
40 * scope of operation: the parent node passed into the enumeration op or those
46 * node property data, and contruct or destroy child nodes for the node
48 * the node for which the method operation is called. This permits
56 * node instances with topo_node_range_create(). topo_node_range_create()
57 * does not allocate any node resources but creates the infrastruture
62 * the node be bound.
64 * Node range and node linkag
129 topo_node_destroy(tnode_t *node) argument
204 topo_node_lock(tnode_t *node) argument
210 topo_node_unlock(tnode_t *node) argument
216 topo_node_hold(tnode_t *node) argument
224 topo_node_rele(tnode_t *node) argument
239 topo_node_name(tnode_t *node) argument
245 topo_node_instance(tnode_t *node) argument
251 topo_node_parent(tnode_t *node) argument
257 topo_node_flags(tnode_t *node) argument
263 topo_node_setspecific(tnode_t *node, void *data) argument
269 topo_node_getspecific(tnode_t *node) argument
534 tnode_t *node; local
569 node_bind_seterror(topo_mod_t *mod, tnode_t *pnode, tnode_t *node, boolean_t pnode_locked, int err) argument
644 tnode_t *node; local
733 tnode_t *node; local
866 topo_node_facility(topo_hdl_t *thp, tnode_t *node, const char *fac_type, uint32_t fac_subtype, topo_faclist_t *faclist, int *errp) argument
950 topo_node_unbind(tnode_t *node) argument
974 topo_node_walk_init(topo_hdl_t *thp, topo_mod_t *mod, tnode_t *node, int (*cb_f)(), void *pdata, int *errp) argument
[all...]
H A Dtopo_method.c44 topo_method_lookup(tnode_t *node, const char *name) argument
48 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
51 topo_node_unlock(node);
60 * Simple API to determine if the specified node supports a given topo method
65 topo_method_supported(tnode_t *node, const char *name, topo_version_t vers) argument
69 topo_node_lock(node);
70 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
74 topo_node_unlock(node);
78 topo_node_unlock(node);
108 set_methregister_error(topo_mod_t *mod, tnode_t *node, topo_imethod_ argument
131 topo_method_register(topo_mod_t *mod, tnode_t *node, const topo_method_t *mp) argument
188 topo_method_unregister(topo_mod_t *mod, tnode_t *node, const char *name) argument
216 topo_method_unregister_all(topo_mod_t *mod, tnode_t *node) argument
234 topo_method_call(tnode_t *node, const char *method, topo_version_t version, nvlist_t *in, nvlist_t **out, int *err) argument
275 topo_method_invoke(tnode_t *node, const char *method, topo_version_t version, nvlist_t *in, nvlist_t **out, int *err) argument
381 topo_method_sensor_failure(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c9 * Each node may represent either a relation or a section header.
45 #define CHECK_MAGIC(node) \
46 if ((node)->magic != PROF_MAGIC_NODE) \
50 * Free a node, and any children
52 void profile_free_node(struct profile_node *node) argument
56 if (node->magic != PROF_MAGIC_NODE)
59 if (node->name)
60 free(node->name);
61 if (node->value)
62 free(node
122 profile_verify_node(struct profile_node *node) argument
201 profile_make_node_final(struct profile_node *node) argument
212 profile_is_node_final(struct profile_node *node) argument
222 profile_get_node_name(struct profile_node *node) argument
232 profile_get_node_value(struct profile_node *node) argument
251 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument
405 struct profile_node *node; member in struct:profile_iterator
621 profile_remove_node(struct profile_node *node) argument
638 profile_set_relation_value(struct profile_node *node, const char *new_value) argument
663 profile_rename_node(struct profile_node *node, const char *new_name) argument
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Dverify.c39 di_node_t node; local
58 node = di_init(path, DINFOCPYALL);
59 if (node == DI_NODE_NIL) {
65 state = di_state(node);
69 di_fini(node);
71 "devinfo node is not online state: %d", state);
76 di_fini(node);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c33 static void numericize ( int node );
36 int prewalk ( int numit, int level, int node, int *numericptr );
37 STR * walk ( int useval, int level, int node, int *numericptr, int minprec );
45 walk(int useval, int level, register int node, int *numericptr, int minprec) argument
66 if (!node) {
70 type = ops[node].ival;
91 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
127 if (ops[node+2].ival) {
128 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
132 fstr = walk(0,level+1,ops[node
1631 prewalk(int numit, int level, register int node, int *numericptr) argument
2048 numericize(register int node) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4/pcibus/
H A Dpci_sun4.c38 pci_fru_compute(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
40 return (pci_fru_cmn(mod, node, in, out));
H A Dpci_sun4.h40 pci_fru_compute(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out);
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_ieee1394.c36 HalDevice *devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
37 static HalDevice *devinfo_scsa1394_add(HalDevice *d, di_node_t node, gchar *devfs_path);
49 devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
59 if ((di_compatible_names (node, &compat) < 1) ||
64 if ((driver_name = di_driver_name (node)) == NULL) {
69 d = devinfo_scsa1394_add (parent, node, devfs_path);
76 devinfo_scsa1394_add(HalDevice *parent, di_node_t node, gchar *devfs_path) argument
82 devinfo_set_default_properties (d, parent, node, devfs_path);
H A Ddevinfo_usb.c36 static HalDevice *devinfo_usb_if_add(HalDevice *d, di_node_t node, gchar *devfs_path,
38 static HalDevice *devinfo_usb_scsa2usb_add(HalDevice *d, di_node_t node);
39 static HalDevice *devinfo_usb_printer_add(HalDevice *usbd, di_node_t node);
40 static HalDevice *devinfo_usb_input_add(HalDevice *usbd, di_node_t node);
41 static HalDevice *devinfo_usb_video4linux_add(HalDevice *usbd, di_node_t node);
44 static void set_usb_properties(HalDevice *d, di_node_t node, gchar *devfs_path, char *driver_name);
74 is_usb_node(di_node_t node) argument
83 rc = di_prop_lookup_strings(DDI_DEV_T_ANY, node, "compatible", &s);
123 devinfo_usb_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
133 if (is_usb_node(node)
253 set_usb_properties(HalDevice *d, di_node_t node, gchar *devfs_path, char *driver_name) argument
312 parse_usb_if_descr(di_node_t node, int ifnum) argument
383 devinfo_usb_if_add(HalDevice *parent, di_node_t node, gchar *devfs_path, gchar *if_devfs_path, int ifnum) argument
437 get_dev_link_path(di_node_t node, char *nodetype, char *re, char **devlink, char **minor_path, char **minor_name) argument
496 devinfo_usb_video4linux_add(HalDevice *usbd, di_node_t node) argument
559 devinfo_usb_input_add(HalDevice *usbd, di_node_t node) argument
633 devinfo_usb_scsa2usb_add(HalDevice *usbd, di_node_t node) argument
680 devinfo_usb_printer_add(HalDevice *parent, di_node_t node) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c124 grub_affs_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
129 struct grub_affs_data *data = node->data;
132 if (!node->block_cache)
134 node->block_cache = grub_malloc ((((grub_be_to_cpu32 (node->di.size)
136 * sizeof (node->block_cache[0]));
137 if (!node->block_cache)
139 node->last_block_cache = 0;
140 node->block_cache[0] = node
122 grub_affs_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
263 grub_affs_read_symlink(grub_fshelp_node_t node) argument
288 grub_affs_iterate_dir(grub_fshelp_node_t dir, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
296 struct grub_fshelp_node *node = 0; local
484 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfrup.h46 * Type for pointers to functions for terminating the processing of a node
49 typedef void (*end_node_fp_t)(fru_nodehdl_t node, const char *path,
59 extern fru_errno_t fru_walk_tree(fru_nodehdl_t node, const char *prior_path,
60 fru_errno_t (*process_node)(fru_nodehdl_t node,
69 extern fru_errno_t fru_for_each_segment(fru_nodehdl_t node,
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfshelp.h41 /* Lookup the node PATH. The node ROOTNODE describes the root of the
42 directory tree. The node found is returned in FOUNDNODE, which is
43 either a ROOTNODE or a new malloc'ed node. ITERATE_DIR is used to
44 iterate over all directory entries in the current node.
45 READ_SYMLINK is used to read the symlink if a node is a symlink.
46 EXPECTTYPE is the type node that is expected by the called, an
47 error is generated if the node is not of the expected type. Make
58 grub_fshelp_node_t node)),
59 char *(*read_symlink) (grub_fshelp_node_t node),
[all...]
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c57 di_node_t cb_node; /* found leaf node of device path */
198 * Get the value of the named property on the named node in root.
203 di_node_t node; local
211 for (node = di_child_node(root_node);
212 node != DI_NODE_NIL;
213 node = di_sibling_node(node)) {
214 if (strcmp(di_node_name(node), nodename) == 0) {
218 if (node == DI_NODE_NIL) {
225 for (pp = di_prom_prop_next(phdl, node, DI_PROM_PROP_NI
299 p2n_cb(di_node_t node, void *arg) argument
334 is_network_device(di_node_t node) argument
381 di_node_t node; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont_cmd.c50 struct grub_font_node *node; local
53 for (node = grub_font_list; node; node = node->next)
55 grub_font_t font = node->value;
/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h85 /* node & device states */
109 typedef struct di_node *di_node_t; /* node */
117 typedef struct di_prop *di_prop_t; /* node property */
159 * node: traversal, data access, and parameters
164 int (*node_callback)(di_node_t node, void *arg));
167 extern di_node_t di_drv_next_node(di_node_t node);
169 extern di_node_t di_parent_node(di_node_t node);
170 extern di_node_t di_sibling_node(di_node_t node);
171 extern di_node_t di_child_node(di_node_t node);
173 extern char *di_node_name(di_node_t node);
[all...]
/osnet-11/usr/src/lib/libuvfs/common/
H A Dstash.c53 libuvfs_stash_node_free(libuvfs_stash_node_t *node) argument
55 umem_cache_free(libuvfs_stash_node_cache, node);
106 libuvfs_stash_node_t *node; local
111 node = libuvfs_stash_get_impl(fs, fid, key, &where);
112 if (node != NULL) {
113 rc = node->st_value;
116 node->st_value = value;
118 avl_remove(&fs->fs_stash, node);
119 libuvfs_stash_node_free(node);
123 node
188 libuvfs_stash_node_t *node; local
[all...]
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c235 xmlNodePtr node; local
276 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL) {
281 if (xmlStrcmp(node->name, DTD_ELEM_BRAND) != 0) {
286 if ((property = xmlGetProp(node, DTD_ATTR_NAME)) == NULL) {
444 xmlNodePtr node; local
451 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL)
454 if (xmlStrcmp(node->name, DTD_ELEM_BRAND) != 0)
457 for (node = node->xmlChildrenNode; node !
765 xmlNodePtr node; local
847 xmlNodePtr node; local
924 xmlNodePtr node; local
973 xmlNodePtr node; local
1068 xmlNodePtr node; local
1145 xmlNodePtr node; local
1193 xmlNodePtr node; local
1271 xmlNodePtr node; local
1307 xmlNodePtr node; local
1325 xmlNodePtr node; local
[all...]

Completed in 86 milliseconds

1234567891011>>