Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h339 # define k5_os_nothread_mutex_init(M) \ argument
532 # define k5_pthread_mutex_lock(M) \ argument
554 # define k5_pthread_mutex_unlock(M) \ argument
631 # define k5_os_mutex_finish_init(M) \ argument
633 # define k5_os_mutex_init(M) \ argument
638 # define k5_os_mutex_destroy(M) \ argument
644 # define k5_os_mutex_lock(M) \ argument
648 # define k5_os_mutex_unlock(M) \ argument
772 #define k5_mutex_destroy(M) \ argument
777 #define k5_mutex_lock(M) \ argument
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_dd.h52 #define SIZEOF_X_UNIT(M) (((M)->x + MATRIX_X_HEADER) * sizeof (bmp_t)) argument
53 #define MATRIX_X_UNIT(M, N) &(M)->m[(N) * ((M)->x + MATRIX_X_HEADER)] argument
55 #define NUM_OF_MEMBER(M) ((M)->x * sizeof (bmp_t) * 8) argument
56 #define UID2MID(M, UID) get_mid(M, UID) argument
57 #define NEW_MID(M, UID) new_mid(M, UID) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dmode.h50 #define IFTOVT(M) (iftovt_tab[((M) & S_IFMT) >> 12]) argument
52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT)) argument
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c27 #define ISSET_MAP(M, N) (M[(N) / 32] & (1 << (N) % 32)) argument
29 #define CLEAR_MAP(M, N) { \ argument
35 #define SET_MAP(M, B) (M[(B) / 32] |= (1 << ((B) % 32))) argument
36 #define CLR_MAP(M, B) (M[(B) / 32] &= ~(1 << ((B) % 32))) argument
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cmac/
H A Daes_cmac.h44 uint8_t M[64] = { variable
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dand-or-mask3s.c3 #define M (W << S) macro
H A Dand-or-mask3u.c3 #define M (W << S) macro
H A Dand-or-mask4.c3 #define M (W << S) macro
/illumos-gate/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
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c158 #define GRAB_MUTEX(M) grab_mutex(M) argument
159 #define RELEASE_MUTEX(M) release_mutex(M) argument
160 #define RELEASE_MUTEX_RETURN(M,RET) release_mutex(M); return(RET) argument
166 #define GRAB_MUTEX(M) argument
167 #define RELEASE_MUTEX(M) argument
168 #define RELEASE_MUTEX_RETURN(M,RET) return(RET) argument
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c91 DEFINE_FILTER(M) in DEFINE_FILTER() argument
309 GRC3_RESAMPLE(M) in GRC3_RESAMPLE() argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-min-size.c8 enum m { M = 1UL }; enumerator
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042_keytables.c352 #define M(x) (1 << (x)) macro
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexp10l.c48 #define M 48 macro
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpredef.c12 #define TEST_MAX(X, M) if (__ ## X ## _MAX__ != M) return 1 in test() argument
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_alloc.c112 uint_t M, m; in uu_msprintf() local
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c65 int Y, M, D; /* Year, month, and day */ member
217 int Y, M, D, A, B, X1, X2; in computeJD() local
263 int Y, M, D, neg; in parseYyyyMmDd() local
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c481 #define MARK(F, M) (((F)->mark |= M), (F)->level = our_tag) argument
486 #define CHECK(F, M) (((F)->mark & M) && (F)->level == our_tag) argument
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c52 Meta_info M; in do_extends() local
/illumos-gate/usr/src/cmd/bnu/
H A Duusched.c38 } M[UUSTAT_TBL+2]; variable
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h181 #define LOCK_HEADER_SIZE(M) \ argument
190 #define LOCK_REGION_SIZE(M, N, H) \ argument
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jm.c67 mp_int *t0, *t1, *M, *S; in ec_GFp_pt_dbl_jm() local
H A Decp_jac.c244 mp_int t0, t1, M, S; in ec_GFp_pt_dbl_jac() local
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c92 M = 0, /* do mount */ variable
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c522 #define M(X) (((X) + offset) % 256) macro

12