Searched refs:child (Results 251 - 275 of 371) sorted by relevance

<<1112131415

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c469 card_node = pci->child;
486 card_node = card_node->child;
886 pnode->child = NULL;
957 if (curnode = child(id)) {
958 pnode->child = walk(tree, pnode, curnode);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c474 card_node = pci->child;
491 card_node = card_node->child;
849 pnode->child = NULL;
920 if (curnode = child(id)) {
921 pnode->child = walk(tree, pnode, curnode);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c88 #define FORKFAIL "Could not fork child"
870 pid_t iwait, child; local
873 switch (child = fork()) {
875 while ((iwait = wait(&retcode)) != child &&
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c94 int rootnex_name_child_impl(dev_info_t *child, char *name, int namelen);
513 * (Presumably, this is on behalf of a child of the root node?)
557 "<%s> to child <%s>...\n", ddi_get_name(dip), ddi_get_name(rdip)));
764 * Name a child of rootnex
769 rootnex_name_child(dev_info_t *child, char *name, int namelen) argument
771 return (rootnex_name_child_impl(child, name, namelen));
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c283 nvlist_t **child; local
291 &child, &children) == 0) {
293 zfs_iter_vdev(zhp, child[c], data);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h356 * The io_reexecute flags are distinct from io_flags because the child must
551 extern enum zio_checksum zio_checksum_select(enum zio_checksum child,
554 enum zio_checksum child, enum zio_checksum parent);
556 enum zio_compress child, enum zio_compress parent);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c311 * being the child of a pci-bridge which create a
318 card_node = pci->child;
364 * up the slot number of child nodes.
400 * If we are the child of a pci_bridge we use the
402 * the slot number. We know that we are a child of
417 * pci_bridge_node to see if it's a child.
554 * of the child to the name value of this card.
556 child_name = (char *)get_node_name(card_node->child);
557 if ((card_node->child != NULL) &&
559 value = get_prop_val(find_prop(card_node->child,
[all...]
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c946 nvpair_t *child = NULL; local
958 error = nvlist_lookup_byte_array(nvl, "@child", &cbuf, &csize);
960 return; /* no child exists */
965 while (child = nvlist_next_nvpair(cnvl, child)) {
966 char *name = nvpair_name(child);
967 data_type_t type = nvpair_type(child);
980 (void) nvpair_value_byte_array(child,
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c926 dev_info_t *child, *next; local
941 for (child = ddi_get_child(dip); child; child = next) {
943 next = ddi_get_next_sibling(child);
944 rc = cardbus_unconfigure_node(child, prim_bus, B_FALSE);
1766 cmn_err(CE_WARN, "!pcic child: non pci device\n");
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1022 pid_t child; local
1295 * Make sure there are remaining arguments to specify a child command
1371 child = fork();
1372 if (child == -1)
1374 if (child == 0) {
1381 while (waitpid(child, &status, WEXITED) != child)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c240 static Shnode_t *makeparent(Lex_t *lp, int flag, Shnode_t *child) argument
244 par->fork.forktre = child;
H A Dsubshell.c50 Namval_t *child; member in struct:Link
74 pid_t subpid; /* child process id */
185 * The child continues possibly with its standard output replaced by temp file
212 /* this is the child part of the fork */
302 *((Namval_t**)mp) = lp->child;
303 lp->child = mp;
368 for(mp=lp->child; mp; mp=mpnext)
577 /* trap on EXIT not handled by child */
585 if(shp->subshell==0) /* must be child process */
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h75 uint32_t child; /* first child for this node */ member in struct:db_node
120 struct cache_node *child; /* first child for this node */ member in struct:cache_node
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c323 s10_copy_procdata(proc_t *child, proc_t *parent) argument
325 brand_solaris_copy_procdata(child, parent, &s10_brand);
353 * Only correct the child's %fs register if the parent's %fs register
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h866 dev_info_t *child; member in struct:fhc_wrapper_arg
938 * Function shared with child drivers which require fhc
959 dev_info_t *child; member in struct:fhcintrspec
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1740 typeset child=$1
1744 $HG_ACTIVE -w $child -p $parent -o $TMPFLIST
1755 typeset child=$1
1764 hg_active_wxfile $child $parent
1775 typeset child="$1"
1781 my $child = $ARGV[1];
1783 open(F, "git diff -M --name-status $parent..$child |");
1801 open(F, "git whatchanged --pretty=format:%B $parent..$child |");
1826 }' ${parent} ${child} > $TMPFLIST
1837 typeset child
[all...]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py397 for child in ds.descendents():
398 child.set_fsacl(un, d)
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c177 /* Return the first child of this node or 0. */
186 cell_t child; member in struct:__anon338
188 (cell_t)"child",
196 return (args.child);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c358 * increment the reference count for each child using this
379 * decrement the reference count for each child
828 * create a child devinfo node, usba_device, attach properties.
853 "child dip=0x%p", (void *)*child_dip);
951 * if the child hasn't been bound yet, we can just
1645 * name and reg property of each child. If there is a match
1651 dev_info_t *ndip, *child, *pdip; local
1669 while ((child = ndip) != NULL) {
1671 ndip = (dev_info_t *)(DEVI(child)->devi_sibling);
1673 if (child
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c52 * we run the entire test in a child of the main process.
53 * At random times, the child self-immolates with a SIGKILL.
78 * temporary file which is mmap-ed in the child process. This allows shared
395 * Stuff we need to share writably between parent and child.
871 nvlist_t *raidz, **child; local
876 child = umem_alloc(r * sizeof (nvlist_t *), UMEM_NOFAIL);
879 child[c] = make_vdev_file(path, aux, pool, size, ashift);
887 child, r) == 0);
890 nvlist_free(child[c]);
892 umem_free(child,
901 nvlist_t *mirror, **child; local
930 nvlist_t *root, **child; local
2658 nvlist_t *tree, **child, *config, *split, **schild; local
[all...]
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c62 recurse_tree(env, d->child, fn);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h119 device_t *child; member in struct:DEVICE
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c442 node = node->child;
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1492 pid_t child; local
1494 child = fork();
1495 if (child == -1)
1497 if (child > 0)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h167 struct rsrc_node *child; member in struct:rsrc_node

Completed in 127 milliseconds

<<1112131415