Home
last modified time | relevance | path

Searched refs:node (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/titanic_51/usr/src/cmd/fm/eversholt/common/
H A Dtree.h27 * the parse tree is made up of struct node's. the struct is
29 * related to the node, and then type-specific node data.
41 struct node { struct
93 * regardless of the type of node, filename and line number argument
100 * the variant part of a struct node... argument
144 struct node *child;
145 struct node *next;
146 struct node *last;
201 struct node *arglis
42 nodetypenode global() argument
102 __anon92ba2165010anode global() argument
274 unode global() argument
[all...]
H A Dcheck.h44 void check_report_combination(struct node *np);
45 void check_arrow(struct node *np);
46 void check_stmt_required_properties(struct node *stmtnp);
48 struct node *nvpairnp, struct lut *lutp);
49 void check_propnames(enum nodetype t, struct node *np, int from, int to);
50 void check_propscope(struct node *np);
51 void check_proplists(enum nodetype t, struct node *np);
52 void check_upset_engine(struct node *lhs, struct node *rhs, void *arg);
53 void check_refcount(struct node *lh
[all...]
/titanic_51/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c53 * This transition occurs in smb_node_lookup(). If the node looked for is
54 * not found in the has table a new node is created. The reference count is
61 * reference count will be given out for that node.
70 * The reason the smb node has 2 states is the following synchronization
73 * There's a mutex embedded in the node used to protect its fields and
74 * there's a lock embedded in the bucket of the hash table the node belongs
76 * entered. To insert the node into the bucket and to remove it from the
81 * reference count drops to zero and triggers the deletion of the node, the
83 * remove the node). This creates a window during which the node tha
140 smb_node_t *node; smb_node_init() local
193 smb_node_t *node; smb_node_fini() local
253 smb_node_t *node; smb_node_lookup() local
424 smb_node_ref(smb_node_t * node) smb_node_ref() argument
464 smb_node_release(smb_node_t * node) smb_node_release() argument
511 smb_node_delete_on_close(smb_node_t * node) smb_node_delete_on_close() argument
652 smb_node_set_delete_on_close(smb_node_t * node,cred_t * cr,uint32_t flags) smb_node_set_delete_on_close() argument
703 smb_node_reset_delete_on_close(smb_node_t * node) smb_node_reset_delete_on_close() argument
725 smb_node_open_check(smb_node_t * node,uint32_t desired_access,uint32_t share_access) smb_node_open_check() argument
755 smb_node_rename_check(smb_node_t * node) smb_node_rename_check() argument
786 smb_node_delete_check(smb_node_t * node) smb_node_delete_check() argument
829 smb_node_share_check(smb_node_t * node) smb_node_share_check() argument
850 smb_node_fcn_subscribe(smb_node_t * node,smb_request_t * sr) smb_node_fcn_subscribe() argument
863 smb_node_fcn_unsubscribe(smb_node_t * node,smb_request_t * sr) smb_node_fcn_unsubscribe() argument
876 smb_node_notify_change(smb_node_t * node,uint_t action,const char * name) smb_node_notify_change() argument
926 smb_node_start_crit(smb_node_t * node,krw_t mode) smb_node_start_crit() argument
938 smb_node_end_crit(smb_node_t * node) smb_node_end_crit() argument
945 smb_node_in_crit(smb_node_t * node) smb_node_in_crit() argument
951 smb_node_rdlock(smb_node_t * node) smb_node_rdlock() argument
957 smb_node_wrlock(smb_node_t * node) smb_node_wrlock() argument
963 smb_node_unlock(smb_node_t * node) smb_node_unlock() argument
969 smb_node_add_ofile(smb_node_t * node,smb_ofile_t * of) smb_node_add_ofile() argument
979 smb_node_rem_ofile(smb_node_t * node,smb_ofile_t * of) smb_node_rem_ofile() argument
992 smb_node_inc_open_ofiles(smb_node_t * node) smb_node_inc_open_ofiles() argument
1003 smb_node_dec_open_ofiles(smb_node_t * node) smb_node_dec_open_ofiles() argument
1013 smb_node_inc_opening_count(smb_node_t * node) smb_node_inc_opening_count() argument
1023 smb_node_dec_opening_count(smb_node_t * node) smb_node_dec_opening_count() argument
1033 smb_node_getmntpath(smb_node_t * node,char * buf,uint32_t buflen) smb_node_getmntpath() argument
1067 smb_node_getshrpath(smb_node_t * node,smb_tree_t * tree,char * buf,uint32_t buflen) smb_node_getshrpath() argument
1096 smb_node_getpath(smb_node_t * node,vnode_t * rootvp,char * buf,uint32_t buflen) smb_node_getpath() argument
1145 smb_node_t *node; smb_node_alloc() local
1191 smb_node_free(smb_node_t * node) smb_node_free() argument
1263 smb_node_create_audit_buf(smb_node_t * node,int kmflags) smb_node_create_audit_buf() argument
1278 smb_node_destroy_audit_buf(smb_node_t * node) smb_node_destroy_audit_buf() argument
1293 smb_node_audit(smb_node_t * node) smb_node_audit() argument
1326 smb_node_is_file(smb_node_t * node) smb_node_is_file() argument
1333 smb_node_is_dir(smb_node_t * node) smb_node_is_dir() argument
1341 smb_node_is_symlink(smb_node_t * node) smb_node_is_symlink() argument
1349 smb_node_is_dfslink(smb_node_t * node) smb_node_is_dfslink() argument
1357 smb_node_is_reparse(smb_node_t * node) smb_node_is_reparse() argument
1365 smb_node_is_vfsroot(smb_node_t * node) smb_node_is_vfsroot() argument
1372 smb_node_is_system(smb_node_t * node) smb_node_is_system() argument
1387 smb_node_file_is_readonly(smb_node_t * node) smb_node_file_is_readonly() argument
1456 smb_node_setattr(smb_request_t * sr,smb_node_t * node,cred_t * cr,smb_ofile_t * of,smb_attr_t * attr) smb_node_setattr() argument
1627 smb_node_getattr(smb_request_t * sr,smb_node_t * node,cred_t * cr,smb_ofile_t * of,smb_attr_t * attr) smb_node_getattr() argument
1746 smb_node_init_reparse(smb_node_t * node,smb_attr_t * attr) smb_node_init_reparse() argument
1790 smb_node_init_system(smb_node_t * node) smb_node_init_system() argument
[all...]
/titanic_51/usr/src/lib/libinetutil/common/
H A Dtq.c65 iu_timer_node_t *node, *next_node; in iu_tq_destroy() local
67 for (node = tq->iutq_head; node != NULL; node = next_node) { in iu_tq_destroy()
68 next_node = node->iutn_next; in iu_tq_destroy()
69 destroy_timer(tq, node); in iu_tq_destroy()
76 * insert_timer(): inserts a timer node into a tq's timer list
79 * iu_timer_node_t *: the timer node to insert into the list
85 insert_timer(iu_tq_t *tq, iu_timer_node_t *node, uint64_t msec) in insert_timer() argument
90 * find the node t in insert_timer()
128 remove_timer(iu_tq_t * tq,iu_timer_node_t * node) remove_timer() argument
147 destroy_timer(iu_tq_t * tq,iu_timer_node_t * node) destroy_timer() argument
196 iu_timer_node_t *node = calloc(1, sizeof (iu_timer_node_t)); iu_schedule_timer_ms() local
227 iu_timer_node_t *node; iu_cancel_timer() local
256 iu_timer_node_t *node; iu_adjust_timer() local
317 iu_timer_node_t *node, *next_node; iu_expire_timers() local
[all...]
/titanic_51/usr/src/common/avl/
H A Davl.c38 * any given node, the left and right subtrees are allowed to differ in height
66 * - The left/right children pointers of a node are in an array.
76 * int left_heavy; // -1 when left subtree is taller at some node,
91 * pointer) is set to indicate if that the new node has a value greater
123 * Walk from one node to the previous valued node (ie. an infix walk
124 * towards the left). At any given node we do one of 2 things:
133 * otherwise next node
139 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk() local
147 if (node in avl_walk()
185 avl_node_t *node; avl_first() local
204 avl_node_t *node; avl_last() local
229 avl_node_t *node = AVL_INDEX2NODE(where); avl_nearest() local
257 avl_node_t *node; avl_find() local
303 avl_rotation(avl_tree_t * tree,avl_node_t * node,int balance) avl_rotation() argument
484 avl_node_t *node; avl_insert() local
578 avl_node_t *node; avl_insert_here() local
682 avl_node_t *node; avl_remove() local
975 avl_node_t *node; avl_destroy_nodes() local
[all...]
/titanic_51/usr/src/lib/fm/topo/libtopo/common/
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) topo_node_destroy() argument
204 topo_node_lock(tnode_t * node) topo_node_lock() argument
210 topo_node_unlock(tnode_t * node) topo_node_unlock() argument
216 topo_node_hold(tnode_t * node) topo_node_hold() argument
224 topo_node_rele(tnode_t * node) topo_node_rele() argument
239 topo_node_name(tnode_t * node) topo_node_name() argument
245 topo_node_instance(tnode_t * node) topo_node_instance() argument
251 topo_node_parent(tnode_t * node) topo_node_parent() argument
257 topo_node_flags(tnode_t * node) topo_node_flags() argument
263 topo_node_setspecific(tnode_t * node,void * data) topo_node_setspecific() argument
269 topo_node_getspecific(tnode_t * node) topo_node_getspecific() argument
389 tnode_t *node; topo_node_lookup() local
424 node_bind_seterror(topo_mod_t * mod,tnode_t * pnode,tnode_t * node,boolean_t pnode_locked,int err) node_bind_seterror() argument
450 tnode_t *node; topo_node_bind() local
536 tnode_t *node; topo_node_facbind() local
666 topo_node_facility(topo_hdl_t * thp,tnode_t * node,const char * fac_type,uint32_t fac_subtype,topo_faclist_t * faclist,int * errp) topo_node_facility() argument
750 topo_node_unbind(tnode_t * node) topo_node_unbind() argument
775 topo_node_present(tnode_t * node) topo_node_present() argument
789 topo_node_unusable(tnode_t * node) topo_node_unusable() argument
795 topo_node_walk_init(topo_hdl_t * thp,topo_mod_t * mod,tnode_t * node,int (* cb_f)(),void * pdata,int * errp) topo_node_walk_init() 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) in pgroup_get() argument
82 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in pgroup_get()
120 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, in prop_method_get() argument
139 * Grab a reference to the property and then unlock the node. This will in prop_method_get()
142 * values on the same node w\o causing a deadlock. in prop_method_get()
145 topo_node_unlock(node); in prop_method_get()
146 if (topo_method_call(node, pm->tpm_name, pm->tpm_version, in prop_method_get()
148 topo_node_lock(node); in prop_method_get()
174 prop_get(tnode_t * node,const char * pgname,const char * pname,nvlist_t * pargs,int * err) prop_get() argument
196 get_properror(tnode_t * node,int * errp,int err) get_properror() argument
204 prop_getval(tnode_t * node,const char * pgname,const char * pname,void * val,topo_type_t type,uint_t * nelems,int * err) prop_getval() argument
393 topo_prop_get_int32(tnode_t * node,const char * pgname,const char * pname,int32_t * val,int * err) topo_prop_get_int32() argument
401 topo_prop_get_uint32(tnode_t * node,const char * pgname,const char * pname,uint32_t * val,int * err) topo_prop_get_uint32() argument
409 topo_prop_get_int64(tnode_t * node,const char * pgname,const char * pname,int64_t * val,int * err) topo_prop_get_int64() argument
417 topo_prop_get_uint64(tnode_t * node,const char * pgname,const char * pname,uint64_t * val,int * err) topo_prop_get_uint64() argument
425 topo_prop_get_double(tnode_t * node,const char * pgname,const char * pname,double * val,int * err) topo_prop_get_double() argument
433 topo_prop_get_string(tnode_t * node,const char * pgname,const char * pname,char ** val,int * err) topo_prop_get_string() argument
441 topo_prop_get_fmri(tnode_t * node,const char * pgname,const char * pname,nvlist_t ** val,int * err) topo_prop_get_fmri() argument
449 topo_prop_get_int32_array(tnode_t * node,const char * pgname,const char * pname,int32_t ** val,uint_t * nelem,int * err) topo_prop_get_int32_array() argument
457 topo_prop_get_uint32_array(tnode_t * node,const char * pgname,const char * pname,uint32_t ** val,uint_t * nelem,int * err) topo_prop_get_uint32_array() argument
465 topo_prop_get_int64_array(tnode_t * node,const char * pgname,const char * pname,int64_t ** val,uint_t * nelem,int * err) topo_prop_get_int64_array() argument
473 topo_prop_get_uint64_array(tnode_t * node,const char * pgname,const char * pname,uint64_t ** val,uint_t * nelem,int * err) topo_prop_get_uint64_array() argument
481 topo_prop_get_string_array(tnode_t * node,const char * pgname,const char * pname,char *** val,uint_t * nelem,int * err) topo_prop_get_string_array() argument
489 topo_prop_get_fmri_array(tnode_t * node,const char * pgname,const char * pname,nvlist_t *** val,uint_t * nelem,int * err) topo_prop_get_fmri_array() argument
497 set_seterror(tnode_t * node,topo_proplist_t * pvl,int * errp,int err) set_seterror() argument
515 prop_create(tnode_t * node,const char * pgname,const char * pname,topo_type_t type,int flag,int * err) prop_create() argument
565 topo_prop_set(tnode_t * node,const char * pgname,const char * pname,topo_type_t type,int flag,void * val,int nelems,int * err) topo_prop_set() argument
657 topo_prop_set_int32(tnode_t * node,const char * pgname,const char * pname,int flag,int32_t val,int * err) topo_prop_set_int32() argument
665 topo_prop_set_uint32(tnode_t * node,const char * pgname,const char * pname,int flag,uint32_t val,int * err) topo_prop_set_uint32() argument
673 topo_prop_set_int64(tnode_t * node,const char * pgname,const char * pname,int flag,int64_t val,int * err) topo_prop_set_int64() argument
681 topo_prop_set_uint64(tnode_t * node,const char * pgname,const char * pname,int flag,uint64_t val,int * err) topo_prop_set_uint64() argument
689 topo_prop_set_double(tnode_t * node,const char * pgname,const char * pname,int flag,double val,int * err) topo_prop_set_double() argument
697 topo_prop_set_string(tnode_t * node,const char * pgname,const char * pname,int flag,const char * val,int * err) topo_prop_set_string() argument
705 topo_prop_set_fmri(tnode_t * node,const char * pgname,const char * pname,int flag,const nvlist_t * fmri,int * err) topo_prop_set_fmri() argument
713 topo_prop_set_int32_array(tnode_t * node,const char * pgname,const char * pname,int flag,int32_t * val,uint_t nelems,int * err) topo_prop_set_int32_array() argument
721 topo_prop_set_uint32_array(tnode_t * node,const char * pgname,const char * pname,int flag,uint32_t * val,uint_t nelems,int * err) topo_prop_set_uint32_array() argument
729 topo_prop_set_int64_array(tnode_t * node,const char * pgname,const char * pname,int flag,int64_t * val,uint_t nelems,int * err) topo_prop_set_int64_array() argument
737 topo_prop_set_uint64_array(tnode_t * node,const char * pgname,const char * pname,int flag,uint64_t * val,uint_t nelems,int * err) topo_prop_set_uint64_array() argument
745 topo_prop_set_string_array(tnode_t * node,const char * pgname,const char * pname,int flag,const char ** val,uint_t nelems,int * err) topo_prop_set_string_array() argument
753 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) topo_prop_set_fmri_array() argument
764 topo_prop_setprop(tnode_t * node,const char * pgname,nvlist_t * prop,int flag,nvlist_t * pargs,int * err) topo_prop_setprop() argument
848 register_methoderror(tnode_t * node,topo_propmethod_t * pm,int * errp,int l,int err) register_methoderror() 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) prop_method_register() 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) topo_prop_method_register() 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) topo_prop_method_version_register() argument
973 topo_prop_method_unregister(tnode_t * node,const char * pgname,const char * pname) topo_prop_method_unregister() argument
1011 topo_prop_setmutable(tnode_t * node,const char * pgname,const char * pname,int * err) topo_prop_setmutable() argument
1039 topo_prop_setnonvolatile(tnode_t * node,const char * pgname,const char * pname,int * err) topo_prop_setnonvolatile() argument
1059 inherit_seterror(tnode_t * node,int * errp,int err) inherit_seterror() argument
1070 topo_prop_inherit(tnode_t * node,const char * pgname,const char * name,int * err) topo_prop_inherit() argument
1123 topo_pgroup_info(tnode_t * node,const char * pgname,int * err) topo_pgroup_info() argument
1161 pgroup_seterr(tnode_t * node,topo_pgroup_t * pg,topo_ipgroup_info_t * pip,int * err) pgroup_seterr() argument
1181 topo_pgroup_create(tnode_t * node,const topo_pgroup_info_t * pinfo,int * err) topo_pgroup_create() argument
1229 topo_pgroup_destroy(tnode_t * node,const char * pname) topo_pgroup_destroy() argument
1269 topo_pgroup_destroy_all(tnode_t * node) topo_pgroup_destroy_all() argument
1355 topo_prop_getprop(tnode_t * node,const char * pgname,const char * pname,nvlist_t * args,nvlist_t ** prop,int * err) topo_prop_getprop() argument
1377 prop_val_add(tnode_t * node,nvlist_t ** nvl,topo_propval_t * pv,int * err) prop_val_add() argument
1397 get_pgrp_seterror(tnode_t * node,nvlist_t * nvl,int * errp,int err) get_pgrp_seterror() argument
1409 topo_prop_getpgrp(tnode_t * node,const char * pgname,nvlist_t ** pgrp,int * err) topo_prop_getpgrp() argument
1469 get_all_seterror(tnode_t * node,nvlist_t * nvl,int * errp,int err) get_all_seterror() argument
1481 topo_prop_getprops(tnode_t * node,int * err) topo_prop_getprops() argument
[all...]
/titanic_51/usr/src/cmd/awk_xpg4/
H A Dawk.y52 NODE *node; member
64 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
65 %token <node> NOT AND OR EXP QUEST
66 %token <node> EQ NE GE LE GT LT
67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
68 %token <node> GETLINE CALLFUNC RE TILDE NRE
74 %token <node> PRINT PRINTF
75 %token <node> EXIT RETURN BREAK CONTINUE NEXT
76 %token <node> DELETE WHILE DO FOR FORIN IF
82 %token <node> CONSTAN
[all...]
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwacl_001_pos.ksh54 function read_ACL #<node> <user1> <user2> ...
56 typeset node=$1
62 chgusr_exec $user $LS -vd $node > /dev/null 2>&1
72 function write_ACL #<node> <user1> <user2> ...
74 typeset node=$1
80 before_cnt=$(count_ACE $node)
84 chgusr_exec $user $CHMOD A0+owner@:read_data:allow $node
88 after_cnt=$(count_ACE $node)
92 chgusr_exec $user $CHMOD A0- $node
106 function check_owner #<node>
[all...]
/titanic_51/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...]
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkeypad.c60 t_decode *node, *saved; in decode_add() local
72 /* First node of tree. */ in decode_add()
73 node = (t_decode *) malloc(sizeof (*node)); in decode_add()
74 if (node == NULL) in decode_add()
77 *root = saved = node; in decode_add()
79 node->child = node->sibling = NULL; in decode_add()
80 node->ch = *str++; in decode_add()
81 node in decode_add()
[all...]
/titanic_51/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c186 * rcm_register_interest() for each node before we free it, but the in rcm_mod_fini()
236 link_cache_t *node; in bridge_unregister() local
243 node = cache_head.vc_next; in bridge_unregister()
244 while (node != &cache_tail) { in bridge_unregister()
245 retv = rcm_unregister_interest(hd, node->vc_resource, 0); in bridge_unregister()
248 cache_remove(node); in bridge_unregister()
249 node_free(node); in bridge_unregister()
250 node = cache_head.vc_next; in bridge_unregister()
255 _("Bridge: failed to unregister %s\n"), node->vc_resource); in bridge_unregister()
285 link_cache_t *node; in bridge_offline() local
332 link_cache_t *node; bridge_undo_offline() local
384 link_cache_t *node; bridge_get_info() local
449 link_cache_t *node; bridge_remove() local
539 bridge_usage(link_cache_t * node) bridge_usage() argument
595 link_cache_t *node; cache_lookup() local
623 node_free(link_cache_t * node) node_free() argument
635 cache_insert(link_cache_t * node) cache_insert() argument
651 cache_remove(link_cache_t * node) cache_remove() argument
673 link_cache_t *node; bridge_update() local
740 link_cache_t *node, *nnode; cache_update() local
806 link_cache_t *node; cache_free() local
865 link_cache_t *node; bridge_configure() local
[all...]
H A Dvlan_rcm.c209 * rcm_register_interest() for each node before we free it, the in rcm_mod_fini()
258 link_cache_t *node; in vlan_unregister() local
264 node = cache_head.vc_next; in vlan_unregister()
265 while (node != &cache_tail) { in vlan_unregister()
266 if (rcm_unregister_interest(hd, node->vc_resource, 0) in vlan_unregister()
270 node->vc_resource); in vlan_unregister()
274 cache_remove(node); in vlan_unregister()
275 node_free(node); in vlan_unregister()
276 node = cache_head.vc_next; in vlan_unregister()
301 * vlan_offline() - Offline VLANs on a specific node
307 link_cache_t *node; vlan_offline() local
365 link_cache_t *node; vlan_undo_offline() local
400 vlan_online_vlan(link_cache_t * node) vlan_online_vlan() argument
429 vlan_offline_vlan(link_cache_t * node,uint32_t flags,cache_node_state_t state) vlan_offline_vlan() argument
468 link_cache_t *node; vlan_get_info() local
531 vlan_consumer_remove(rcm_handle_t * hd,link_cache_t * node,uint_t flags,rcm_info_t ** info) vlan_consumer_remove() argument
573 link_cache_t *node; vlan_remove() local
671 vlan_usage(link_cache_t * node) vlan_usage() argument
764 link_cache_t *node; cache_lookup() local
791 node_free(link_cache_t * node) node_free() argument
811 cache_insert(link_cache_t * node) cache_insert() argument
827 cache_remove(link_cache_t * node) cache_remove() argument
849 link_cache_t *node; vlan_update() local
964 link_cache_t *node, *nnode; cache_update() local
1044 link_cache_t *node; cache_free() local
1109 vlan_consumer_online(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** info) vlan_consumer_online() argument
1138 vlan_consumer_offline(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** info) vlan_consumer_offline() argument
1173 link_cache_t *node; vlan_notify_new_vlan() local
1231 link_cache_t *node; vlan_consumer_notify() local
1304 link_cache_t *node; vlan_configure() local
[all...]
H A Dibpart_rcm.c209 * rcm_register_interest() for each node before we free it, the in rcm_mod_fini()
258 link_cache_t *node; in ibpart_unregister() local
264 node = cache_head.pc_next; in ibpart_unregister()
265 while (node != &cache_tail) { in ibpart_unregister()
266 if (rcm_unregister_interest(hd, node->pc_resource, 0) in ibpart_unregister()
270 node->pc_resource); in ibpart_unregister()
274 cache_remove(node); in ibpart_unregister()
275 node_free(node); in ibpart_unregister()
276 node = cache_head.pc_next; in ibpart_unregister()
301 * ibpart_offline() - Offline IBPARTs on a specific node
307 link_cache_t *node; ibpart_offline() local
365 link_cache_t *node; ibpart_undo_offline() local
400 ibpart_online_ibpart(link_cache_t * node) ibpart_online_ibpart() argument
433 ibpart_offline_ibpart(link_cache_t * node,uint32_t flags,cache_node_state_t state) ibpart_offline_ibpart() argument
478 link_cache_t *node; ibpart_get_info() local
541 ibpart_consumer_remove(rcm_handle_t * hd,link_cache_t * node,uint_t flags,rcm_info_t ** info) ibpart_consumer_remove() argument
584 link_cache_t *node; ibpart_remove() local
683 ibpart_usage(link_cache_t * node) ibpart_usage() argument
780 link_cache_t *node; cache_lookup() local
807 node_free(link_cache_t * node) node_free() argument
827 cache_insert(link_cache_t * node) cache_insert() argument
843 cache_remove(link_cache_t * node) cache_remove() argument
865 link_cache_t *node; ibpart_update() local
992 link_cache_t *node, *nnode; cache_update() local
1073 link_cache_t *node; cache_free() local
1138 ibpart_consumer_online(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** info) ibpart_consumer_online() argument
1168 ibpart_consumer_offline(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** info) ibpart_consumer_offline() argument
1204 link_cache_t *node; ibpart_notify_new_ibpart() local
1263 link_cache_t *node; ibpart_consumer_notify() local
1339 link_cache_t *node; ibpart_configure() local
[all...]
H A Dvnic_rcm.c209 * rcm_register_interest() for each node before we free it, the in rcm_mod_fini()
258 link_cache_t *node; in vnic_unregister() local
264 node = cache_head.vc_next; in vnic_unregister()
265 while (node != &cache_tail) { in vnic_unregister()
266 if (rcm_unregister_interest(hd, node->vc_resource, 0) in vnic_unregister()
270 node->vc_resource); in vnic_unregister()
274 cache_remove(node); in vnic_unregister()
275 node_free(node); in vnic_unregister()
276 node = cache_head.vc_next; in vnic_unregister()
301 * vnic_offline() - Offline VNICs on a specific node
307 link_cache_t *node; vnic_offline() local
365 link_cache_t *node; vnic_undo_offline() local
400 vnic_online_vnic(link_cache_t * node) vnic_online_vnic() argument
430 vnic_offline_vnic(link_cache_t * node,uint32_t flags,cache_node_state_t state) vnic_offline_vnic() argument
471 link_cache_t *node; vnic_get_info() local
534 vnic_consumer_remove(rcm_handle_t * hd,link_cache_t * node,uint_t flags,rcm_info_t ** info) vnic_consumer_remove() argument
576 link_cache_t *node; vnic_remove() local
674 vnic_usage(link_cache_t * node) vnic_usage() argument
767 link_cache_t *node; cache_lookup() local
794 node_free(link_cache_t * node) node_free() argument
814 cache_insert(link_cache_t * node) cache_insert() argument
830 cache_remove(link_cache_t * node) cache_remove() argument
852 link_cache_t *node; vnic_update() local
976 link_cache_t *node, *nnode; cache_update() local
1056 link_cache_t *node; cache_free() local
1121 vnic_consumer_online(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** info) vnic_consumer_online() argument
1150 vnic_consumer_offline(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** info) vnic_consumer_offline() argument
1185 link_cache_t *node; vnic_notify_new_vnic() local
1242 link_cache_t *node; vnic_consumer_notify() local
1315 link_cache_t *node; vnic_configure() local
[all...]
H A Daggr_rcm.c71 CACHE_NODE_OFFLINED = 0x04, /* node offlined */
215 link_cache_t *node; in rcm_mod_fini() local
222 * rcm_register_interest() for each node before we free it, the in rcm_mod_fini()
226 node = cache_head.vc_next; in rcm_mod_fini()
227 while (node != &cache_tail) { in rcm_mod_fini()
228 cache_remove(node); in rcm_mod_fini()
229 node_free(node); in rcm_mod_fini()
230 node = cache_head.vc_next; in rcm_mod_fini()
325 link_cache_t *node; in aggr_unregister() local
331 node in aggr_unregister()
377 link_cache_t *node; aggr_offline() local
436 link_cache_t *node; aggr_undo_offline() local
487 aggr_offline_port(link_cache_t * node,cache_node_state_t state) aggr_offline_port() argument
530 aggr_online_port(link_cache_t * node,boolean_t * up) aggr_online_port() argument
581 link_cache_t *node; aggr_get_info() local
649 link_cache_t *node; aggr_remove() local
764 aggr_usage(link_cache_t * node) aggr_usage() argument
839 link_cache_t *node; cache_lookup() local
866 node_free(link_cache_t * node) node_free() argument
876 cache_insert(link_cache_t * node) cache_insert() argument
893 cache_remove(link_cache_t * node) cache_remove() argument
905 link_cache_t *node; aggr_port_update() local
1069 link_cache_t *node, *next; cache_update() local
1193 aggr_consumer_offline(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** depend_info) aggr_consumer_offline() argument
1226 aggr_consumer_online(rcm_handle_t * hd,link_cache_t * node,char ** errorp,uint_t flags,rcm_info_t ** depend_info) aggr_consumer_online() argument
1263 link_cache_t *node; aggr_notify_new_aggr() local
1334 link_cache_t *node; aggr_consumer_notify() local
1438 link_cache_t *node; aggr_configure_all() local
[all...]
/titanic_51/usr/src/cmd/devfsadm/i386/
H A Dmisc_link_i386.c39 static int lp(di_minor_t minor, di_node_t node);
40 static int serial_dialout(di_minor_t minor, di_node_t node);
41 static int serial(di_minor_t minor, di_node_t node);
42 static int diskette(di_minor_t minor, di_node_t node);
43 static int vt00(di_minor_t minor, di_node_t node);
44 static int kdmouse(di_minor_t minor, di_node_t node);
45 static int ipmi(di_minor_t minor, di_node_t node);
46 static int smbios(di_minor_t minor, di_node_t node);
47 static int mc_node(di_minor_t minor, di_node_t node);
48 static int xsvc(di_minor_t minor, di_node_t node);
129 vt00(di_minor_t minor,di_node_t node) vt00() argument
142 diskette(di_minor_t minor,di_node_t node) diskette() argument
188 lp(di_minor_t minor,di_node_t node) lp() argument
235 serial(di_minor_t minor,di_node_t node) serial() argument
267 serial_dialout(di_minor_t minor,di_node_t node) serial_dialout() argument
291 kdmouse(di_minor_t minor,di_node_t node) kdmouse() argument
298 ipmi(di_minor_t minor,di_node_t node) ipmi() argument
309 smbios(di_minor_t minor,di_node_t node) smbios() argument
319 mc_node(di_minor_t minor,di_node_t node) mc_node() argument
353 xsvc(di_minor_t minor,di_node_t node) xsvc() argument
372 srn(di_minor_t minor,di_node_t node) srn() argument
391 ucode(di_minor_t minor,di_node_t node) ucode() argument
[all...]
/titanic_51/usr/src/lib/libtecla/common/
H A Dhash.c74 HashNode *head; /* The head of the bucket hash-node list */
93 static HashNode *_del_HashNode(HashTable *hash, HashNode *node);
344 HashNode *node; /* The new node */ in _new_HashSymbol() local
357 * See if a node with the same name already exists. in _new_HashSymbol()
359 node = _find_HashNode(hash, bucket, name, NULL); in _new_HashSymbol()
364 if(node) { in _new_HashSymbol()
365 if(node->symbol.data && node->symbol.del_fn) { in _new_HashSymbol()
366 node in _new_HashSymbol()
400 HashNode *node = _find_HashNode(hash, bucket, name, &prev); _del_HashSymbol() local
439 HashNode *node; /* The hash-table node of the requested symbol */ _find_HashSymbol() local
481 HashNode *node; /* The new node */ _new_HashNode() local
535 _del_HashNode(HashTable * hash,HashNode * node) _del_HashNode() argument
604 HashNode *node; /* The node that is being searched */ _find_HashNode() local
691 HashNode *node = bucket->head; _clear_HashTable() local
734 HashNode *node; _scan_HashTable() local
[all...]
H A Dstringrp.c133 StringSegment *node; in _del_StringGroup() local
137 for(node=sg->head; node; node=node->next) { in _del_StringGroup()
138 if(node->block) in _del_StringGroup()
139 free(node->block); in _del_StringGroup()
140 node->block = NULL; in _del_StringGroup()
230 StringSegment *node; /* A node o in _sg_alloc_string() local
289 StringSegment *node; /* A node in the list of string segments */ _clr_StringGroup() local
[all...]
/titanic_51/usr/src/cmd/devfsadm/
H A Dmisc_link.c37 static int display(di_minor_t minor, di_node_t node);
38 static int parallel(di_minor_t minor, di_node_t node);
39 static int node_slash_minor(di_minor_t minor, di_node_t node);
40 static int driver_minor(di_minor_t minor, di_node_t node);
41 static int node_name(di_minor_t minor, di_node_t node);
42 static int minor_name(di_minor_t minor, di_node_t node);
43 static int wifi_minor_name(di_minor_t minor, di_node_t node);
44 static int conskbd(di_minor_t minor, di_node_t node);
45 static int consms(di_minor_t minor, di_node_t node);
46 static int power_button(di_minor_t minor, di_node_t node);
260 display(di_minor_t minor,di_node_t node) display() argument
288 parallel(di_minor_t minor,di_node_t node) parallel() argument
318 ses_callback(di_minor_t minor,di_node_t node) ses_callback() argument
353 node_slash_minor(di_minor_t minor,di_node_t node) node_slash_minor() argument
366 driver_minor(di_minor_t minor,di_node_t node) driver_minor() argument
381 node_name(di_minor_t minor,di_node_t node) node_name() argument
392 minor_name(di_minor_t minor,di_node_t node) minor_name() argument
413 wifi_minor_name(di_minor_t minor,di_node_t node) wifi_minor_name() argument
425 conskbd(di_minor_t minor,di_node_t node) conskbd() argument
432 consms(di_minor_t minor,di_node_t node) consms() argument
439 power_button(di_minor_t minor,di_node_t node) power_button() argument
446 fc_port(di_minor_t minor,di_node_t node) fc_port() argument
480 printer_create(di_minor_t minor,di_node_t node) printer_create() argument
517 se_hdlc_create(di_minor_t minor,di_node_t node) se_hdlc_create() argument
555 gpio(di_minor_t minor,di_node_t node) gpio() argument
592 ppm(di_minor_t minor,di_node_t node) ppm() argument
603 av_create(di_minor_t minor,di_node_t node) av_create() argument
634 tsalarm_create(di_minor_t minor,di_node_t node) tsalarm_create() argument
651 ntwdt_create(di_minor_t minor,di_node_t node) ntwdt_create() argument
658 zcons_create(di_minor_t minor,di_node_t node) zcons_create() argument
682 cpuid(di_minor_t minor,di_node_t node) cpuid() argument
693 glvc(di_minor_t minor,di_node_t node) glvc() argument
712 kmdrv_create(di_minor_t minor,di_node_t node) kmdrv_create() argument
[all...]
/titanic_51/usr/src/lib/libnsctl/common/
H A Dhash.c47 hash_node_t *node; in nsc_insert_node() local
49 node = (hash_node_t *)malloc(sizeof (hash_node_t)); in nsc_insert_node()
50 if (!node) { in nsc_insert_node()
53 node->key = strdup(key); in nsc_insert_node()
54 node->data = data; in nsc_insert_node()
61 node->next = hash[ index ]; in nsc_insert_node()
62 hash[ index ] = node; in nsc_insert_node()
71 * Searches the hash to find a node.
75 * pointer to node if found.
81 hash_node_t *node; in nsc_lookup() local
97 hash_node_t *node, *prev; nsc_remove_node() local
[all...]
/titanic_51/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c33 * - addition of node to the end of the list
34 * - atomic deletion of node anywhere in list
35 * - get and remove node from head of list
37 * - timeout feature, if enabled, will remove each node on the list which
39 * called for each node removed. The worst case time is around
42 * callback anywhere from 100uS to 150uS from when you added the node to
61 hci1394_tlist_node_t *node);
136 * Add the node to the tail of the linked list. The list is protected by a
141 hci1394_tlist_node_t *node) in hci1394_tlist_add() argument
144 ASSERT(node ! in hci1394_tlist_add()
201 hci1394_tlist_delete(hci1394_tlist_handle_t tlist_handle,hci1394_tlist_node_t * node) hci1394_tlist_delete() argument
238 hci1394_tlist_get(hci1394_tlist_handle_t tlist_handle,hci1394_tlist_node_t ** node) hci1394_tlist_get() argument
267 hci1394_tlist_peek(hci1394_tlist_handle_t tlist_handle,hci1394_tlist_node_t ** node) hci1394_tlist_peek() argument
342 hci1394_tlist_node_t *node; hci1394_tlist_callback() local
459 hci1394_tlist_remove(hci1394_tlist_t * list,hci1394_tlist_node_t * node) hci1394_tlist_remove() argument
[all...]
/titanic_51/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c126 hp_node_t node; in hp_fini() local
140 for (node = root; node != NULL; node = node->hp_sibling) in hp_fini()
141 node->hp_basepath = NULL; in hp_fini()
146 node = root; in hp_fini()
147 while (node) { in hp_fini()
148 sibling = node->hp_sibling; in hp_fini()
149 if (node in hp_fini()
171 hp_node_t node; hp_traverse() local
211 hp_type(hp_node_t node) hp_type() argument
230 hp_name(hp_node_t node) hp_name() argument
254 hp_state(hp_node_t node) hp_state() argument
280 hp_usage(hp_node_t node) hp_usage() argument
310 hp_description(hp_node_t node) hp_description() argument
341 hp_last_change(hp_node_t node) hp_last_change() argument
367 hp_parent(hp_node_t node) hp_parent() argument
391 hp_child(hp_node_t node) hp_child() argument
415 hp_sibling(hp_node_t node) hp_sibling() argument
440 hp_path(hp_node_t node,char * path,char * connection) hp_path() argument
507 hp_set_state(hp_node_t node,uint_t flags,int state,hp_node_t * resultsp) hp_set_state() argument
589 hp_set_private(hp_node_t node,const char * options,char ** resultsp) hp_set_private() argument
649 hp_get_private(hp_node_t node,const char * options,char ** resultsp) hp_get_private() argument
712 hp_node_t node; hp_pack() local
936 i_hp_pack_node(hp_node_t node,char ** bufp,size_t * lenp) i_hp_pack_node() argument
995 hp_node_t node = NULL; i_hp_unpack_branch() local
1073 hp_node_t node; i_hp_unpack_node() local
[all...]
/titanic_51/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c363 struct node node; in eft_node() local
378 if (mdb_vread(&node, sizeof (node), addr) != sizeof (node)) { in eft_node()
379 mdb_warn("failed to read struct node at %p", addr); in eft_node()
384 (uintptr_t)node.file) < 0) in eft_node()
386 node.file); in eft_node()
388 mdb_printf("%s len %d\n", buf, node.line); in eft_node()
390 switch (node in eft_node()
[all...]
/titanic_51/usr/src/cmd/devfsadm/sparc/
H A Dmisc_link_sparc.c38 static int ddi_other(di_minor_t minor, di_node_t node);
39 static int diskette(di_minor_t minor, di_node_t node);
40 static int ecpp_create(di_minor_t minor, di_node_t node);
41 static int mc_node(di_minor_t minor, di_node_t node);
42 static int starcat_sbbc_node(di_minor_t minor, di_node_t node);
43 static int lom(di_minor_t minor, di_node_t node);
44 static int ntwdt_create(di_minor_t minor, di_node_t node);
45 static int bmc(di_minor_t minor, di_node_t node);
78 * Handles minor node type "ddi_other"
83 ddi_other(di_minor_t minor, di_node_t node) in ddi_other() argument
104 diskette(di_minor_t minor,di_node_t node) diskette() argument
129 ecpp_create(di_minor_t minor,di_node_t node) ecpp_create() argument
165 mc_node(di_minor_t minor,di_node_t node) mc_node() argument
204 starcat_sbbc_node(di_minor_t minor,di_node_t node) starcat_sbbc_node() argument
220 lom(di_minor_t minor,di_node_t node) lom() argument
230 ntwdt_create(di_minor_t minor,di_node_t node) ntwdt_create() argument
240 bmc(di_minor_t minor,di_node_t node) bmc() argument
[all...]

12345678910>>...42