Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 1478) sorted by relevance

12345678910>>...60

/titanic_44/usr/src/uts/common/c2/
H A Daudit_event.c738 struct a { in aus_exit() struct
739 long rval; in aus_exit()
754 struct a { in aus_acct() struct
755 long fname; /* char * */ in aus_acct()
772 struct a { in aus_chown() struct
773 long fname; /* char * */ in aus_chown()
774 long uid; in aus_chown()
775 long gid; in aus_chown()
796 struct a { in aus_fchown() struct
797 long fd; in aus_fchown()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dmachelf.h151 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */ argument
152 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */ argument
153 #define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */ argument
154 #define EC_WORD(a) ((Elf64_Word)(a)) /* "u" */ argument
155 #define EC_SWORD(a) ((Elf64_Sword)(a)) /* "d" */ argument
156 #define EC_XWORD(a) ((Elf64_Xword)(a)) /* "ull" */ argument
157 #define EC_SXWORD(a) ((Elf64_Sxword)(a)) /* "ll" */ argument
158 #define EC_LWORD(a) ((Elf64_Lword)(a)) /* "ull" */ argument
166 #define EC_NATPTR(a) ((Elf64_Xword)(uintptr_t)(a)) /* "ull" */ argument
168 #define EC_ADDR(a) ((u_longlong_t)(a)) argument
[all …]
H A Dpriv_impl.h104 #define __PRIV_ASSERT(a, b) ((a)->pbits[privword(b)] |= privmask(b)) argument
105 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] &= ~privmask(b)) argument
106 #define __PRIV_ISASSERT(a, b) ((a)->pbits[privword(b)] & privmask(b)) argument
109 #define PRIV_CLEAR(a, b) priv_delset((a), (b)) argument
110 #define PRIV_ASSERT(a, b) priv_addset((a), (b)) argument
111 #define PRIV_ISASSERT(a, b) priv_ismember((a), (b)) argument
113 #define PRIV_CLEAR(a, b) __PRIV_CLEAR((a), (b)) argument
114 #define PRIV_ASSERT(a, b) __PRIV_ASSERT((a), (b)) argument
115 #define PRIV_ISASSERT(a, b) __PRIV_ISASSERT((a), (b)) argument
H A Dpctypes.h56 #define leshort(a) ((((a) & 0xFF) << 8) | (((a) >> 8) & 0xFF)) argument
57 #define lelong(a) (leshort((a) >> 16) | (leshort(a) << 16)) argument
59 #define leshort(a) (a) argument
60 #define lelong(a) (a) argument
/titanic_44/usr/src/lib/libmp/common/
H A Dold_mp.c29 void gcd(MINT *a, MINT *b, MINT *c) { mp_gcd(a, b, c); } in gcd()
31 void madd(MINT *a, MINT *b, MINT *c) { mp_madd(a, b, c); } in madd()
33 void msub(MINT *a, MINT *b, MINT *c) { mp_msub(a, b, c); } in msub()
35 void mdiv(MINT *a, MINT *b, MINT *q, MINT *r) { mp_mdiv(a, b, q, r); } in mdiv()
37 void sdiv(MINT *a, short n, MINT *q, short *r) { mp_sdiv(a, n, q, r); } in sdiv()
39 int min(MINT *a) { return (mp_min(a)); } in min()
41 void mout(MINT *a) { mp_mout(a); } in mout()
43 int msqrt(MINT *a, MINT *b, MINT *r) { return (mp_msqrt(a, b, r)); } in msqrt()
45 void mult(MINT *a, MINT *b, MINT *c) { mp_mult(a, b, c); } in mult()
47 void pow(MINT *a, MINT *b, MINT *c, MINT *d) { mp_pow(a, b, c, d); } in pow()
[all …]
H A Dmout.c29 m_in(MINT *a, short b, FILE *f) in m_in()
76 m_out(MINT *a, short b, FILE *f) in m_out()
122 mp_sdiv(MINT *a, short n, MINT *q, short *r) in mp_sdiv()
146 s_div(MINT *a, short n, MINT *q, short *r) in s_div()
173 mp_min(MINT *a) in mp_min()
179 mp_omin(MINT *a) in mp_omin()
185 mp_mout(MINT *a) in mp_mout()
191 mp_omout(MINT *a) in mp_omout()
197 mp_fmout(MINT *a, FILE *f) in mp_fmout()
203 mp_fmin(MINT *a, FILE *f) in mp_fmin()
/titanic_44/usr/src/uts/common/sys/tsol/
H A Dpriv.h49 #define PRIV_ASSERT(a, b) (priv_addset(a, b)) argument
54 #define PRIV_CLEAR(a, b) (priv_delset(a, b)) argument
59 #define PRIV_EQUAL(a, b) (priv_isequalset(a, b)) argument
60 #define PRIV_EMPTY(a) (priv_emptyset(a)) argument
61 #define PRIV_FILL(a) (priv_fillset(a)) argument
66 #define PRIV_ISASSERT(a, b) (priv_ismember(a, b)) argument
67 #define PRIV_ISEMPTY(a) (priv_isemptyset(a)) argument
68 #define PRIV_ISFULL(a) (priv_isfullset(a)) argument
74 #define PRIV_ISSUBSET(a, b) (priv_issubset(a, b)) argument
79 #define PRIV_INTERSECT(a, b) (priv_intersect(a, b)) argument
[all …]
/titanic_44/usr/src/cmd/oawk/
H A Dparse.c44 NODE *exptostat(a) NODE *a; in exptostat() argument
53 NODE *node0(a) in node0() argument
65 NODE *node1(a, b) NODE *b; in node1() argument
78 NODE *node2(a, b, c) NODE *b, *c; in node2() argument
92 NODE *node3(a, b, c, d) NODE *b, *c, *d; in node3() argument
107 NODE *node4(a, b, c, d, e) NODE *b, *c, *d, *e; in node4() argument
123 NODE *stat3(a, b, c, d) NODE *b, *c, *d; in stat3() argument
134 NODE *op2(a, b, c) NODE *b, *c; in op2() argument
145 NODE *op1(a, b) NODE *b; in op1() argument
156 NODE *stat1(a, b) NODE *b; in stat1() argument
[all …]
H A Drun.c30 #define tempfree(a) {if (istemp(a)) {xfree(a->sval); a->tval = 0; }} argument
80 run(NODE *a) in run()
97 NODE *a; in execute() local
125 program(NODE **a, int n) in program()
171 array(NODE **a, int n) in array()
186 arrayel(NODE *a, CELL *b) in arrayel()
208 matchop(NODE **a, int n) in matchop()
228 boolop(NODE **a, int n) in boolop()
267 relop(NODE **a, int n) in relop()
341 indirect(NODE **a, int n) in indirect()
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeData.c32 f_a(char *a) in f_a()
37 f_b(char *a) in f_b()
42 f_c(char *a) in f_c()
47 f_d(char *a) in f_d()
52 f_e(char *a) in f_e()
57 fN(f func, char *a, int i) in fN()
63 fN2(f func, char *a, int i) in fN2()
75 char a[] = {(char)-7, (char)201, (char)0, (char)0, (char)28, (char)1}; in main() local
/titanic_44/usr/src/cmd/awk/
H A Dparse.c51 exptostat(Node *a) in exptostat()
58 node1(int a, Node *b) in node1()
69 node2(int a, Node *b, Node *c) in node2()
81 node3(int a, Node *b, Node *c, Node *d) in node3()
94 node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
107 stat3(int a, Node *b, Node *c, Node *d) in stat3()
117 op2(int a, Node *b, Node *c) in op2()
127 op1(int a, Node *b) in op1()
137 stat1(int a, Node *b) in stat1()
147 op3(int a, Node *b, Node *c, Node *d) in op3()
[all …]
H A Drun.c81 run(Node *a) in run()
92 register Node *a; in r_execute() local
128 program(Node **a, int n) in program()
182 call(Node **a, int n) in call()
306 arg(Node **a, int nnn) in arg()
320 jump(Node **a, int n) in jump()
361 getaline(Node **a, int n) in getaline()
414 getnf(Node **a, int n) in getnf()
423 array(Node **a, int n) in array()
469 delete(Node **a, int n) in delete()
[all …]
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_listutils.c66 lists_are_different(const slist_t *a, const slist_t *b) in lists_are_different()
99 list_has_addr(const slist_t *a, const in6_addr_t *addr) in list_has_addr()
122 l_intersection(const slist_t *a, const slist_t *b, slist_t *target) in l_intersection()
152 l_difference(const slist_t *a, const slist_t *b, slist_t *target) in l_difference()
193 l_remove(slist_t *a, const in6_addr_t *addr) in l_remove()
220 l_alloc_copy(const slist_t *a) in l_alloc_copy()
241 l_copy(const slist_t *a, slist_t *b) in l_copy()
268 l_union_in_a(slist_t *a, const slist_t *b, boolean_t *overflow) in l_union_in_a()
309 l_intersection_in_a(slist_t *a, const slist_t *b) in l_intersection_in_a()
349 l_difference_in_a(slist_t *a, const slist_t *b) in l_difference_in_a()
[all …]
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h51 #define M_32_SWAP(a) { \ argument
59 #define P_32_COPY(a, b) { \ argument
65 #define P_32_SWAP(a) { \ argument
80 #define M_16_SWAP(a) { \ argument
86 #define P_16_COPY(a, b) { \ argument
90 #define P_16_SWAP(a) { \ argument
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h73 #define free(a) my_free(a, __FILE__, __LINE__) argument
74 #define malloc(a) my_malloc(a, __FILE__, __LINE__) argument
75 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__) argument
76 #define strdup(a) my_strdup(a, __FILE__, __LINE__) argument
87 #define netdir_getbyname(t, s, a) \ argument
89 #define netdir_free(a, t) my_netdir_free(a, t, __FILE__, __LINE__) argument
91 #define getipnodebyname(n, a, f, e) \ argument
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharray.c36 char ***a, in ldap_charray_add()
72 char ***a, in ldap_charray_merge()
105 char **a; in ldap_charray_free() local
122 char **a, in ldap_charray_inlist()
145 ldap_charray_dup( char **a ) in ldap_charray_dup()
221 ldap_charray_position( char **a, char *s ) in ldap_charray_position()
/titanic_44/usr/src/cmd/luxadm/
H A Dx86_adm.c104 int adm_display_config(char **a) { in adm_display_config()
110 void adm_download(char **a, char *b) { in adm_download()
115 void up_encl_name(char **a, int b) { in up_encl_name()
196 int adm_inquiry(char **a) { in adm_inquiry()
212 void adm_led(char **a, int b) { in adm_led()
217 void up_password(char **a) { in up_password()
234 int adm_start(char **a) { in adm_start()
240 int adm_stop(char **a) { in adm_stop()
246 int adm_power_off(char **a, int b) { in adm_power_off()
440 int adm_port_offline_online(char **a, int b) { in adm_port_offline_online()
[all …]
/titanic_44/usr/src/common/crypto/ecc/
H A Decl_gf.c217 ec_GFp_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add()
234 ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_neg()
247 ec_GFp_sub(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub()
272 ec_GFp_add_3(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_3()
355 ec_GFp_add_4(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_4()
449 ec_GFp_add_5(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_5()
526 ec_GFp_add_6(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_6()
617 ec_GFp_sub_3(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_3()
701 ec_GFp_sub_4(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_4()
794 ec_GFp_sub_5(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_5()
[all …]
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h206 #define ACPI_DIV_2(a) _ACPI_DIV(a, 1) argument
207 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) argument
208 #define ACPI_MOD_2(a) _ACPI_MOD(a, 2) argument
210 #define ACPI_DIV_4(a) _ACPI_DIV(a, 2) argument
211 #define ACPI_MUL_4(a) _ACPI_MUL(a, 2) argument
212 #define ACPI_MOD_4(a) _ACPI_MOD(a, 4) argument
214 #define ACPI_DIV_8(a) _ACPI_DIV(a, 3) argument
215 #define ACPI_MUL_8(a) _ACPI_MUL(a, 3) argument
216 #define ACPI_MOD_8(a) _ACPI_MOD(a, 8) argument
218 #define ACPI_DIV_16(a) _ACPI_DIV(a, 4) argument
[all …]
/titanic_44/usr/src/lib/libshell/common/data/
H A Doptions.c27 # define bashopt(a,b) a, b|SH_BASHOPT, argument
28 # define bashextra(a,b) a, b|SH_BASHEXTRA, argument
30 # define bashopt(a,b) argument
31 # define bashextra(a,b) argument
/titanic_44/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c45 ap_getncm(apd_t *a, sbd_comp_type_t type, int *ncm) in ap_getncm()
78 ap_stat(apd_t *a, int all) in ap_stat()
225 apd_init(apd_t *a, int all) in apd_init()
323 apd_free(apd_t *a) in apd_free()
348 apd_t *a; in apd_alloc() local
398 ap_init(apd_t *a, cfga_list_data_t *ap) in ap_init()
455 ap_suspend_query(apd_t *a, int cmd, int *check) in ap_suspend_query()
490 ap_platopts_check(apd_t *a, int first, int last) in ap_platopts_check()
528 ap_ioctl(apd_t *a, int cmd) in ap_ioctl()
646 ap_sys_err(apd_t *a, char **rp) in ap_sys_err()
[all …]
/titanic_44/usr/src/common/mpi/
H A Dmplogic.c85 mp_err mpl_rsh(const mp_int *a, mp_int *b, mp_digit d) in mpl_rsh()
104 mp_err mpl_lsh(const mp_int *a, mp_int *b, mp_digit d) in mpl_lsh()
126 mp_err mpl_set_bit(mp_int *a, mp_size bitNum, mp_size value) in mpl_set_bit()
156 mp_err mpl_get_bit(const mp_int *a, mp_size bitNum) in mpl_get_bit()
181 mp_err mpl_get_bits(const mp_int *a, mp_size lsbNum, mp_size numBits) in mpl_get_bits()
205 mp_err mpl_significant_bits(const mp_int *a) in mpl_significant_bits()
H A Dmpi.c429 mp_err mp_add_d(const mp_int *a, mp_digit d, mp_int *b) in mp_add_d()
473 mp_err mp_sub_d(const mp_int *a, mp_digit d, mp_int *b) in mp_sub_d()
518 mp_err mp_mul_d(const mp_int *a, mp_digit d, mp_int *b) in mp_mul_d()
542 mp_err mp_mul_2(const mp_int *a, mp_int *c) in mp_mul_2()
567 mp_err mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r) in mp_div_d()
626 mp_err mp_div_2(const mp_int *a, mp_int *c) in mp_div_2()
645 mp_err mp_expt_d(const mp_int *a, mp_digit d, mp_int *c) in mp_expt_d()
697 mp_err mp_abs(const mp_int *a, mp_int *b) in mp_abs()
722 mp_err mp_neg(const mp_int *a, mp_int *b) in mp_neg()
750 mp_err mp_add(const mp_int *a, const mp_int *b, mp_int *c) in mp_add()
[all …]
/titanic_44/usr/src/lib/libresolv2/include/
H A Dport_after.h211 #define IN6_ARE_ADDR_EQUAL(a,b) \ argument
216 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument
222 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
227 #define IN6_IS_ADDR_V4MAPPED(a) \ argument
237 #define IN6_IS_ADDR_SITELOCAL(a) \ argument
242 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument
247 #define IN6_IS_ADDR_MULTICAST(a) ((a)->s6_addr[0] == 0xff) argument
251 #define __IPV6_ADDR_MC_SCOPE(a) ((a)->s6_addr[1] & 0x0f) argument
262 #define IN6_IS_ADDR_MC_SITELOCAL(a) \ argument
268 #define IN6_IS_ADDR_MC_ORGLOCAL(a) \ argument
/titanic_44/usr/src/common/bignum/i386/
H A Dbignum_i386.c92 big_mul_set_vec_init(uint32_t *r, uint32_t *a, int len, uint32_t digit) in big_mul_set_vec_init()
99 big_mul_add_vec_init(uint32_t *r, uint32_t *a, int len, uint32_t digit) in big_mul_add_vec_init()
106 big_mul_vec_init(uint32_t *r, uint32_t *a, int alen, uint32_t *b, int blen) in big_mul_vec_init()
113 big_sqr_vec_init(uint32_t *r, uint32_t *a, int alen) in big_sqr_vec_init()
136 big_mul_vec_umul(uint32_t *r, uint32_t *a, int alen, uint32_t *b, int blen) in big_mul_vec_umul()
146 big_sqr_vec_umul(uint32_t *r, uint32_t *a, int alen) in big_sqr_vec_umul()

12345678910>>...60