/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_control.c | 34 char child[PATH_MAX]; local 49 (void) snprintf(child, sizeof (child), 51 shadow_remove_tree(child);
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | help.c | 31 int fd, child; local 78 switch (child = fork()) { 89 while (wait((int *)NULL) != child) { 91 while (wait((union wait *)NULL) != child) {
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | atfork.c | 50 void (*parent)(void), void (*child)(void)) 69 atfp->child = child; 128 * _postfork_child_handler() is called by fork1() after it returns as child. 129 * It executes the user installed "child" routines in FIFO order (POSIX). 142 if (atfp->child) 143 (*atfp->child)(); 49 pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) argument
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_hba.c | 64 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...] |
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_delete.c | 414 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...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 170 nvlist_t *child; local 185 verify(nvpair_value_nvlist(elem, &child) == 0); 186 if (nvlist_dup(child, &cn->cn_config, 0) != 0) {
|
H A D | libzfs_cache.c | 547 zfs_handle_t *child; local 565 if ((child = zfs_cache_get(zhp->zfs_hdl, 569 if ((ret = func(child, data)) != 0)
|
H A D | libzfs_status.c | 106 nvlist_t **child; local 110 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_CHILDREN, &child, 127 if (find_vdev_problem(child[c], func))
|
/osnet-11/usr/src/lib/libzpool/common/ |
H A D | util.c | 73 nvlist_t **child; local 118 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0) 122 nvlist_t *cnv = child[c];
|
/osnet-11/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo.h | 121 Prom_node *child; /* points to child PROM node */ member in struct:prom_node 177 int child(int);
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
H A D | zfsinfo.c | 147 char *child; local 149 child = grub_zfs_nvlist_lookup_nvlist_array 153 if (!child) 160 print_vdev_info (child, tab + 1); 162 grub_free (child); 214 char *child; local 216 child = grub_zfs_nvlist_lookup_nvlist_array (nvlist, 219 if (! child) 221 grub_printf_ (N_("Unable to lookup child vdevs for pool: %s\n"), grub_errmsg); 225 get_bootpath (child, devgui [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
H A D | openfw.c | 41 grub_ieee1275_phandle_t child; local 49 if (grub_ieee1275_child (dev, &child)) 74 if (grub_ieee1275_get_property (child, "device_type", childtype, 78 if (dev == child) 81 if (grub_ieee1275_package_to_path (child, childpath, 88 if (grub_ieee1275_get_property (child, "name", childname, 99 while (grub_ieee1275_peer (child, &child) != -1);
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 346 HalDevice *child; local 362 child = HAL_DEVICE (i->data); 363 HAL_INFO (("remove_branch: child %s\n", hal_device_get_udi (child))); 364 devinfo_remove_branch ((gchar *)hal_device_property_get_string (child, "solaris.devfs_path"), child);
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 129 Fd_t child; member in struct:Mod_s::__anon1166::__anon1167 258 if ((m->arg.fd.child.fd = (short)arg2) != arg1) 262 m->arg.fd.child.flag = fcntl(arg2, F_GETFD, 0); 346 if (m->arg.fd.child.fd != m->arg.fd.parent.fd && m->arg.fd.child.fd != PROC_ARG_NULL) 353 fcntl(m->arg.fd.child.fd, F_DUPFD, m->arg.fd.parent.fd); 357 close(m->arg.fd.child.fd); 358 fcntl(m->save, F_DUPFD, m->arg.fd.child.fd); 360 if (m->arg.fd.child.flag) 361 fcntl(m->arg.fd.child [all...] |
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | private.h | 131 struct t_decode *child; member in struct:t_decode
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | private.h | 116 struct t_decode *child; member in struct:t_decode
|
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_funcs.c | 292 child(int id) function 515 /* search the child */ 516 if ((pnode = find_failed_node(root->child)) != NULL) 539 /* search the child */ 540 if ((pnode = find_failed_node(root->child)) != NULL) { 711 if ((node = dev_find_node_by_type(root->child, type, 732 if ((node = dev_find_node_by_type(root->child, type, 786 node = dev_find_node_by_compatible(root->child, compatible); 816 node = dev_find_node_by_compatible(root->child, compatible);
|
/osnet-11/usr/src/lib/libpower/common/ |
H A D | pm_suspend.c | 222 nvlist_t **child; local 369 &child, &children) == 0); 377 vname = zpool_vdev_name(lzfs, zpool_handle, child[0], B_FALSE,
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 46 * node property data, and contruct or destroy child nodes for the node 71 * Each parent node may have one or more ranges of child nodes. Each range 74 * (child range). If that is the case, the hash lists are strung together to 275 * Returns the existing range(min and max) for the child node with the matching 301 "unable to locate the matching child range with name %s:" 321 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to insert child:" 377 * Add these nodes to parent child list 411 * Extends the range for the child node with the matching name under the given 419 * The caller should check the instance number of the existing child nodes 421 * child nod 977 tnode_t *child; local [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses_facility.c | 880 ses_node_t *child; local 919 for (child = ses_node_child(agg); child != NULL; 920 child = ses_node_sibling(child)) { 926 props = ses_node_props(child); 927 nodeid = ses_node_id(child);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_tree.c | 12 * or more child nodes, pointed to by first_child. 54 struct profile_node *child, *next; local 64 for (child=node->first_child; child; child = next) { 65 next = child->next; 66 profile_free_node(child);
|
/osnet-11/usr/src/grub/grub2/grub-core/disk/efi/ |
H A D | efidisk.c | 187 int (*hook) (struct grub_efidisk_data *child)) 185 iterate_child_devices(struct grub_efidisk_data *devices, struct grub_efidisk_data *d, int (*hook) (struct grub_efidisk_data *child)) argument
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 561 nvlist_t **child, *config, *nv; local 604 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_CHILDREN, &child, 617 if (nvlist_lookup_string(child[c], ZPOOL_CONFIG_TYPE, &type) 628 if (nvlist_lookup_nvlist_array(child[c], 671 if (nvlist_lookup_string(child[c],
|
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | name.c | 37 libuvfs_name_dirent_alloc(libuvfs_fid_info_t *dir, libuvfs_fid_info_t *child, argument 49 rc->de_myinfo = child; 250 libuvfs_fid_info_t *child; local 261 child = libuvfs_fid_info_find(fs, childfid, &where); 262 if (child == NULL) { 263 child = libuvfs_fid_info_alloc(childfid); 264 avl_insert(&fs->fs_name_info_tree, child, where); 267 child = NULL; 280 dirent = libuvfs_name_dirent_alloc(dir, child, name, 283 list_insert_head(&child 450 libuvfs_fid_info_t *child; local [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 53 Namval_t *child; member in struct:Link 77 pid_t subpid; /* child process id */ 172 * The child continues possibly with its standard output replaced by temp file 200 /* this is the child part of the fork */ 281 *((Namval_t**)mp) = lp->child; 282 lp->child = mp; 359 for(mp=lp->child; mp; mp=mpnext) 584 /* trap on EXIT not handled by child */ 592 if(shp->subshell==0) /* must be child process */
|