Home
last modified time | relevance | path

Searched defs:O (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h325 #define LOG_OP(C, T, O, K, A, F) { \ argument
337 #define DEBUG_LREAD(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
339 #define DEBUG_LREAD(C, T, O, K, A, F) argument
342 #define DEBUG_LWRITE(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
344 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
347 #define DEBUG_LREAD(C, T, O, K, A, F) argument
348 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h91 #define PCFHASH(FSP, BN, O) 0 argument
94 #define PCFHASH(FSP, BN, O) (((unsigned)FSP + BN + O) % NPCHASH) argument
H A Dufs_acl.h162 #define MODE_CHECK(O, M, PERM, C, I) \ argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-min-size.c13 enum o { O = 1ULL }; enumerator
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionInside.d57 union Outer O; member
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_INCOMPLETE.order2.d59 struct Outer O; member
H A Dtst.StructInside.d58 struct Outer O; member
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c101 #define OPT_NEEDS_VALUE(O) ((O) == OPT_TIMEOUT) argument
129 #define _OPT_TO_BIT(O) (1 << (O)) argument
130 #define OPTSET_SET_VAL(S, O, V) ((S).bits |= _OPT_TO_BIT(O), \ argument
132 #define OPTSET_TEST(S, O) (((S).bits & _OPT_TO_BIT(O)) != 0) argument
133 #define OPTSET_VAL(S, O) ((S).val[(O)]) argument
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dkdefs.h54 #define O 0x6c /* o 'l' */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c413 hrtime_t *O, hrtime_t *R, hrtime_t *newO) in sysdc_update_times()
541 hrtime_t O, R; in sysdc_compute_pri() local
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h103 #define REFERENCE(P, T, O) (((T *)((u_int8_t *)(P) + O))[0]) argument
H A Dhash.h167 #define OADDR_OF(S,O) ((u_int32_t)((u_int32_t)(S) << SPLITSHIFT) + (O)) argument
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h165 #define PGNO_OF(I, S, O) (BUCKET_TO_PAGE((I), (1 << (S)) - 1) + (O)) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h405 # define k5_os_nothread_once(O,F) \ argument
511 # define k5_once(O,F) (K5_PTHREADS_LOADED \ argument
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c137 O, /* for call */ enumerator
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h886 #define DNSOpt_Data_Space(O) ( \ argument