Searched defs:get_desc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c169 static const char *get_desc(struct ext_desc table[], uint8_t type, int max) { function
184 return (get_desc(adv_desc, type, ADV_TBL_LEN));
235 st = get_desc(adv_desc, ext_type, ADV_TBL_LEN);
237 st = get_desc(reg_desc, ext_type, REG_TBL_LEN);
244 st = get_desc(genauth_desc, gen_exthdr->subtype,
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4336 * in _tmpl_error_access array and create the appropriate get_val, get_desc
4820 get_em get_desc; member in struct:_tmpl_error_access
5947 for (i = 0; _tmpl_error_items[i].get_desc != NULL; ++i) {
5948 if ((str = _tmpl_error_items[i].get_desc(err)) == NULL)

Completed in 55 milliseconds