Searched defs:child (Results 26 - 50 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.c58 tnode_t *child = NULL; local
65 sas_address, &child);
/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/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/tsol/updatehome/
H A Dsetupfiles.c348 pid_t child; local
411 if ((child = vfork()) != 0) { /* parent, wait for child status */
412 int status; /* child status */
414 (void) waitpid(child, &status, 0); /* wait for child */
415 dprintf("setupfiles copy child returned %x\n", status);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmach_rootnex.c46 extern int rootnex_name_child(dev_info_t *child, char *name, int namelen);
146 rootnex_name_child_impl(dev_info_t *child, char *name, int namelen) argument
161 if (ddi_get_parent_data(child) == NULL) {
162 make_ddi_ppd(child, &pdptr);
163 ddi_set_parent_data(child, pdptr);
170 if (sparc_pd_getnreg(child) == 0) {
173 rp = sparc_pd_getreg(child, 0);
177 * Name node on behalf of child nexus.
179 if (ddi_get_parent(child) != ddi_root_node()) {
214 cmn_err(CE_PANIC, "rootnex: wrong bustype: %x child
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c64 tnode_t *child; local
73 child = topo_node_bind(mod, parent, SCSI_DEVICE, instance, fmri);
75 if (child == NULL)
77 if (topo_pgroup_create(child, &storage_pgroup, &e) < 0)
80 pci_pi_prop_set(child, pi, SCSI_ADDR_PROP_TARGET_PORT,
82 pci_pi_prop_set(child, pi, SCSI_ADDR_PROP_ATTACHED_PORT,
84 pci_pi_prop_set(child, pi, SCSI_ADDR_PROP_TARGET_PORT_PM,
86 pci_pi_prop_set(child, pi, SCSI_ADDR_PROP_ATTACHED_PORT_PM,
90 (void) topo_prop_set_int64(child, TOPO_PGROUP_STORAGE,
94 pci_di_prop_set(child, c
124 tnode_t *child; local
158 tnode_t *child; local
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c33 * Its presence would cause glob() to be invoked in the child process
34 * and this would cause chaos if the child is created with vfork().
166 int mask, child, setintr, haderr, didfds; member in struct:sv
173 * that the child corrupts before it exec's.
178 * the signals the child touches before it
182 sv.child = child; sv.setintr = setintr;
198 child = sv.child; setintr = sv.setintr;
216 } else { /* child */
[all...]
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c80 child(unsigned long id) function
110 if (nid = prom_findnode_byname(child(id), name))
/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/cmd/sendmail/db/btree/
H A Dbt_delete.c414 PAGE *child, *parent; local
499 parent = child = NULL;
518 /* Lock the child page. */
522 if ((ret = memp_fget(dbp->mpf, &pgno, 0, &child)) != 0)
528 a.data = child;
534 &child->lsn, 0, dbp->log_fileid, child->pgno, &a,
546 * stores its LSN on the child page. When the child is copied
551 if (TYPE(child)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dpclose.c114 /* myside and remside reverse roles in child */
145 pid_t child, pid; local
150 child = popen_pid[fileno(ptr)];
153 if (child == (pid_t)-1)
157 while ((pid = wait(&status)) != child && pid != (pid_t)-1)
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv831.c26 static int child = -1; variable
47 (void) kill(child, SIGKILL);
54 if ((child = fork()) == 0) {
76 (void) kill(child, SIGKILL);
82 while ((pid = wait(&status)) != child && pid != -1)
133 if (child > 0)
134 (void) kill(child, SIGKILL);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_die.c56 parent,child,left,right: specify neighbors of the new die. Only
63 Dwarf_P_Die child,
83 dwarf_die_link(new_die, parent, child, left, right, error);
89 parent,child,left,right: specify neighbors of the new die. Only
95 Dwarf_P_Die child,
123 if (child != NULL) {
125 new_die->di_child = child;
126 new_die->di_last_child = child;
127 if (child->di_parent) {
131 child
60 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag tag, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument
93 dwarf_die_link(Dwarf_P_Die new_die, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_mm.c91 struct drm_mm_node *child; local
93 child = (struct drm_mm_node *)
94 drm_alloc(sizeof (*child), DRM_MEM_MM);
95 if (!child)
98 child->free = 1;
99 child->size = size;
100 child->start = start;
101 child->mm = mm;
103 list_add_tail(&child->ml_entry, &mm->ml_entry, (caddr_t)child);
130 struct drm_mm_node *child; local
210 struct drm_mm_node *child; local
[all...]
/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/sun4v/promif/
H A Dpromif_node.c121 pnode_t child; local
125 child = promif_stree_childnode(p1275_cell2dnode(ci[3]));
127 ci[4] = p1275_dnode2cell(child);
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c433 dev_info_t *child = NULL; local
436 ndi_devi_alloc_sleep(parent, devname, DEVI_PSEUDO_NODEID, &child);
437 if (child == NULL) {
442 if (ddi_prop_update_int(DDI_DEV_T_NONE, child,
447 (void) ndi_devi_free(child);
451 rval = ndi_devi_online(child, NDI_ONLINE_ATTACH);
457 mac->fm_client_dev = child;
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c50 int npe_disable_empty_bridges_workaround(dev_info_t *child);
137 npe_disable_empty_bridges_workaround(dev_info_t *child) argument
143 if (ddi_driver_major(child) == ddi_name_to_major("pcieb") &&
144 ddi_get_child(child) == NULL &&
145 ddi_prop_get_int(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
209 * Check's if this child is a PCI device.
213 * child does not have a dev_type of "pciex"
218 * If parent's dev_type is "pci" and child is "pciex", then also enable using
/illumos-gate/usr/src/common/ficl/
H A Dsearch.c323 * iterate through all the links when finding words in the child wid.
328 ficlHash *parent, *child; local
332 child = (ficlHash *)ficlStackPopPointer(vm->dataStack);
335 child->link = parent;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c160 zio_checksum_select(enum zio_checksum child, enum zio_checksum parent) argument
162 ASSERT(child < ZIO_CHECKSUM_FUNCTIONS);
166 if (child == ZIO_CHECKSUM_INHERIT)
169 if (child == ZIO_CHECKSUM_ON)
172 return (child);
176 zio_checksum_dedup_select(spa_t *spa, enum zio_checksum child, argument
179 ASSERT((child & ZIO_CHECKSUM_MASK) < ZIO_CHECKSUM_FUNCTIONS);
183 if (child == ZIO_CHECKSUM_INHERIT)
186 if (child == ZIO_CHECKSUM_ON)
189 if (child
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h131 struct t_decode *child; member in struct:t_decode
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h116 struct t_decode *child; member in struct:t_decode
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c123 nvlist_t **child; local
138 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_CHILDREN, &child,
141 if (find_vdev_problem(child[c], func))
157 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child,
160 if (find_vdev_problem(child[c], func))
/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/write/
H A Dwrite.c461 register pid_t child; local
464 if ((child = fork()) == (pid_t)FAILURE)
469 } else if (child == (pid_t)0) {
487 while (wait(NULL) != child);

Completed in 492 milliseconds

1234567891011