Searched defs:st_info (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi_impl.h38 * so_priv will always be set to &st_info
42 struct sotpi_info st_info; member in struct:sotpi_sonode
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dsbp2.h64 uint8_t st_info[4]; /* information bytes */ member in struct:scsa1394_status
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h124 unsigned char st_info; member in struct:__anon2186
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c53 SYM_CMD_T_ST_INFO = 2, /* sym:st_info */
320 if (ELF_ST_BIND(sym1->st_info) !=
321 ELF_ST_BIND(sym2->st_info))
326 if (sym1->st_info != sym2->st_info)
388 if (ELF_ST_TYPE(sym1->st_info) !=
389 ELF_ST_TYPE(sym2->st_info))
399 if (ELF_ST_VISIBILITY(sym1->st_info) !=
400 ELF_ST_VISIBILITY(sym2->st_info))
448 value = ELF_ST_BIND(sym->st_info);
1253 uchar_t st_info = local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h199 unsigned char st_info; /* Type and binding information. */ member in struct:__anon418
204 /* Macros for accessing the fields of st_info. */
208 /* Macro for constructing st_info from field values. */
H A Delf64.h204 unsigned char st_info; /* Type and binding information. */ member in struct:__anon435
211 /* Macros for accessing the fields of st_info. */
215 /* Macro for constructing st_info from field values. */
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c462 static int st_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg,
471 st_info, /* info */
1571 st_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) function
1577 ST_ENTR(dip, st_info);
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h511 unsigned char st_info; /* bind, type: ELF_32_ST_... */ member in struct:__anon258
519 unsigned char st_info; /* bind, type: ELF_64_ST_... */ member in struct:__anon259
530 * Macros to compose and decompose values for S.st_info
532 * bind = ELF32_ST_BIND(S.st_info)
533 * type = ELF32_ST_TYPE(S.st_info)
534 * S.st_info = ELF32_ST_INFO(bind, type)

Completed in 120 milliseconds