Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 92) sorted by relevance

1234

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dsocket-utils.h102 #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
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h74 #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
/titanic_44/usr/src/cmd/sort/common/
H A Dinvoke.c50 display_global_defns(sort_t *S) in display_global_defns()
61 sort_t S; in main() local
H A Dconvert.c40 convert(sort_t *S) in convert()
106 sort_t S; in main() local
H A Dinitialize.c64 initialize_pre(sort_t *S) in initialize_pre()
113 initialize_post(sort_t *S) in initialize_post()
H A Doptions.c204 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 Dmerge.c75 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 Dmain.c68 static sort_t S; variable
/titanic_44/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c61 static struct S { struct
67 } S; variable
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h30 #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
/titanic_44/usr/src/cmd/stat/kstat/
H A Dkstat.h67 #define SAVE_HRTIME(I, S, N) \ argument
74 #define SAVE_INT32(I, S, N) \ argument
81 #define SAVE_UINT32(I, S, N) \ argument
88 #define SAVE_INT64(I, S, N) \ argument
95 #define SAVE_UINT64(I, S, N) \ argument
106 #define SAVE_STRING(I, S, N) \ argument
/titanic_44/usr/src/uts/common/sys/fs/
H A Dswapnode.h56 #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 Dpc_label.h105 #define ltohs(S) (*((ushort_t *)(&(S)))) argument
107 #define htols(S) (*((ushort_t *)(&(S)))) argument
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.h85 #define SRS_PORT(S) mDNSVal16((S)->RR_SRV.resrec.rdata->u.srv.port) argument
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000.c128 #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 …]
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Daccessor.c45 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() macro
/titanic_44/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h49 uint32_t S[4][256]; /* S-Boxes */ member
/titanic_44/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c381 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
/titanic_44/usr/src/lib/libshell/common/data/
H A Dsignals.c34 #define S(s) ERROR_dictionary(s) macro
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h61 #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
/titanic_44/usr/src/uts/common/io/igb/
H A De1000_osdep.h61 #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
/titanic_44/usr/src/common/mpi/
H A Dmpi.h342 #define mp_tobinary(M, S) mp_toradix((M), (S), 2) argument
343 #define mp_tooctal(M, S) mp_toradix((M), (S), 8) argument
344 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) argument
345 #define mp_tohex(M, S) mp_toradix((M), (S), 16) argument
/titanic_44/usr/src/lib/libm/common/complex/
H A Dccoshl.c41 long double t, x, y, S, C; in ccoshl() local
H A Dcsinh.c83 double t, x, y, S, C; in csinh() local
H A Dcsinhl.c41 long double t, x, y, S, C; in csinhl() local

1234