Searched refs:children (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-9.3-release/sys/dev/adb/
H A Dadbvar.h50 device_t children[16]; member in struct:adb_softc
/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h44 extern int children;
H A Dypxfrd_server.c51 int children = 0; variable
125 if (children < MAX_CHILDREN && fork()) {
126 children++;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.c70 uint_t c, children; local
74 &child, &children) != 0)
77 for (c = 0; c < children; c++) {
H A Dzpool_vdev.c585 uint_t c, children; local
613 &child, &children) != 0) {
652 for (c = 0; c < children; c++) {
833 uint_t children; local
850 * for spares there may be no children, and therefore no
854 &child, &children) != 0) || (children == 0)) {
862 if (num_logs(newroot) == children) {
926 uint_t c, children; local
938 &child, &children) !
1074 uint_t c, children; local
1228 int c, children = 0; local
1409 uint_t c, children; local
[all...]
/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_abbrev.c33 dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, Dwarf_Abbrev *ap, Dwarf_Error *error) argument
46 a->a_children = children;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h31 for (Stmt::const_child_range I = S->children(); I; ++I)
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_extern.h29 extern int children;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dconfig_file_netinfo.c86 ni_idlist children; local
114 nis = ni_children(ni, &nid, &children);
116 nis = ni_idlist2binding(ni, &children, &b->u.list);
142 ni_idlist children; local
161 nis = ni_children(ni, &nid, &children);
164 nis = ni_idlist2binding(ni, &children, &s);
/freebsd-9.3-release/sys/dev/le/
H A Dlebuffer_sbus.c126 int children; local
128 children = 0;
133 if (children != 0) {
147 children++;
155 device_t *children; local
159 if (device_get_children(dev, &children, &nchildren) == 0) {
161 lebuffer_destroy_dinfo(device_get_ivars(children[i]));
162 device_delete_child(dev, children[i]);
164 free(children, M_TEMP);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Djbusppm.c114 device_t *children, tomatillo; local
149 &children, &nchildren) != 0) {
150 device_printf(dev, "could not get children\n");
155 if (ofw_bus_get_type(children[j]) != NULL &&
156 strcmp(ofw_bus_get_type(children[j]),
158 ofw_bus_get_compat(children[j]) != NULL &&
159 strcmp(ofw_bus_get_compat(children[j]),
161 ((bus_get_resource_start(children[j],
163 tomatillo = children[j];
167 free(children, M_TEM
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-math-opts.c120 struct occurrence *children; member in struct:occurrence
148 whose children list is headed by CHILDREN. */
150 occ_new (basic_block bb, struct occurrence *children) argument
158 occ->children = children;
186 occ->next = new_occ->children;
187 new_occ->children = occ;
195 insert_bb (new_occ, dom, &occ->children);
204 two children out of NEW_OCC and OCC. First, remove OCC from
248 its children
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dsuff.c142 Lst children; /* Suffixes we have a transformation from */ member in struct:Suff
155 int children; /* Count of existing children (so we don't free member in struct:Src
158 Lst cp; /* Debug; children list */
283 Lst_Destroy(&s->children, NOFREE);
386 * Clear suffNull's children list (the other suffixes are built new, but
391 Lst_Destroy(&suffNull->children, NOFREE);
535 Lst_Destroy(&gn->children, NOFREE);
547 SuffInsert(&t->children, s);
562 * If the node has no commands or children, th
[all...]
H A Dmake.c130 * must be considered out-of-date since at least one of its children
165 * it has no children, was on the lhs of an operator and doesn't
186 * always out of date if no children and :: target
194 * out-of-date if any of its children was out-of-date.
223 * youngest child or that has no children (cmtime == 0) and
256 * have their mtime stay below their children's mtime to keep parents
274 * and children to the parent node. Should be called before the
275 * children are enqueued to be looked at.
294 LstNode *ln; /* An element in the children list */
305 for (ln = Lst_First(&cgn->children); l
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvarobj.c62 /* Language info for this variable and its children */
85 convenience when constructing this object's children. */
100 /* The number of (immediate) children this variable has */
106 /* A list of this object's children */
107 struct varobj_child *children; member in struct:varobj
109 /* Description of the root variable. Points to root variable for children. */
119 /* Every variable keeps a linked list of its children, described
249 static void cplus_class_num_children (struct type *type, int children[3]);
291 /* The number of children of PARENT. */
390 /* Is the variable X one of our "fake" children
1764 int children; local
2113 int children, dont_know; local
2168 cplus_class_num_children(struct type *type, int children[3]) argument
2273 int children[3]; local
[all...]
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c54 LIST_HEAD(, node) children;
89 LIST_INIT(&np->children);
125 LIST_INSERT_HEAD(&mt->cur->children, np, siblings);
141 LIST_FOREACH(np, &mt->cur->children, siblings) {
226 LIST_FOREACH(np1, &np->children, siblings)
236 LIST_FOREACH(np1, &np->children, siblings)
239 np1 = LIST_FIRST(&np->children);
307 n1a = LIST_FIRST(&n1->children);
308 n2a = LIST_FIRST(&n2->children);
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_qstats.c66 struct pf_altq_node *children; member in struct:pf_altq_node
215 node->next = node->children = NULL;
231 if (parent->children == NULL)
232 parent->children = node;
234 struct pf_altq_node *prev = parent->children;
254 if (node->children != NULL) {
255 child = pfctl_find_altq_node(node->children, qname,
275 if (node->children != NULL) {
277 for (child = node->children; child != NULL;
295 for (child = node->children; chil
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_comutil.c52 uint_t children; local
55 &child, &children) != 0) {
58 for (c = 0; c < children; c++) {
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-common.h65 long *children; member in struct:pex_obj
70 /* Number of children we have already waited for. */
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h59 StmtRange children();
60 ConstStmtRange children() const { function in class:clang::OMPClause
61 return const_cast<OMPClause *>(this)->children();
189 StmtRange children() { function in class:clang::OMPDefaultClause
242 StmtRange children() { function in class:clang::OMPPrivateClause
303 StmtRange children() { function in class:clang::OMPFirstprivateClause
360 StmtRange children() { function in class:clang::OMPSharedClause
462 child_range children() { function in class:clang::OMPExecutableDirective
/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme_pci.c139 device_t *children, ebus_dev; local
247 if (device_get_children(device_get_parent(dev), &children, &i) != 0) {
248 device_printf(dev, "could not get children\n");
254 if (pci_get_class(children[j]) == PCIC_BRIDGE &&
255 pci_get_vendor(children[j]) == PCI_VENDOR_SUN &&
256 pci_get_device(children[j]) == PCI_PRODUCT_SUN_EBUS &&
257 pci_get_slot(children[j]) == slot) {
258 ebus_dev = children[j];
340 free(children, M_TEMP);
/freebsd-9.3-release/usr.sbin/nfscbd/
H A Dnfscbd.c74 pid_t children; variable
207 children = pid;
337 if (pid == children)
338 children = -1;
346 if (children > 0)
347 kill(children, SIGKILL);
/freebsd-9.3-release/sys/dev/mii/
H A Dmii.c130 device_t *children; local
134 if (device_get_children(dev, &children, &nchildren) == 0) {
136 ma = device_get_ivars(children[i]);
139 free(children, M_TEMP);
142 device_printf(dev, "cannot get children\n");
191 * its PHY children.
233 device_t *children, phy; local
239 if (device_get_children(dev, &children, &nchildren) != 0)
243 args = device_get_ivars(children[i]);
249 free(children, M_TEM
366 device_t *children, phy; local
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dsuff.c167 Lst children; /* Suffixes we have a transformation from */ member in struct:_Suff
188 int children; /* Count of existing children (so we don't free member in struct:_Src
191 Lst cp; /* Debug; children list */
444 Lst_Destroy(s->children, NULL);
709 Lst_Destroy(gn->children, NULL);
711 gn->children = Lst_Init(FALSE);
725 SuffInsert(t->children, s);
747 * If the node has no commands or children, the children an
[all...]
H A Dmake.c201 * must be considered out-of-date since at least one of its children
240 * it has no children, was on the lhs of an operator and doesn't exist
265 * always out of date if no children and :: target
273 * out-of-date if any of its children was out-of-date.
304 * youngest child or that has no children (cmgn == NULL) and
345 * have their mtime stay below their children's mtime to keep parents from
403 * updated; the unmade children count of the parent is decremented.
426 * type flags and children to the parent node.
448 LstNode ln; /* An element in the children list */
476 if (Lst_Open(cgn->children)
[all...]

Completed in 385 milliseconds

1234567