Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c280 err_info_type_t ei_type; /* Type of information stored here */ member
294 const char *ei_type; member
1478 assert(i->ite_einfo.ei_type == EIT_BAD_TEMPLATE); in im_perror_bad_template()
1730 assert(einfo->ei_type == EIT_CARDINALITY); in add_scf_error()
1752 assert(einfo->ei_type == EIT_PROP_TYPE); in add_scf_error()
1762 assert(einfo->ei_type == EIT_MISSING_PG); in add_scf_error()
1767 assert(einfo->ei_type == EIT_MISSING_PROP); in add_scf_error()
1771 assert(einfo->ei_type == EIT_RANGE); in add_scf_error()
1782 assert(einfo->ei_type == EIT_PATTERN_CONFLICT); in add_scf_error()
1793 assert(einfo->ei_type == EIT_INCLUDE_VALUES); in add_scf_error()
[all …]
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c71 uint16_t ei_type; member
419 switch (obj->obj_elfinfo.ei_type) { in print_entry()
431 obj->obj_elfinfo.ei_type, objname); in print_entry()
476 eip->ei_type = ehdr.e_type; in get_elfinfo()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_intr.c135 eip->ei_type = type; in efx_intr_init()
319 eip->ei_type == EFX_INTR_LINE) in siena_intr_init()
H A Defx_ev.c1267 if (enp->en_intr.ei_type == EFX_INTR_LINE && in siena_ev_qcreate()
H A Defx_impl.h320 efx_intr_type_t ei_type; member