Home
last modified time | relevance | path

Searched refs:get_desc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c167 static const char *get_desc(struct ext_desc table[], uint8_t type, int max) { in get_desc() function
182 return (get_desc(adv_desc, type, ADV_TBL_LEN)); in get_mip_adv_desc()
233 st = get_desc(adv_desc, ext_type, ADV_TBL_LEN); in interpret_extensions()
235 st = get_desc(reg_desc, ext_type, REG_TBL_LEN); in interpret_extensions()
242 st = get_desc(genauth_desc, gen_exthdr->subtype, in interpret_extensions()
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4820 get_em get_desc; member
5947 for (i = 0; _tmpl_error_items[i].get_desc != NULL; ++i) { in scf_tmpl_strerror()
5948 if ((str = _tmpl_error_items[i].get_desc(err)) == NULL) in scf_tmpl_strerror()