Searched defs:is_name (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h115 char is_name[KSTAT_STRLEN]; member in struct:intr_snapshot
161 char is_name[KSTAT_STRLEN]; member in struct:iodev_snapshot
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c55 char is_name[KSTAT_STRLEN]; member in struct:__anon255
523 if (strcasecmp(stats[i].is_name, knp->name) == 0)
541 (void) strlcpy(sp->isd_serverstats[ind].is_name, knp->name,
542 sizeof (sp->isd_serverstats[ind].is_name));
618 (void) strlcpy(rp->ird_rulestats[ind].is_name, knp->name,
619 sizeof (rp->ird_rulestats[ind].is_name));
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c177 isp->is_name = name;
264 EC_WORD(cisp->is_scnndx), cisp->is_name);
282 ifl->ifl_name, EC_WORD(cisp->is_scnndx), cisp->is_name,
288 ifl->ifl_name, EC_WORD(cisp->is_scnndx), cisp->is_name,
313 EC_WORD(cisp->is_scnndx), cisp->is_name);
895 cisp->is_name, data->c_tag);
909 cisp->is_name, EC_XWORD(info));
1194 EC_WORD(isp->is_scnndx), isp->is_name, cndx,
1203 EC_WORD(isp->is_scnndx), isp->is_name, cndx, lsdp ?
1394 * is_name
1402 is_name_cmp(const char *is_name, const char *match_name, size_t match_len) argument
[all...]
H A Drelocate.c1748 const char *is_name; local
1762 is_name = reld->rel_isdesc->is_name;
1763 if (((is_name[1] == 'e') &&
1764 (strcmp(is_name, MSG_ORIG(MSG_SCN_EHFRAME)) == 0)) ||
1765 ((is_name[1] == 'g') &&
1766 (strcmp(is_name, MSG_ORIG(MSG_SCN_GCC_X_TBL)) == 0))) {
1855 reld->rel_isdesc->is_name,
1857 EC_WORD(isp->is_scnndx), isp->is_name,
1866 reld->rel_isdesc->is_name,
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h144 #define is_name is_cm.ci_name macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h148 #define is_name is_cm.ci_name macro
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h909 const char *is_name; /* original section name */ member in struct:is_desc

Completed in 111 milliseconds