| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| socktpi_impl.h | 38 * so_priv will always be set to &st_info 42 struct sotpi_info st_info; member in struct:sotpi_sonode
|
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/targets/scsa1394/ |
| sbp2.h | 64 uint8_t st_info[4]; /* information bytes */ member in struct:scsa1394_status
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| i386-elf.h | 124 unsigned char st_info; member in struct:__anon2506
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
| sym.c | 53 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...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| elf.h | 503 unsigned char st_info; /* bind, type: ELF_32_ST_... */ member in struct:__anon41 511 unsigned char st_info; /* bind, type: ELF_64_ST_... */ member in struct:__anon42 522 * The macros compose and decompose values for S.st_info 524 * bind = ELF32_ST_BIND(S.st_info) 525 * type = ELF32_ST_TYPE(S.st_info) 526 * S.st_info = ELF32_ST_INFO(bind, type)
|
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/ |
| st.c | 462 static int st_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, 471 st_info, /* info */ 1568 st_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) function [all...] |