Searched defs:s_type (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c26 int s_type; member in struct:syment
124 if (action != INSERT || s->s_type != CONST) {
145 s->s_type = action == INSERT ? VAR : CONST;
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c47 static int sfd = -1, s_type = -1; variable
72 s_type = (int)ntohl(sh.s_type);
75 s_type < 0 || s_type > SDL_MAX) {
82 printf("\tid: %8.8s version: %d type: %d\n", sh.s_id, s_v, s_type);
177 l = &llcs[s_type];
H A Dsnoop.h17 int s_type; member in struct:snoophdr
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_mbox.h87 char s_type[12]; /* type of board */ member in struct:__anon9948
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h192 DBTYPE s_type; /* Saved DB type. */ member in struct:__fname
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c133 char s_type[16]; local
211 (void) strlcpy(s_type, "TYPE_MSIX", sizeof (s_type));
226 (void) strlcpy(s_type, "TYPE_MSI", sizeof (s_type));
242 (void) strlcpy(s_type, "TYPE_FIXED", sizeof (s_type));
262 "MSI: %s: mode=%d types=0x%x nintrs=%d", s_type,
290 "MSI: %s: count=%d actual=%d ret=%d", s_type, count, actual, ret);
385 "MSI: %s: %d: cap=0x%x pri=0x%x hilevel=0x%x", s_type,
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c2836 uint_t s_bind, s_type, type; local
2842 s_type = GELF_ST_TYPE(sym.st_info);
2852 if (s_bind < STB_NUM && s_type < STT_NUM) {
2853 type = (1 << (s_type + 8)) | (1 << s_bind);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1910 uchar_t s_type = GELF_ST_TYPE(sym->st_info); local
1919 if (s_bind < STB_NUM && s_type < STT_NUM) {
1920 uint_t type = (1 << (s_type + 8)) | (1 << s_bind);
/illumos-gate/usr/src/cmd/sort/common/
H A Dtypes.h212 stream_type_t s_type; /* type-specific attributes */ member in struct:stream
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h257 #define s_type s_hdr.rsmrc_type /* segment type */ macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h193 char s_type[SBD_TYPE_LEN]; member in struct:__anon10217
354 char s_type[SBD_TYPE_LEN]; member in struct:__anon10232
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h196 char s_type[SBD_TYPE_LEN]; member in struct:__anon9450
357 char s_type[SBD_TYPE_LEN]; member in struct:__anon9465

Completed in 128 milliseconds