Home
last modified time | relevance | path

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

1234

/titanic_52/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
[all...]
/titanic_52/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 ERROR_REPORT1(S,A) global() argument
93 ERROR_REPORT2(S,A,B) global() argument
94 ERROR_REPORT3(S,A,B,C) global() argument
[all...]
/titanic_52/usr/src/cmd/sort/common/
H A Dinvoke.c50 display_global_defns(sort_t *S) in display_global_defns() argument
61 sort_t S; in main() local
H A Dconvert.c40 convert(sort_t *S) in convert() argument
106 sort_t S; in main() local
[all...]
H A Dinitialize.c64 initialize_pre(sort_t *S) in initialize_pre() argument
113 initialize_post(sort_t *S) in initialize_post() argument
[all...]
H A Doptions.c204 parse_new_field_spec(sort_t *S, char *arg) in parse_new_field_spec() argument
260 parse_old_field_spec(sort_t *S, int argc, char *argv[]) in parse_old_field_spec() argument
360 options(sort_t * S,int argc,char * argv[]) options() argument
[all...]
H A Dmerge.c75 prepare_output_stream(stream_t *ostrp, sort_t *S) in prepare_output_stream() argument
283 merge_n_streams(sort_t *S, stream_t *head_streamp, int n_streams, in merge_n_streams() argument
426 merge(sort_t * S) merge() argument
[all...]
H A Dmain.c68 static sort_t S; variable
/titanic_52/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c61 static struct S { struct
67 } S; variable
[all...]
/titanic_52/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 DEBUGOUT5(S,A,B,C,D,E) global() argument
38 DEBUGOUT6(S,A,B,C,D,E,F) global() argument
40 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument
[all...]
/titanic_52/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 SAVE_STRING(I,S,N) global() argument
[all...]
/titanic_52/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
[all...]
/titanic_52/usr/src/boot/sys/boot/userboot/zfs/
H A DMakefile3 S= ${.CURDIR}/../../zfs macro
/titanic_52/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, argument
139 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument
141 DEBUGOUT(S) global() argument
142 DEBUGOUT1(S,A) global() argument
143 DEBUGOUT2(S,A,B) global() argument
144 DEBUGOUT3(S,A,B,C) global() argument
145 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument
[all...]
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Daccessor.c45 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() macro
[all...]
/titanic_52/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h49 uint32_t S[4][256]; /* S-Boxes */ member
/titanic_52/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c381 uint32_t *S = ksch->ksch_S; blowfish_encrypt_block() local
476 uint32_t *S = ksch->ksch_S; blowfish_decrypt_block() local
621 uint32_t *S = newbie->ksch_S; blowfish_init_keysched() local
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dsignals.c32 #define S(s) ERROR_dictionary(s) macro
[all...]
/titanic_52/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
[all...]
/titanic_52/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_52/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_52/usr/src/lib/libm/common/complex/
H A Dccoshl.c41 long double t, x, y, S, C; in ccoshl() local
H A Dccosh.c83 double t, x, y, S, C; in ccosh() local
H A Dcsinh.c83 double t, x, y, S, C; in csinh() local

1234