/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 4 #define R3(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) R0(P,S##4) R0(P,S##5) R0(P,S##… 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 7 #define R6(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) R3(P,S##4) R3(P,S##5) R3(P,S##… 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 10 #define R9(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) R6(P,S##4) R6(P,S##5) R6(P,S##… 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() 36 #define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size)) argument 37 #define LoadByte(S) (lu_byte)LoadChar(S) argument 38 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x)) argument 39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size) argument 45 static void LoadBlock(LoadState* S, void* b, size_t size) in LoadBlock() 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() [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/lp/lib/filters/ |
H A D | insfilter.c | 60 static struct S { struct 66 } S; argument
|
/illumos-gate/usr/src/cmd/sort/ |
H A D | invoke.c | 48 display_global_defns(sort_t *S) in display_global_defns() 59 sort_t S; in main() local
|
H A D | convert.c | 38 convert(sort_t *S) in convert() 104 sort_t S; in main() local
|
H A D | options.c | 202 parse_new_field_spec(sort_t *S, char *arg) in parse_new_field_spec() 258 parse_old_field_spec(sort_t *S, int argc, char *argv[]) in parse_old_field_spec() 358 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 | 73 prepare_output_stream(stream_t *ostrp, sort_t *S) in prepare_output_stream() 281 merge_n_streams(sort_t *S, stream_t *head_streamp, int n_streams, in merge_n_streams() 424 merge(sort_t *S) in merge()
|
H A D | main.c | 66 static sort_t S; variable
|
/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 | 103 #define ltohs(S) (*((ushort_t *)(&(S)))) argument 105 #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/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 137 #define SAVE_STRING(H, S, K, SS) \ argument 140 #define SAVE_INT32(H, S, K) \ argument 142 #define SAVE_UINT32(H, S, K) \ argument 144 #define SAVE_INT64(H, S, K) \ argument 146 #define SAVE_UINT64(H, S, K) \ argument 148 #define SAVE_HRTIME(H, S, K) \ argument
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 61 #define DEBUGOUT(S) IGB_DEBUGLOG_0(NULL, S) argument 62 #define DEBUGOUT1(S, A) IGB_DEBUGLOG_1(NULL, S, A) argument 63 #define DEBUGOUT2(S, A, B) IGB_DEBUGLOG_2(NULL, S, A, B) argument 64 #define DEBUGOUT3(S, A, B, C) IGB_DEBUGLOG_3(NULL, S, A, B, C) argument
|