/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | repeat.h | 1 #define R0(P, S) P(S) argument 2 #define R1(P, S) R0(P,S##0) R0(P,S##1) argument 3 #define R2(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) argument 5 #define R4(P, S) R3(P,S##0) R3(P,S##1) argument 6 #define R5(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) argument 8 #define R7(P, S) R6(P,S##0) R6(P,S##1) argument 9 #define R8(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) argument 11 #define R10(P, S) R9(P,S##0) R9(P,S##1) argument 14 #define R13(P, S) R12(P,S##0) R12(P,S##1) argument 17 #define R16(P, S) R15(P,S##0) R15(P,S##1) argument [all …]
|
H A D | abi-integer.c | 1 #define TEST(T, S, A) \ argument
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lundump.c | 30 static l_noret error(LoadState* S, const char* why) in error() 37 #define LoadByte(S) (lu_byte)LoadChar(S) argument 38 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x)) argument 50 static int LoadChar(LoadState* S) in LoadChar() 57 static int LoadInt(LoadState* S) in LoadInt() 65 static lua_Number LoadNumber(LoadState* S) in LoadNumber() 72 static TString* LoadString(LoadState* S) in LoadString() 86 static void LoadCode(LoadState* S, Proto* f) in LoadCode() 149 static void LoadDebug(LoadState* S, Proto* f) in LoadDebug() 190 static void LoadHeader(LoadState* S) in LoadHeader() [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | socket-utils.h | 102 #define sa2sin(S) ((struct sockaddr_in *)(S)) argument 103 #define sa2sin6(S) ((struct sockaddr_in6 *)(S)) argument 104 #define ss2sa(S) ((struct sockaddr *)(S)) argument 105 #define ss2sin(S) ((struct sockaddr_in *)(S)) argument 106 #define ss2sin6(S) ((struct sockaddr_in6 *)(S)) argument
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 74 #define DEBUGOUT(S) \ argument 76 #define DEBUGOUT1(S, A) \ argument 78 #define DEBUGOUT2(S, A, B) \ argument 80 #define DEBUGOUT3(S, A, B, C) \ argument 82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 92 #define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A) argument 93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument 94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
|
/illumos-gate/usr/src/tools/smatch/src/validation/linear/ |
H A D | logical.c | 1 struct S { struct 9 int os(int i, struct S *b) { return i || b->s; } in os() argument
|
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | trunc-seteq0.c | 1 struct S { struct 7 int os(int i, struct S *b) { return i || b->s; } in os() argument
|
H A D | and-or-mask3s.c | 2 #define S 8 macro
|
H A D | and-or-mask3u.c | 2 #define S 8 macro
|
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | invoke.c | 50 display_global_defns(sort_t *S) in display_global_defns() 61 sort_t S; in main() local
|
H A D | convert.c | 40 convert(sort_t *S) in convert() 106 sort_t S; in main() local
|
H A D | options.c | 204 parse_new_field_spec(sort_t *S, char *arg) in parse_new_field_spec() 260 parse_old_field_spec(sort_t *S, int argc, char *argv[]) in parse_old_field_spec() 360 options(sort_t *S, int argc, char *argv[]) in options()
|
H A D | initialize.c | 62 initialize_pre(sort_t *S) in initialize_pre() 123 initialize_post(sort_t *S) in initialize_post()
|
H A D | merge.c | 75 prepare_output_stream(stream_t *ostrp, sort_t *S) in prepare_output_stream() 283 merge_n_streams(sort_t *S, stream_t *head_streamp, int n_streams, in merge_n_streams() 426 merge(sort_t *S) in merge()
|
H A D | main.c | 68 static sort_t S; variable
|
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 61 static struct S { struct 67 } S; argument
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 30 #define DEBUGOUT(S) i40e_debug(NULL, 0, S) argument 31 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) argument 32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument 33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument 34 #define DEBUGOUT4(S, A, B, C, D) \ argument 36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument 38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
|
/illumos-gate/usr/src/cmd/stat/kstat/ |
H A D | kstat.h | 65 #define SAVE_HRTIME(I, S, N) \ argument 72 #define SAVE_INT32(I, S, N) \ argument 79 #define SAVE_UINT32(I, S, N) \ argument 86 #define SAVE_INT64(I, S, N) \ argument 93 #define SAVE_UINT64(I, S, N) \ argument 104 #define SAVE_STRING(I, S, N) \ argument
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | swapnode.h | 54 #define SWAPFS_PRINT(X, S, Y1, Y2, Y3, Y4, Y5) \ argument 63 #define SWAPFS_PRINT(X, S, Y1, Y2, Y3, Y4, Y5) argument
|
H A D | pc_label.h | 105 #define ltohs(S) (*((ushort_t *)(&(S)))) argument 107 #define htols(S) (*((ushort_t *)(&(S)))) argument
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 128 #define MSGOUT(S, A, B) printk(S "\n", A, B) argument 135 #define DEBUGOUT(S) printf(S) argument 136 #define DEBUGOUT1(S,A) printf(S,A) argument 137 #define DEBUGOUT2(S,A,B) printf(S,A,B) argument 138 #define DEBUGOUT3(S,A,B,C) printf(S,A,B,C) argument 139 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S,A,B,C,D,E,F,G) argument 141 #define DEBUGOUT(S) argument 142 #define DEBUGOUT1(S,A) argument 143 #define DEBUGOUT2(S,A,B) argument 144 #define DEBUGOUT3(S,A,B,C) argument [all …]
|
/illumos-gate/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 381 uint32_t *S = ksch->ksch_S; in blowfish_encrypt_block() local 476 uint32_t *S = ksch->ksch_S; in blowfish_decrypt_block() local 621 uint32_t *S = newbie->ksch_S; in blowfish_init_keysched() local
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 61 #define DEBUGOUT(S) \ argument 63 #define DEBUGOUT1(S, A) \ argument 65 #define DEBUGOUT2(S, A, B) \ argument 67 #define DEBUGOUT3(S, A, B, C) \ argument
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | accessor.c | 48 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() macro
|
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blf.h | 49 uint32_t S[4][256]; /* S-Boxes */ member
|