Searched defs:stab (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/saf/ |
H A D | admutil.c | 240 struct sactab stab; /* place to hold parsed info */ local 248 parse(p, &stab); 249 if (!(strcmp(stab.sc_tag, pmtag)))
|
H A D | pmadm.c | 1303 struct sactab stab; /* place to hold parsed info */ local 1304 register struct sactab *sp = &stab; /* and a pointer to it */
|
H A D | sacadm.c | 978 struct sactab stab; /* place to hold parsed info */ local 979 register struct sactab *sp = &stab; /* and a pointer to it */ 1011 parse(tp2, &stab);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | stab.c | 18 SM_RCSID("@(#)$Id: stab.c,v 8.89 2006/08/15 23:24:58 ca Exp $") 44 stab(name, type, op) function 186 ** Each mailer has its own MCI stab entry: 188 ** s = stab(host, ST_MCI + m->m_mno, ST_ENTER); 197 syserr("stab: unknown symbol type %d", type); 205 sm_dprintf("size of stab entry: %d\n", len); 223 ** STABAPPLY -- apply function to all stab entries 227 ** parameters (the stab entry and the arg). 465 sm_syslog(LOG_INFO, NOQID, "stab: total=%d (%d)", total, total - prev); 471 sm_syslog(LOG_INFO, NOQID, "stab [all...] |
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 53 Elf_Scn *stab = NULL; local 67 while ((stab = elf_nextscn(elf, stab)) != NULL) { 68 (void) gelf_getshdr(stab, &stabshdr); 89 stabdata = elf_getdata(stab, NULL);
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 56 * stab is defined, but is defined as something that doesn't exist yet. 146 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs. 173 * Read the stabs from the stab ELF section, and turn them into a tdesc tree, 181 stab_t *stab; local 193 if (!((stabidx = findelfsecidx(elf, file, ".stab.excl")) >= 0 && 194 (stabstridx = findelfsecidx(elf, file, ".stab.exclstr")) >= 0) && 195 !((stabidx = findelfsecidx(elf, file, ".stab")) >= 0 && 214 stab = &((stab_t *)data->d_buf)[i]; 217 if (stab->n_type == N_LBRAC) { 219 debug(3, "stab [all...] |
H A D | st_parse.c | 403 parse_stab(stab_t *stab, char *cp, iidesc_t **iidescp) argument 419 switch (stab->n_type) { 442 parse_debug(1, cp, "Unknown stab type %#x", stab->n_type); 593 * sometimes emit the same stab for a forward 995 * For VLA variables on sparc, SS12 generated stab entry 998 * Whereas SS12u1 generated stab entry looks like this:
|
H A D | ctftools.h | 97 * This is a partial copy of the stab.h that DevPro includes with their 100 typedef struct stab { struct 257 * correspond to "interesting" stabs. A stab is interesting if it defines a
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 822 lxml_get_pgroup_stability(pgroup_t *pgrp, xmlNodePtr stab) argument 825 lxml_validate_element(stab); 828 SCF_TYPE_ASTRING, stab, value_attr));
|
Completed in 181 milliseconds