Searched refs:nodes (Results 26 - 35 of 35) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
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
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dmemory.c138 for (pnode = dev_find_node(bnode->nodes, "memory-controller");
/osnet-11/usr/src/grub/grub2/grub-core/fs/
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/tools/onbld/Scm/
H A DBackup.py37 nodes (handled by CdmCommittedBackup)
38 A text file listing the full (hex) nodeid of all nodes in
111 self.files = ('bundle', 'nodes')
114 '''Return a list of all outgoing nodes in hex format'''
118 nodes = self.ws.repo.changelog.nodesbetween(outgoing)[0]
119 return map(node.hex, nodes)
144 fp = open(self.bu.backupfile('nodes'), 'w')
147 raise util.Abort("couldn't store outgoing nodes: %s" % e)
177 if os.path.exists(self.bu.backupfile('nodes')):
181 f = open(self.bu.backupfile('nodes'))
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm890 lines connecting nodes (one character in most cases). This squeezes out
895 Use a tree format that uses longer edges to separate OP nodes. This format
968 mode only), and one of how nodes should appear in tree mode. Each has the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm69 a B<Pod::InteriorSequence> object. The nodes appear in the parse-tree
H A DParser.pm656 B<parse_text()> will parse the given text into a parse-tree of "nodes."
1681 interface for all parse-tree nodes. The result would look something like:
/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1991 my @nodes = sort {$a->[SEQ] <=> $b->[SEQ]} $self->_nodes;
1992 map { $_->[KEY] } @nodes;

Completed in 75 milliseconds

12