Home
last modified time | relevance | path

Searched refs:st_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c102 sym_type_t st_type; member
353 switch (st->st_type) { in mkprog()
504 st->st_type = SYM_TYPE; in do_type()
536 st->st_type = SYM_VALUE; in do_value()
566 st->st_type = SYM_DEFINE; in do_define()
608 st->st_type = SYM_FUNC; in do_func()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsm_resolve.c54 int st_type; member
94 return p->st_type;
116 if (type == p->st_type)
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg227 to the entire st_info value. Normally, the sym:st_bind or sym:st_type\n\
316 The sym:st_type command is used to display or alter the\n\
317 st_type portion of the st_info field of the specified\n\
324 If sym:st_type is called without arguments, the value of\n\
325 st_type for every symbol in the symbol table is shown. If\n\
327 index is displayed. If both arguments are present, the st_type\n\
410 @ MSG_CMD_ST_TYPE "st_type"
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1551 #define SEARCH_TAB_BODY(st_type, st_file, st_mount, st_special, \ argument
1555 struct st_type *retval = NULL; \
1556 struct st_type key; \
1557 static struct st_type buffer; \
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1107 stp->st_type = type; in sfxge_tx_qinit()
1145 stp->st_type = 0; in sfxge_tx_qinit()
1187 switch (stp->st_type) { in sfxge_tx_qstart()
2594 stp->st_type = 0; in sfxge_tx_qfini()
H A Dsfxge.h651 #define st_type __st_u1.__st_s1.__st_type macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h429 enum v4l2_mpeg_streamtype st_type; member