Searched refs:child (Results 76 - 100 of 371) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c74 dmu_buf_impl_t *child = local
77 if (child == NULL)
80 DB_DNODE_ENTER(child);
81 ASSERT3P(DB_DNODE(child), ==, dn);
82 DB_DNODE_EXIT(child);
84 if (child->db_parent && child->db_parent != dn->dn_dbuf) {
85 ASSERT(child->db_parent->db_level == db->db_level);
86 ASSERT(child->db_blkptr !=
87 &dn->dn_phys->dn_blkptr[child
177 dmu_buf_impl_t *child; local
[all...]
H A Dzio_compress.c65 zio_compress_select(spa_t *spa, enum zio_compress child, argument
70 ASSERT(child < ZIO_COMPRESS_FUNCTIONS);
74 result = child;
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_event.c560 * Install/uninstall ACPI system event handler for child objects of hdl.
569 ACPI_HANDLE child = NULL; local
574 /* Walk all child objects. */
576 while (ACPI_SUCCESS(AcpiGetNextObject(ACPI_TYPE_ANY, hdl, child,
577 &child))) {
579 if (ACPI_FAILURE(AcpiGetType(child, &type)) ||
586 dhdl = acpidev_data_get_handle(child);
589 "associated with %p, skip.", child);
594 if (ACPI_FAILURE(AcpiGetObjectInfo(child, &infop))) {
597 child);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtvhci.c456 dev_info_t *child = (dev_info_t *)arg; local
457 return (tvhci_initchild(dip, child));
462 dev_info_t *child = (dev_info_t *)arg; local
463 return (tvhci_uninitchild(dip, child));
506 tvhci_initchild(dev_info_t *dip, dev_info_t *child) argument
511 if (ddi_prop_lookup_string(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
519 ddi_set_name_addr(child, addr);
528 tvhci_uninitchild(dev_info_t *dip, dev_info_t *child) argument
530 ddi_set_name_addr(child, NULL);
565 void *arg, dev_info_t **child)
564 tvhci_bus_config(dev_info_t *pdip, uint_t flags, ddi_bus_config_op_t op, void *arg, dev_info_t **child) argument
[all...]
/illumos-gate/usr/src/cmd/script/
H A Dscript.c52 int child; variable
111 child = fork();
112 if (child < 0) {
116 if (child == 0) {
117 subchild = child = fork();
118 if (child < 0) {
122 if (child)
173 if (pid == child)
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dsimba.c301 static int simba_initchild(dev_info_t *child);
648 simba_name_child(dev_info_t *child, char *name, int namelen) argument
653 if (ndi_dev_is_persistent_node(child) == 0) {
657 if (ddi_prop_lookup_string_array(DDI_DEV_T_ANY, child,
661 ddi_driver_name(child));
666 " not well-formed", ddi_driver_name(child));
677 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, child, 0, "reg",
695 simba_initchild(dev_info_t *child) argument
706 DEBUG1(D_INIT_CLD, "simba_initchild(): child=%p\n", child);
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c547 nvlist_t **child; local
577 &child, &children) != 0) {
617 nvlist_t *cnv = child[c];
631 * get the real first child of the vdev.
796 nvlist_t **child; local
818 &child, &children) != 0) || (children == 0)) {
888 nvlist_t **child; local
901 &child, &children) != 0) {
961 if ((ret = make_disks(zhp, child[c])) != 0)
965 &child,
1035 nvlist_t **child; local
1187 nvlist_t **child = NULL; local
1368 nvlist_t *newroot = NULL, **child; local
[all...]
/illumos-gate/usr/src/cmd/rexd/
H A Dunder.c50 int child = 0; /* pid of the executed process */ variable
191 int pid, child, status; local
214 while ((child = wait(&status)) != pid && child != -1)
218 if (child == -1)
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddseng.c63 void const **child[MAX_CHILD_TYPE] = { NULL }; local
110 (void *)uid, child);
173 ec = update_child_obj(ptype, puid, child, 0);
180 /* free the child buffer */
183 if (child[uid] != NULL) {
184 free(child[uid]);
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_node.c58 ci[0] = p1275_ptr2cell("child"); /* Service name */
68 return (p1275_cell2dnode(ci[4])); /* Res1: child phandle */
91 pnode_t child; local
115 * If curnode has a child, traverse to it,
118 child = prom_childnode(curnode);
119 if (child != OBP_NONODE && child != OBP_BADNODE) {
121 stack[stackidx] = child;
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c161 static int pci_removechild(dev_info_t *child);
162 static int pci_initchild(dev_info_t *child);
652 pci_initchild(dev_info_t *child) argument
658 if (pci_common_name_child(child, name, 80) != DDI_SUCCESS) {
661 ddi_set_name_addr(child, name);
669 if (ndi_dev_is_persistent_node(child) == 0) {
672 ddi_set_parent_data(child, NULL);
678 if (ndi_merge_node(child, pci_common_name_child) ==
683 ddi_set_name_addr(child, NULL);
694 if (ddi_prop_get_int(DDI_DEV_T_ANY, child,
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c97 static child_t **child = NULL; variable
107 /* nscd id: main, forker, or child */
123 if (child[s] == NULL)
125 free(child[s]->mutex);
126 free(child[s]->cond);
127 free(child[s]);
128 child[s] = NULL;
156 if (child[s] == NULL) {
157 child[s] = (child_t *)calloc(1, sizeof (child_t));
158 if (child[
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c287 mdoc->last = mdoc->last->child;
291 mdoc->last = mdoc->last->child;
318 if (n->child != NULL)
319 n->child->flags &= ~MDOC_DELIMC;
692 nch = np->child;
726 if ( ! strcmp(np->child->string, "Em"))
728 else if ( ! strcmp(np->child->string, "Li"))
730 else if ( ! strcmp(np->child->string, "Sy"))
734 np->child->line, np->child
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c95 nvlist_t **child; local
105 &child, &children) == 0) {
108 if ((ret = find_vdev_iter(child[c], search)) != 0)
113 &child, &children) == 0) {
116 if ((ret = find_vdev_iter(child[c], search)) != 0)
121 &child, &children) == 0) {
124 if ((ret = find_vdev_iter(child[c], search)) != 0)
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c229 static int ppb_initchild(dev_info_t *child);
307 * don't enable ereports if immediate child of npe
577 ppb_name_child(dev_info_t *child, char *name, int namelen) argument
587 if (ndi_dev_is_persistent_node(child) == 0) {
588 if (ddi_prop_lookup_string_array(DDI_DEV_T_ANY, child,
593 ddi_driver_name(child));
598 " not well-formed", ddi_driver_name(child));
607 /* get child "reg" property */
608 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, child,
627 ppb_initchild(dev_info_t *child) argument
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzfs_comutil.c52 nvlist_t **child; local
56 &child, &children) != 0) {
61 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG,
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c729 xpvd_name_child(dev_info_t *child, char *addr, int addrlen) argument
740 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
749 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, child,
767 if (ddi_prop_lookup_string(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
776 xpvd_initchild(dev_info_t *child) argument
784 if (ndi_dev_is_persistent_node(child) == 0) {
785 ddi_set_parent_data(child, NULL);
791 if (ndi_merge_node(child, xpvd_name_child) == DDI_SUCCESS) {
795 ddi_set_name_addr(child, NULL);
800 * The child wa
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java281 LocalityGroup child = (LocalityGroup) itChild.
283 getGroups(child, descendents);
324 LocalityGroup child = (LocalityGroup) itGroup.
326 if ((owner = getGroup(child, cpuid)) != null)
/illumos-gate/usr/src/lib/krb5/ss/
H A Dhelp.c35 int fd, child; local
82 switch (child = fork()) {
92 while (wait((int *)NULL) != child) {
94 while (wait((union wait *)NULL) != child) {
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c84 { "child", fco_child},
101 fc_ops_alloc_handle(dev_info_t *ap, dev_info_t *child, argument
110 rp->child = child;
338 * Find the child and if there is one, return it ...
370 * Find the child and if there is one, return it ...
497 * The first child must be a child of the attachment point.
500 return (fc_priv_error(cp, "first child must be a "
501 "child o
779 dev_info_t *child; local
800 dev_info_t *root, *child; local
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Dprom_emul.h79 extern pnode_t promif_add_child(pnode_t parent, pnode_t child, char *name);
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py166 for child in ds.descendents():
167 yield child
228 for child in parent.descendents():
230 yield Dataset(child.name + "@" +
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfruds.h57 fru_errno_t (*get_child)(fru_treehdl_t parent, fru_treehdl_t *child);
59 fru_errno_t (*get_parent)(fru_treehdl_t child, fru_treehdl_t *parent);
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h124 Prom_node *child; /* points to child PROM node */ member in struct:prom_node
181 int child(int);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh64 child=$!
66 wait $child

Completed in 161 milliseconds

1234567891011>>