Home
last modified time | relevance | path

Searched refs:child (Results 26 – 50 of 426) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/cmd/tail/tests/
H A Dtailtests.sh260 child=$!
264 kill $child
277 child=$!
296 child=$!
316 child=$!
335 child=$!
356 child=$!
376 child=$!
403 child=$!
510 child=$!
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh39 /execname == "kill" && curpsinfo->pr_ppid == $child &&
74 child=$!
79 pstop $child
80 pkill -P $child
81 kill $child
82 prun $child
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c618 parent = child = NULL; in exprcomp()
644 if (child == NULL) { in exprcomp()
652 parent->child = child; in exprcomp()
655 child = child->next; in exprcomp()
694 if (child == NULL) { in expr_and()
696 if (child != NULL) in expr_and()
705 parent->child = child; in expr_and()
709 child = child->next; in expr_and()
748 e->child = NULL; in exprterm()
848 if (e->child != NULL) in exprfree()
[all …]
H A Dmdoc_html.c347 int child; in print_mdoc_node() local
358 child = 1; in print_mdoc_node()
431 if (child && n->child != NULL) in print_mdoc_node()
667 if (NULL == n->child) in mdoc_xr_pre()
672 n->child->string, n->child->next == NULL ? in mdoc_xr_pre()
677 n = n->child; in mdoc_xr_pre()
1195 if (NULL == n->child) in mdoc_sm_pre()
1603 print_text(h, n->child != NULL && n->child->next == NULL && in mdoc_quote_pre()
1674 print_text(h, n->child != NULL && n->child->next == NULL && in mdoc_quote_post()
1730 n->parent->head->child != NULL && (n->child != NULL || in mdoc_eo_pre()
[all …]
H A Dman_html.c121 n = man->first->child; in html_man()
167 int child; in print_man_node() local
179 child = 1; in print_man_node()
240 if (child && n->child != NULL) in print_man_node()
403 if (n->child != NULL && in man_PP_pre()
428 n1 = n1->head->child; in list_continues()
429 n2 = n2->head->child; in list_continues()
498 if (n->child != NULL) in man_IP_pre()
503 nn = n->child; in man_IP_pre()
616 n = n->child; in man_UR_pre()
[all …]
H A Dmdoc_man.c570 else if (child != NULL && child->type == ROFFT_TEXT) in print_width()
948 print_word(n->child != NULL && n->child->next == NULL && in pre_aq()
959 print_word(n->child != NULL && n->child->next == NULL && in post_aq()
1206 n->parent->head->child != NULL && (n->child != NULL || in pre_eo()
1222 body = n->child != NULL || n->parent->head->child != NULL; in post_eo()
1241 n = n->child; in pre_fa()
1284 if (n->child != NULL) in pre_fl()
1308 n = n->child; in pre_fn()
1666 name = n->child == NULL ? NULL : n->child->string; in pre_nm()
1689 if (n->child != NULL && n->child->string != NULL) in post_nm()
[all …]
H A Deqn_html.c38 const struct eqn_box *child, *parent; in eqn_box() local
64 if (NULL == (child = parent->first)) in eqn_box()
66 for (rows = 0; NULL != child; rows++) in eqn_box()
67 child = child->next; in eqn_box()
74 child = parent->first; in eqn_box()
76 if (NULL == child) in eqn_box()
78 child = child->next; in eqn_box()
86 if (NULL != child) in eqn_box()
87 eqn_box(p, child->first); in eqn_box()
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_region.c34 pid_t child; in main() local
48 child = fork(); in main()
49 if (child == 0) { in main()
54 assert(child != -1); in main()
57 ret = waitid(P_PID, child, &info, WEXITED); in main()
60 assert(info.si_pid == child); in main()
H A Dinz_mlock.c34 pid_t child; in main() local
51 child = fork(); in main()
52 if (child == 0) { in main()
57 assert(child != -1); in main()
60 ret = waitid(P_PID, child, &info, WEXITED); in main()
63 assert(info.si_pid == child); in main()
H A Dinz_child.c36 pid_t child; in main() local
51 child = fork(); in main()
52 if (child == 0) { in main()
60 assert(child != -1); in main()
63 ret = waitid(P_PID, child, &info, WEXITED); in main()
66 assert(info.si_pid == child); in main()
H A Dinz_split.c34 pid_t child; in main() local
53 child = fork(); in main()
54 if (child == 0) { in main()
62 assert(child != -1); in main()
65 ret = waitid(P_PID, child, &info, WEXITED); in main()
68 assert(info.si_pid == child); in main()
H A Dinz_vpp.c34 pid_t child; in main() local
51 child = fork(); in main()
52 if (child == 0) { in main()
62 assert(child != -1); in main()
65 ret = waitid(P_PID, child, &info, WEXITED); in main()
68 assert(info.si_pid == child); in main()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c93 if (child == NULL) in dnode_increase_indirection()
96 DB_DNODE_ENTER(child); in dnode_increase_indirection()
98 DB_DNODE_EXIT(child); in dnode_increase_indirection()
100 if (child->db_parent && child->db_parent != dn->dn_dbuf) { in dnode_increase_indirection()
110 child->db_parent = db; in dnode_increase_indirection()
111 dbuf_add_ref(db, child); in dnode_increase_indirection()
115 child->db_blkptr = NULL; in dnode_increase_indirection()
116 dprintf_dbuf_bp(child, child->db_blkptr, in dnode_increase_indirection()
197 dmu_buf_impl_t *child; in free_verify() local
233 buf = child->db.db_data; in free_verify()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmach_rootnex.c311 if (ddi_get_parent_data(child) == NULL) { in rootnex_name_child_impl()
312 make_ddi_ppd(child, &pdptr); in rootnex_name_child_impl()
313 ddi_set_parent_data(child, pdptr); in rootnex_name_child_impl()
320 if (sparc_pd_getnreg(child) == 0) { in rootnex_name_child_impl()
323 rp = sparc_pd_getreg(child, 0); in rootnex_name_child_impl()
329 node_name = ddi_node_name(child); in rootnex_name_child_impl()
348 if (ddi_get_parent(child) != ddi_root_node()) { in rootnex_name_child_impl()
359 portid = ddi_prop_get_int(DDI_DEV_T_ANY, child, in rootnex_name_child_impl()
362 portid = ddi_prop_get_int(DDI_DEV_T_ANY, child, in rootnex_name_child_impl()
364 nodeid = ddi_prop_get_int(DDI_DEV_T_ANY, child, in rootnex_name_child_impl()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c1083 ddi_node_name(child), ddi_get_instance(child), in pshot_ctl()
1097 ddi_node_name(child), ddi_get_instance(child), in pshot_ctl()
2337 if (child != NULL) in pshot_testctl()
2452 if (child) { in pshot_event()
2459 (void *)child, ddi_node_name(child), in pshot_event()
2883 dev_info_t *child; in pshot_bus_config_setup_nexus() local
2891 if (child) { in pshot_bus_config_setup_nexus()
2908 ASSERT(child != NULL); in pshot_bus_config_setup_nexus()
2941 dev_info_t *child; in pshot_bus_config_setup_leaf() local
2966 ASSERT(child != NULL); in pshot_bus_config_setup_leaf()
[all …]
/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddn11.c20 static int child = -1, dn; variable
39 (void) kill(child, SIGKILL); in dn_dialer()
46 if ((child = fork()) == 0) { in dn_dialer()
66 (void) kill(child, SIGKILL); in dn_dialer()
75 while ((nw = wait(&lt)) != child && nw != -1) in dn_dialer()
115 if (child > 0) in dn_abort()
116 (void) kill(child, SIGKILL); in dn_abort()
/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) in rootnex_name_child_impl() argument
161 if (ddi_get_parent_data(child) == NULL) { in rootnex_name_child_impl()
162 make_ddi_ppd(child, &pdptr); in rootnex_name_child_impl()
163 ddi_set_parent_data(child, pdptr); in rootnex_name_child_impl()
170 if (sparc_pd_getnreg(child) == 0) { in rootnex_name_child_impl()
173 rp = sparc_pd_getreg(child, 0); in rootnex_name_child_impl()
179 if (ddi_get_parent(child) != ddi_root_node()) { in rootnex_name_child_impl()
215 rp->regspec_bustype, ddi_node_name(child)); in rootnex_name_child_impl()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c750 ddi_driver_name(child)); in ppb_name_child()
823 ppb_removechild(child); in ppb_initchild()
837 ddi_driver_name(child), ddi_get_name_addr(child), in ppb_initchild()
838 ddi_driver_name(child)); in ppb_initchild()
839 ppb_removechild(child); in ppb_initchild()
882 ddi_node_name(child), ddi_get_name_addr(child)); in ppb_initchild()
973 pcie_init_dom(child); in ppb_initchild()
986 pcix_set_cmd_reg(child, n); in ppb_initchild()
1004 pcie_fini_dom(child); in ppb_uninitchild()
1005 pcie_fini_cfghdl(child); in ppb_uninitchild()
[all …]
H A Dsimba.c661 ddi_driver_name(child)); in simba_name_child()
695 simba_initchild(dev_info_t *child) in simba_initchild() argument
723 ddi_driver_name(child)); in simba_initchild()
731 ddi_set_name_addr(child, name); in simba_initchild()
742 simba_uninitchild(child); in simba_initchild()
756 ddi_driver_name(child), ddi_get_name_addr(child), in simba_initchild()
757 ddi_driver_name(child)); in simba_initchild()
758 simba_uninitchild(child); in simba_initchild()
768 ddi_set_name_addr(child, name); in simba_initchild()
769 ddi_set_parent_data(child, NULL); in simba_initchild()
[all …]
H A Dpcix.c41 pcix_set_cmd_reg(dev_info_t *child, uint16_t value) in pcix_set_cmd_reg() argument
46 if (pci_config_setup(child, &handle) != DDI_SUCCESS) in pcix_set_cmd_reg()
60 DEBUG1(DBG_INIT_CLD, child, "pcix_set_cmd_reg: pcix_cap_ptr = %x\n", in pcix_set_cmd_reg()
70 DEBUG1(DBG_INIT_CLD, child, "pcix_set_cmd_reg: PCI-X CMD Register " in pcix_set_cmd_reg()
76 DEBUG1(DBG_INIT_CLD, child, "pcix_set_cmd_reg: PCI-X CMD Register " in pcix_set_cmd_reg()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_inherit.ksh58 log_must verify_encryption_root $TESTPOOL/$TESTFS1/child \
61 log_must zfs change-key -i $TESTPOOL/$TESTFS1/child
62 log_must verify_encryption_root $TESTPOOL/$TESTFS1/child "$TESTPOOL/$TESTFS1"
68 log_must key_unavailable $TESTPOOL/$TESTFS1/child
73 log_must key_available $TESTPOOL/$TESTFS1/child
76 log_must zfs mount $TESTPOOL/$TESTFS1/child
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c414 PAGE *child, *parent; local
499 parent = child = NULL;
528 a.data = child;
534 &child->lsn, 0, dbp->log_fileid, child->pgno, &a,
551 if (TYPE(child) == P_IRECNO ||
554 memcpy(parent, child, dbp->pgsize);
556 if (TYPE(child) == P_IRECNO ||
572 (void)__bam_free(dbc, child);
573 child = NULL;
584 if (child != NULL)
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_keylocation.ksh82 log_must zfs create $TESTPOOL/$TESTFS1/child
83 log_must verify_keylocation $TESTPOOL/$TESTFS1/child "none"
85 log_mustnot zfs set keylocation=none $TESTPOOL/$TESTFS1/child
86 log_mustnot zfs set keylocation=prompt $TESTPOOL/$TESTFS1/child
87 log_mustnot zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
88 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
90 log_must verify_keylocation $TESTPOOL/$TESTFS1/child "none"
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c603 ddi_driver_name(child)); in ppb_name_child()
637 ppb_initchild(dev_info_t *child) in ppb_initchild() argument
650 ddi_set_name_addr(child, name); in ppb_initchild()
661 ddi_set_parent_data(child, NULL); in ppb_initchild()
671 ddi_set_name_addr(child, NULL); in ppb_initchild()
685 ddi_driver_name(child), ddi_get_name_addr(child), in ppb_initchild()
686 ddi_driver_name(child)); in ppb_initchild()
687 ddi_set_name_addr(child, NULL); in ppb_initchild()
691 ddi_set_parent_data(child, NULL); in ppb_initchild()
703 pcie_init_dom(child); in ppb_initchild()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c84 dev_info_t *child; in ibtl_ibnex_get_hca_info() local
123 child = clntp->clnt_dip; in ibtl_ibnex_get_hca_info()
148 if (child == NULL) { in ibtl_ibnex_get_hca_info()
164 parent = ddi_get_parent(child); in ibtl_ibnex_get_hca_info()
166 ddi_get_parent_data(child) == NULL) { in ibtl_ibnex_get_hca_info()
172 node_name = ddi_node_name(child); in ibtl_ibnex_get_hca_info()
181 callback(child, &ret_apid); in ibtl_ibnex_get_hca_info()
190 if (child == NULL) { in ibtl_ibnex_get_hca_info()
211 parent = ddi_get_parent(child); in ibtl_ibnex_get_hca_info()
220 node_name = ddi_node_name(child); in ibtl_ibnex_get_hca_info()
[all …]

12345678910>>...18