Home
last modified time | relevance | path

Searched defs:a (Results 251 – 275 of 1968) sorted by relevance

1...<<11121314151617181920>>...79

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java54 Aggregate a; in main() local
92 Aggregate a = consumer.getAggregate(); in main() local
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-ast4.c54 register Ast4_t* a = (Ast4_t*)p; in ast4_init() local
83 register Ast4_sum_t* a = &((Ast4_t*)p)->cur; in ast4_block() local
102 register Ast4_sum_t* a; in ast4_print() local
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c27 #define EQ(a, b) ((strcmp(a, b) == 0)) argument
121 char *a; in e3() local
230 tio(char *a, int f) in tio()
/illumos-gate/usr/src/lib/libc/inc/
H A Dpriv_private.h71 #define PRIV_ADDSET(a, p) ((priv_chunk_t *)(a))[privword(p)] |= \ argument
73 #define PRIV_DELSET(a, p) ((priv_chunk_t *)(a))[privword(p)] &= \ argument
75 #define PRIV_ISMEMBER(a, p) ((((priv_chunk_t *)(a))[privword(p)] & \ argument
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dbig-struct-ret-and-spill.c20 long a; member
26 test(long a, long b, long c, long d, long e, long f, long g, long h) in test()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dnoderef.c4 int a; member
9 int a[2]; member
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent6.c45 getbyname(be, a) in getbyname() argument
66 getbyaddr(be, a) in getbyaddr() argument
H A Dgetprotoent.c35 getbyname(be, a) in getbyname() argument
67 getbynumber(be, a) in getbynumber() argument
H A Dgetrpcent.c35 getbyname(be, a) in getbyname() argument
68 getbynumber(be, a) in getbynumber() argument
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h74 #define max(a, b) ((a) > (b)? (a): (b)) argument
75 #define min(a, b) ((a) < (b)? (a): (b)) argument
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c134 struct addrs *a, *prev_addr; in nfs_cast() local
510 struct addrs *a; local
627 static int host_sm(const void *a, const void *b) in host_sm()
633 static int time_sm(const void *a, const void *b) in time_sm()
671 struct addrs *a, *tmpa = NULL; local
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h93 #define IXGBE_WRITE_FLUSH(a) (void) IXGBE_READ_REG(a, IXGBE_STATUS) argument
95 #define IXGBE_WRITE_REG(a, reg, value) \ argument
99 #define IXGBE_WRITE_REG_ARRAY(a, reg, index, value) \ argument
102 #define IXGBE_READ_REG(a, reg) \ argument
106 #define IXGBE_READ_REG_ARRAY(a, reg, index) \ argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h84 #define ARRSIZE(a) (sizeof(a)/sizeof((a)[0])) argument
140 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
148 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
179 #define FAST_PATH_MODULO(a,b,n) \ argument
/illumos-gate/usr/src/cmd/rmformat/
H A Drmformat.h58 #define DPRINTF1(str, a) (void) printf(str, a) argument
59 #define DPRINTF2(str, a, b) (void) printf(str, a, b) argument
60 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c) argument
61 #define DPRINTF4(str, a, b, c, d) (void) printf(str, a, b, c, d) argument
/illumos-gate/usr/src/lib/libmp/common/
H A Dpow.c29 mp_pow(MINT *a, MINT *b, MINT *c, MINT *d) in mp_pow()
62 mp_rpow(MINT *a, short n, MINT *b) in mp_rpow()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c45 waiting(volatile int *a) in waiting()
61 volatile int a = 0; in dotest() local
/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c25 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
26 #define max(a, b) ((a) > (b) ? (a) : (b)) argument
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.h82 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
83 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c44 uint64_t a = (u ^ v) * mul; in cityhash_helper() local
56 uint64_t a = w1 * HASH_K1; in cityhash4() local
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dclock.h77 #define sm_setevent(t, f, a) sm_seteventm((int)((t) * 1000), (f), (a)) argument
78 #define sm_sigsafe_setevent(t, f, a) sm_sigsafe_seteventm((int)((t) * 1000), (f), (a)) argument
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgethostent.c39 getbyname(be, a) in getbyname() argument
78 getbyaddr(be, a) in getbyaddr() argument
H A Dgethostent6.c40 getbyname(be, a) in getbyname() argument
80 getbyaddr(be, a) in getbyaddr() argument
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c153 ap_capinfo(apd_t *a, int firstcm, int lastcm, cap_info_t **capinfo) in ap_capinfo()
254 ap_rcm_init(apd_t *a) in ap_rcm_init()
469 ap_rcm_fini(apd_t *a) in ap_rcm_fini()
498 ap_rcm_rlist(apd_t *a, int firstcm, int lastcm, char ***rlist, int cmd) in ap_rcm_rlist()
645 ap_rcm_cap_cpu(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, in ap_rcm_cap_cpu()
807 ap_rcm_cap_mem(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, in ap_rcm_cap_mem()
881 ap_rcm_request_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, in ap_rcm_request_cap()
938 ap_rcm_add_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, in ap_rcm_add_cap()
1037 ap_rcm_notify_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, in ap_rcm_notify_cap()
1150 ap_rcm_ctl(apd_t *a, int cmd) in ap_rcm_ctl()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Durw.c181 urw(proc_t *p, int writing, void *buf, size_t len, uintptr_t a) in urw()
314 uread(proc_t *p, void *buf, size_t len, uintptr_t a) in uread()
320 uwrite(proc_t *p, void *buf, size_t len, uintptr_t a) in uwrite()
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.h84 #define LOG(lvl, a...) \ argument
90 #define LOG_OPT(lvl, opt, a...) \ argument
96 #define ERRMSG(a...) (void) fprintf(stderr, a) argument

1...<<11121314151617181920>>...79