Searched defs:nodes (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libnsctl/common/
H A Dmachdep.c44 * Internal routine to fetch all the current nodes that are
246 ncall_node_t *nodes; local
253 nodecnt = nsc_getcurrentnodes(&nodes);
258 if (strcmp(name, nodes[slot].nc_nodename) == 0) {
259 *id = nodes[slot].nc_nodeid;
267 free(nodes);
282 ncall_node_t *nodes; local
291 nodecnt = nsc_getcurrentnodes(&nodes);
296 if (nodes[slot].nc_nodeid == id) {
297 foundname = strdup(nodes[slo
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c97 const char *name, dt_node_t *members, dt_node_t *nodes)
199 * create member nodes for every member of the output type. Otherwise
208 dxp->dx_nodes = nodes;
95 dt_xlator_create(dtrace_hdl_t *dtp, const dtrace_typeinfo_t *src, const dtrace_typeinfo_t *dst, const char *name, dt_node_t *members, dt_node_t *nodes) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm383 # collapse whitespace in nodes
631 especially the nodes for hyperlinks.
696 It is intended to hold information about the hyperlink nodes of POD
720 $self->{-nodes} = [] unless(defined $self->{-nodes});
768 =item $cacheitem-E<gt>nodes()
770 Add a node (or a list of nodes) to the document's node list. Note that
772 If no argument is given, the current list of nodes is returned in the
773 same order the nodes have been added.
779 # The POD nodes
780 sub nodes { subroutine
[all...]
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h135 Prom_node *nodes; member in struct:board_node
158 /* functions for searching for Prom nodes */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dlvm.h66 struct grub_lvm_node *nodes; member in struct:grub_lvm_segment
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h79 struct expr *nodes[3]; /* operands */ member in struct:expr
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c246 Namval_t *nq,**nodes = (Namval_t**)(dcp+1); local
250 if(!(nq=nodes[n]))
252 nodes[n] = nq = sh_newnode(fp,np);
263 Namval_t *np, **nodes= (Namval_t**)(sp+1); local
275 if(!(np=nodes[i]) && out)
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c110 grub_uint16_t nodes; member in struct:grub_sfs_btree
176 for (i = grub_be_to_cpu16 (tree->nodes) - 1; i >= 0; i--)
H A Dhfs.c80 grub_uint32_t nodes; member in struct:grub_hfs_treeheader
103 file/directory nodes by parent directory ID and filename. */
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c203 mde_cookie_t *nodes, rootnode; local
213 nodes = malloc(nnodes * sizeof (mde_cookie_t));
214 if (nodes == NULL) {
222 md_find_name(mdp, "fwd"), nodes);
225 (void) md_get_prop_val(mdp, nodes[0], "domaining-enabled",
230 free(nodes);
277 mde_cookie_t *nodes, rootnode; local
282 nodes = malloc(nnodes * sizeof (mde_cookie_t));
283 if (nodes == NULL) {
290 md_find_name(mdp, "fwd"), nodes);
365 mde_cookie_t *nodes, rootnode; local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c90 char *nodes; member in struct:Namtype
276 static Namval_t *findref(void *nodes, int n) argument
278 Namval_t *tp,*np = nv_namptr(nodes,n);
284 np = nv_namptr(nodes,i);
289 return(nv_namptr(pp->nodes,n-i-1));
297 Namval_t *nq = nv_namptr(dp->nodes,i);
306 nq->nvalue.nrp->np = findref(dp->nodes,i);
308 nq->nvalue.nrp->np = nv_namptr(pp->childfun.ttype->nodes,i);
319 Namval_t *np = nv_namptr(pp->nodes,i);
339 Namval_t *nr = nv_namptr( pp->childfun.ttype->nodes,
847 nv_mktype(Namval_t **nodes, int numnodes) argument
[all...]
H A Dinit.c1622 char *nodes; member in struct:Stats
1634 return(nv_namptr(sp->nodes,sp->current));
1650 nq = nv_namptr(sp->nodes,i);
1698 sp->nodes = (char*)(sp+1);
1703 np = nv_namptr(sp->nodes,i);
H A Dname.c83 Namval_t **nodes; member in struct:sh_type
226 name = (sp->nodes[0])->nvname;
239 nv_delete(sp->nodes[0],root,NV_NOFREE);
241 errormsg(SH_DICT,ERROR_exit(1),e_redef,sp->nodes[0]->nvname);
246 if(np == sp->nodes[i])
251 sp->nodes[i-1] = sp->nodes[i];
262 sp->nodes = (Namval_t**)realloc(sp->nodes,sizeof(Namval_t*)*sp->maxnodes);
264 sp->nodes[s
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c60 * Search the PRI for MDE nodes using md_scan_dag. Using this routine
64 * The routine returns the number of nodes found, or -1. If the node array
66 * topo_mod_free(mod, nodes, nsize);
71 char *type_str, char *arc_str, mde_cookie_t **nodes, size_t *nsize)
86 *nodes = topo_mod_zalloc(mod, *nsize);
87 if (*nodes == NULL) {
94 result = md_scan_dag(mdp, mde_start, start_cookie, arc_cookie, *nodes);
96 /* No nodes found. Free the node array before returning */
97 topo_mod_free(mod, *nodes, *nsize);
98 *nodes
70 pi_find_mdenodes(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_start, char *type_str, char *arc_str, mde_cookie_t **nodes, size_t *nsize) argument
262 mde_cookie_t *nodes = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c26 const re_node_set *nodes,
29 const re_node_set *nodes,
1406 /* Add the token TOKEN to dfa->nodes, and return the index of the token.
1428 new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
1431 dfa->nodes = new_nodes;
1445 dfa->nodes[dfa->nodes_len] = token;
1446 dfa->nodes[dfa->nodes_len].constraint = 0;
1450 dfa->nodes[dfa->nodes_len].accept_mb =
1462 calc_state_hash (const re_node_set *nodes, unsigned int context)
1464 re_hashval_t hash = nodes
1459 calc_state_hash(const re_node_set *nodes, unsigned int context) argument
1479 re_acquire_state(reg_errcode_t *err, const re_dfa_t *dfa, const re_node_set *nodes) argument
1527 re_acquire_state_context(reg_errcode_t *err, const re_dfa_t *dfa, const re_node_set *nodes, unsigned int context) argument
1623 create_ci_newstate(const re_dfa_t *dfa, const re_node_set *nodes, re_hashval_t hash) argument
1673 create_cd_newstate(const re_dfa_t *dfa, const re_node_set *nodes, unsigned int context, re_hashval_t hash) argument
[all...]
H A Dregex_internal.h493 /* `node_idx' is the index in dfa->nodes, if `type' == 0.
540 re_node_set nodes; member in struct:re_dfastate_t
660 re_token_t *nodes; member in struct:re_dfa_t
H A Dregexec.c152 const re_node_set *nodes)
162 static Idx find_subexp_node (const re_dfa_t *dfa, const re_node_set *nodes,
693 if (dfa->init_state->nodes.nelem == 0
694 && dfa->init_state_word->nodes.nelem == 0
695 && (dfa->init_state_nl->nodes.nelem == 0
1147 err = check_subexp_matching_top (mctx, &cur_state->nodes, 0);
1153 err = transit_state_bkref (mctx, &cur_state->nodes);
1251 re_token_type_t type = dfa->nodes[node].type;
1252 unsigned int constraint = dfa->nodes[node].constraint;
1277 for (i = 0; i < state->nodes
2608 transit_state_bkref(re_match_context_t *mctx, const re_node_set *nodes) argument
2806 const re_node_set *nodes; local
2901 find_subexp_node(const re_dfa_t *dfa, const re_node_set *nodes, Idx subexp_idx, int type) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad.c777 md_node_nm_arr_t nodes,
803 (void) strcpy(args->nodes[i], nodes[i]);
1606 * across the nodes.
3302 * Used during reconfig cycle to recover from failed nodes.
3360 * to lock out class 1 messages (metainit, etc) on all nodes when running
3374 * - addition of first disk to diskset (joins all nodes)
3375 * - removal of last disk from diskset (withdraws all nodes)
3616 * information from another host in order to sync up all nodes.
774 clnt_createset( char *hostname, mdsetname_t *sp, md_node_nm_arr_t nodes, md_timeval32_t timestamp, ulong_t genid, md_error_t *ep ) argument

Completed in 131 milliseconds