| /illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
| H A D | smbiod-svc.c | 75 static int new_child(uid_t uid, gid_t gid); 466 (void) new_child(uid, gid); 494 new_child(uid_t uid, gid_t gid) function
|
| /illumos-gate/usr/src/uts/sun4u/starcat/io/ |
| H A D | gptwo_pci.c | 183 dev_info_t *new_child; local 211 * assumption that the "new_child" was linked into the 215 * we create the "new_child" in the BOUND state, invoke the 220 new_child = NULL; 222 b.arg = &new_child; 228 * Prevent any changes to new_child 233 ASSERT(new_child == NULL); 254 e_ddi_branch_rele(new_child); 255 (void) i_ndi_unconfig_node(new_child, DS_LINKED, 0); 256 ASSERT(i_ddi_node_state(new_child) [all...] |
| /illumos-gate/usr/src/uts/sun4u/io/ |
| H A D | gptwo_cpu.c | 82 dev_info_t *new_child; member in struct:bca 90 static int set_mc_props(dev_info_t *new_child, void *arg, uint_t flags); 91 static int set_cmp_props(dev_info_t *new_child, void *arg, uint_t flags); 92 static int set_cpu_props(dev_info_t *new_child, void *arg, uint_t flags); 93 static int set_cpu_common_props(dev_info_t *new_child, struct bca *bcp); 94 static int set_cpu_us3_props(dev_info_t *new_child, struct bca *bcp); 95 static int set_cpu_us4_props(dev_info_t *new_child, struct bca *bcp); 241 arg.new_child = NULL; 251 return (arg.new_child); 256 set_cmp_props(dev_info_t *new_child, voi argument 326 set_cpu_props(dev_info_t *new_child, void *arg, uint_t flags) argument 366 set_cpu_common_props(dev_info_t *new_child, struct bca *bcp) argument 462 set_cpu_us3_props(dev_info_t *new_child, struct bca *bcp) argument 647 set_cpu_us4_props(dev_info_t *new_child, struct bca *bcp) argument 900 set_mc_props(dev_info_t *new_child, void *arg, uint_t flags) argument [all...] |
| /illumos-gate/usr/src/uts/common/io/cardbus/ |
| H A D | cardbus_cfg.c | 2492 dev_info_t *new_child; local 2518 &new_child) != NDI_SUCCESS) { 2525 if (cardbus_add_config_reg(new_child, bus, 2532 if ((ret = cardbus_config_setup(new_child, &config_handle)) 2536 (void) ndi_devi_free(new_child); 2559 (void) ndi_devi_free(new_child); 2575 if (cardbus_set_standard_props(parent, new_child, 2584 if (cardbus_set_childnode_props(new_child, 2615 new_child, 0, "bus-range", 2618 cardbus_err(new_child, 3080 dev_info_t *new_child; local [all...] |
| /illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
| H A D | pcihp.c | 3284 dev_info_t *dip, *new_child = NULL; local 3288 if (pcihp_config_setup(&dip, &handle, &new_child, pci_dev, 3305 pcihp_config_teardown(&handle, &new_child, pci_dev, pcihp_p); 3620 dev_info_t *dip, *new_child = NULL; local 3626 if (pcihp_config_setup(&dip, &config_handle, &new_child, pci_dev, 3633 pcihp_config_teardown(&config_handle, &new_child, pci_dev, 3667 pcihp_config_teardown(&config_handle, &new_child, pci_dev, pcihp_p); 3672 dev_info_t **new_child, int pci_dev, pcihp_t *pcihp_p) 3706 *new_child = NULL; 3776 *new_child 3671 pcihp_config_setup(dev_info_t **dip, ddi_acc_handle_t *handle, dev_info_t **new_child, int pci_dev, pcihp_t *pcihp_p) argument 3782 pcihp_config_teardown(ddi_acc_handle_t *handle, dev_info_t **new_child, int pci_dev, pcihp_t *pcihp_p) argument [all...] |
| /illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
| H A D | pcicfg.c | 3676 dev_info_t *new_child; local 3688 (pnode_t)DEVI_SID_NODEID, &new_child); 3690 if (pcicfg_add_config_reg(new_child, bus, device, func) 3696 if ((ret = pcicfg_config_setup(new_child, &config_handle)) 3699 (void) ndi_devi_free(new_child); 3708 (void) pcie_init_bus(new_child, PCI_GETBDF(bus, device, func), 3719 if (pcicfg_pcie_dev(new_child, config_handle) == DDI_SUCCESS) { 3727 if (pcicfg_set_standard_props(new_child, config_handle, pcie_dev) 3736 if (pcicfg_set_childnode_props(new_child, config_handle, pcie_dev) 3755 (void) i_ndi_config_node(new_child, DS_LINKE 3850 pcicfg_populate_reg_props(dev_info_t *new_child, ddi_acc_handle_t config_handle) argument 3932 pcicfg_populate_props_from_bar(dev_info_t *new_child, ddi_acc_handle_t config_handle) argument 4038 pcicfg_probe_bridge(dev_info_t *new_child, ddi_acc_handle_t h, uint_t bus, uint_t *highest_bus, boolean_t is_pcie) argument [all...] |
| /illumos-gate/usr/src/uts/sun4/io/ |
| H A D | pcicfg.c | 4009 dev_info_t *new_child; local 4025 (pnode_t)DEVI_SID_NODEID, &new_child) 4031 if (pcicfg_add_config_reg(new_child, bus, 4038 if ((ret = pcicfg_config_setup(new_child, &config_handle)) 4041 (void) ndi_devi_free(new_child); 4050 (void) pcie_init_bus(new_child, PCI_GETBDF(bus, device, func), 4061 if (pcicfg_pcie_dev(new_child, PCICFG_DEVICE_TYPE_PCIE, ®s) 4070 if (pcicfg_set_standard_props(new_child, config_handle, 4079 if (pcicfg_set_childnode_props(new_child, config_handle, 4092 (void) ndi_devi_free(new_child); 4196 pcicfg_populate_reg_props(dev_info_t *new_child, ddi_acc_handle_t config_handle) argument 4280 dev_info_t *new_child; local 4784 pcicfg_populate_props_from_bar(dev_info_t *new_child, ddi_acc_handle_t config_handle) argument 4892 pcicfg_probe_bridge(dev_info_t *new_child, ddi_acc_handle_t h, uint_t bus, uint_t *highest_bus, boolean_t is_pcie) argument [all...] |