/titanic_52/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-thread.h | 339 # define k5_os_nothread_mutex_finish_init(M) \ argument 292 k5_mutex_lock_update_stats(M,S) global() argument 294 k5_mutex_unlock_update_stats(M) global() argument 303 krb5int_mutex_report_stats(M) global() argument 334 k5_os_nothread_mutex_finish_init(M) global() argument 342 k5_os_nothread_mutex_destroy(M) global() argument 346 k5_os_nothread_mutex_lock(M) global() argument 349 k5_os_nothread_mutex_unlock(M) global() argument 353 k5_os_nothread_mutex_assert_locked(M) global() argument 357 k5_os_nothread_mutex_assert_unlocked(M) global() argument 394 k5_os_nothread_mutex_assert_locked(M) global() argument 395 k5_os_nothread_mutex_assert_unlocked(M) global() argument 532 k5_pthread_mutex_lock(M) global() argument 550 k5_pthread_assert_locked(M) global() argument 554 k5_pthread_mutex_unlock(M) global() argument 559 k5_pthread_mutex_lock(M) global() argument 562 k5_pthread_mutex_unlock(M) global() argument 631 k5_os_mutex_finish_init(M) global() argument 633 k5_os_mutex_init(M) global() argument 638 k5_os_mutex_destroy(M) global() argument 644 k5_os_mutex_lock(M) global() argument 648 k5_os_mutex_unlock(M) global() argument 654 k5_os_mutex_assert_unlocked(M) global() argument 658 k5_os_mutex_assert_locked(M) global() argument 760 k5_mutex_init(M) global() argument 771 k5_mutex_finish_init(M) global() argument 772 k5_mutex_destroy(M) global() argument 777 k5_mutex_lock(M) global() argument 796 k5_mutex_lock(M) global() argument 798 k5_mutex_unlock(M) global() argument 803 k5_mutex_assert_locked(M) global() argument 804 k5_mutex_assert_unlocked(M) global() argument [all...] |
/titanic_52/usr/src/cmd/isns/isnsd/ |
H A D | isns_dd.h | 52 #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, UI argument [all...] |
/titanic_52/usr/src/uts/common/sys/ |
H A D | mode.h | 50 #define IFTOVT(M) (iftovt_tab[((M) & S_IFMT) >> 12]) argument 52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT)) argument
|
/titanic_52/usr/src/cmd/sendmail/db/lock/ |
H A D | lock_deadlock.c | 27 #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
|
/titanic_52/usr/src/common/mpi/ |
H A D | mpi.h | 342 #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/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 91 DEFINE_FILTER(M) in DEFINE_FILTER() argument 309 GRC3_RESAMPLE(M) GRC3_RESAMPLE() argument [all...] |
/titanic_52/usr/src/uts/common/io/kb8042/ |
H A D | kb8042_keytables.c | 354 #define M(x) (1 << (x)) macro [all...] |
/titanic_52/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | Makefile | 26 M=${MACHINE} macro [all...] |
/titanic_52/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB-sun.c | 158 #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
|
H A D | HBAAPILIB.c | 161 #define GRAB_MUTEX(M) grab_mutex(M) argument 162 #define RELEASE_MUTEX(M) release_mutex(M) argument 163 #define RELEASE_MUTEX_RETURN(M,RET) release_mutex(M); return(RET) argument 169 #define GRAB_MUTEX(M) argument 170 #define RELEASE_MUTEX(M) argument 171 #define RELEASE_MUTEX_RETURN(M,RET) return(RET) argument
|
/titanic_52/usr/src/lib/libm/common/Q/ |
H A D | exp10l.c | 48 #define M 48 macro
|
/titanic_52/usr/src/lib/libuutil/common/ |
H A D | uu_alloc.c | 112 uint_t M, m; in uu_msprintf() local
|
/titanic_52/usr/src/lib/libsqlite/src/ |
H A D | date.c | 68 int Y, M, D; /* Year, month, and day */ member 220 int Y, M, D, A, B, X1, X2; in computeJD() local 266 int Y, M, D, neg; parseYyyyMmDd() local [all...] |
/titanic_52/usr/src/cmd/abi/spectrans/parser/ |
H A D | extends.c | 54 Meta_info M; in do_extends() local [all...] |
/titanic_52/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 482 #define MARK(F, M) (((F)->mark |= M), (F)->level = our_tag) argument 487 #define CHECK(F, M) (((F)->mark & M) && (F)->level == our_tag) argument
|
/titanic_52/usr/src/cmd/bnu/ |
H A D | uusched.c | 41 } M[UUSTAT_TBL+2]; variable [all...] |
/titanic_52/usr/src/common/crypto/ecc/ |
H A D | ecp_jm.c | 69 mp_int *t0, *t1, *M, *S; in ec_GFp_pt_dbl_jm() local [all...] |
H A D | ecp_jac.c | 246 mp_int t0, t1, M, S; in ec_GFp_pt_dbl_jac() local [all...] |
/titanic_52/usr/src/cmd/sendmail/db/include/ |
H A D | lock.h | 181 #define LOCK_HEADER_SIZE(M) \ argument 190 #define LOCK_REGION_SIZE(M, N, H) \ argument
|
/titanic_52/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | options.c | 92 M = 0, /* do mount */ variable
|
/titanic_52/usr/src/cmd/krb5/kadmin/ktutil/ |
H A D | ktutil_funcs.c | 525 #define M(X) (((X) + offset) % 256) macro
|
/titanic_52/usr/src/lib/libpkg/common/ |
H A D | pkgstr.c | 862 static char *M = " KMGTPE"; /* Measurement: */ in pkgstrScaleNumericString() local
|
/titanic_52/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 454 xlator_end_if(const Meta_info M, const char *value) in xlator_end_if() argument
|
/titanic_52/usr/src/common/exacct/ |
H A D | exacct_core.c | 225 #define EM_MATCH(v, m, M) ((m & M) == 0 || (v & M) == (m & M)) in ea_match_object_catalog() argument
|
/titanic_52/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 162 #define MODE_CHECK(O, M, PERM, C, I) \ argument
|