/onnv-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
|
/onnv-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 82 #define DEBUGOUT(S) \ argument 84 #define DEBUGOUT1(S, A) \ argument 86 #define DEBUGOUT2(S, A, B) \ argument 88 #define DEBUGOUT3(S, A, B, C) \ argument 90 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 107 #define DEBUGOUT(S) argument 108 #define DEBUGOUT1(S, A) argument 109 #define DEBUGOUT2(S, A, B) argument 110 #define DEBUGOUT3(S, A, B, C) argument 111 #define DEBUGOUT6(S, A, B, C, D, E, F) argument
|
/onnv-gate/usr/src/common/openssl/crypto/des/ |
H A D | des_locl.h | 185 #define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 188 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 195 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 214 #define D_ENCRYPT(LL,R,S) { \ argument 242 #define D_ENCRYPT(LL,R,S) { \ argument 270 #define D_ENCRYPT(LL,R,S) { \ argument 288 #define D_ENCRYPT(LL,R,S) {\ argument 317 #define D_ENCRYPT(LL,R,S) {\ argument 348 #define D_ENCRYPT(LL,R,S) {\ argument
|
/onnv-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 | initialize.c | 64 initialize_pre(sort_t *S) in initialize_pre() 113 initialize_post(sort_t *S) in initialize_post()
|
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 | main.c | 68 static sort_t S; variable
|
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()
|
/onnv-gate/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 61 static struct S { struct 67 } S; argument
|
/onnv-gate/usr/src/uts/common/sys/fs/ |
H A D | swapnode.h | 56 #define SWAPFS_PRINT(X, S, Y1, Y2, Y3, Y4, Y5) \ argument 65 #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
|
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.h | 85 #define SRS_PORT(S) mDNSVal16((S)->RR_SRV.resrec.rdata->u.srv.port) argument
|
/onnv-gate/usr/src/uts/common/io/igb/ |
H A D | igb_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
|
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | accessor.c | 45 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() macro
|
/onnv-gate/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blf.h | 49 uint32_t S[4][256]; /* S-Boxes */ member
|
/onnv-gate/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 34 #define S(s) ERROR_dictionary(s) macro
|
/onnv-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 …]
|
/onnv-gate/usr/src/lib/libplot/t4014/common/ |
H A D | label.c | 39 #define S 0110 macro
|
/onnv-gate/usr/src/common/openssl/crypto/bf/ |
H A D | blowfish.h | 104 BF_LONG S[4*256]; member
|
H A D | bf_locl.h | 193 #define BF_ENC(LL,R,S,P) ( \ argument 210 #define BF_ENC(LL,R,S,P) ( \ argument
|
/onnv-gate/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 386 uint32_t *S = ksch->ksch_S; in blowfish_encrypt_block() local 483 uint32_t *S = ksch->ksch_S; in blowfish_decrypt_block() local 632 uint32_t *S = newbie->ksch_S; in blowfish_init_keysched() local
|
/onnv-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 57 #define DEBUGOUT(S) \ argument 59 #define DEBUGOUT1(S, A) \ argument 61 #define DEBUGOUT2(S, A, B) \ argument 63 #define DEBUGOUT3(S, A, B, C) \ argument
|
/onnv-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | String.h | 34 #define PTR(S) ((S)->data + (S)->sg.start) argument
|
/onnv-gate/usr/src/common/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 65 RC5_32_INT L[64],l,ll,A,B,*S,k; in RC5_32_set_key() local
|