Home
last modified time | relevance | path

Searched refs:ste (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c425 hpc3130_slot_table_entry_t *ste; in hpc3130_ioctl() local
446 ste = &unitp->hpc3130_slot_table[port]; in hpc3130_ioctl()
615 "/devices%s:", ste->nexus); in hpc3130_ioctl()
619 hpc3130_lookup_slot(ste->nexus, in hpc3130_ioctl()
620 ste->hpc3130_slot_info.pci_dev_num)); in hpc3130_ioctl()
671 offset = ste->callback_info.offset; in hpc3130_ioctl()
869 hpc3130_slot_table_entry_t *ste; in hpc3130_do_attach() local
892 ste = &hpc3130_p->hpc3130_slot_table[j]; in hpc3130_do_attach()
894 (void) strcpy(ste->nexus, nexus); in hpc3130_do_attach()
896 if (strncmp(ste->nexus, "/pci", 4) == 0) { in hpc3130_do_attach()
[all …]
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_svc.c106 ndr_stub_table_t *ste; in ndr_svc_find_stub() local
108 for (ste = svc->stub_table; ste->func; ste++) { in ndr_svc_find_stub()
109 if (ste->opnum == opnum) in ndr_svc_find_stub()
110 return (ste); in ndr_svc_find_stub()
H A Dndr_server.c510 ndr_stub_table_t *ste; in ndr_generic_call_stub() local
521 if ((ste = ndr_svc_find_stub(msvc, opnum)) == NULL) { in ndr_generic_call_stub()
536 rc = (*ste->func)(param, mxa); in ndr_generic_call_stub()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c646 ksegtbl_entry_t *ste = &kseg_table[0]; in cpr_sparse_seg_check() local
649 for (; ste->st_seg; ste++) { in cpr_sparse_seg_check()
650 tseg = (ste->st_addrtype == KSEG_PTR_ADDR) ? in cpr_sparse_seg_check()
651 *ste->st_seg : (struct seg *)ste->st_seg; in cpr_sparse_seg_check()
654 return (ste); in cpr_sparse_seg_check()
674 ksegtbl_entry_t *ste; in cpr_count_seg_pages() local
678 if (ste = cpr_sparse_seg_check(segp)) { in cpr_count_seg_pages()
679 pages += (ste->st_fcn)(mapflag, bitfunc, segp); in cpr_count_seg_pages()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1219 tv_errors_t *ste; in tv_errors_create() local
1221 ste = safe_malloc(sizeof (*ste)); in tv_errors_create()
1222 uu_list_node_init(ste, &ste->tve_node, tv_errors_pool); in tv_errors_create()
1223 ste->tve_errors = _scf_create_errors(fmri, 1); in tv_errors_create()
1224 if (ste->tve_errors == NULL) in tv_errors_create()
1227 return (ste); in tv_errors_create()
1231 destroy_scf_errors(tv_errors_t *ste) in destroy_scf_errors() argument
1233 scf_tmpl_errors_destroy(ste->tve_errors); in destroy_scf_errors()
1234 uu_list_node_fini(ste, &ste->tve_node, tv_errors_pool); in destroy_scf_errors()
1235 free(ste); in destroy_scf_errors()
[all …]