Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 1338) sorted by relevance

12345678910>>...54

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmetad_svc_stubs.c106 mdrpc_generic_res *b, in _mdrpc_nullproc_1_svc()
117 mdrpc_hostname_res *b, in _mdrpc_hostname_1_svc()
128 mdrpc_generic_res *b, in _mdrpc_addhosts_1_svc()
139 mdrpc_generic_res *b, in _mdrpc_delhosts_1_svc()
150 mdrpc_generic_res *b, in _mdrpc_createset_1_svc()
161 mdrpc_generic_res *b, in _mdrpc_delset_1_svc()
172 mdrpc_getset_res *b, in _mdrpc_getset_1_svc()
183 mdrpc_bool_res *b, in _mdrpc_setnumbusy_1_svc()
194 mdrpc_bool_res *b, in _mdrpc_setnameok_1_svc()
205 mdrpc_bool_res *b, in _mdrpc_ownset_1_svc()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dbitset.c37 bitset_init(bitset_t *b) in bitset_init()
47 bitset_init_fanout(bitset_t *b, uint_t fanout) in bitset_init_fanout()
58 bitset_fini(bitset_t *b) in bitset_fini()
71 bitset_resize(bitset_t *b, uint_t els) in bitset_resize()
108 bitset_capacity(bitset_t *b) in bitset_capacity()
123 bitset_add(bitset_t *b, uint_t elt) in bitset_add()
135 bitset_atomic_add(bitset_t *b, uint_t elt) in bitset_atomic_add()
148 bitset_atomic_test_and_add(bitset_t *b, uint_t elt) in bitset_atomic_test_and_add()
163 bitset_del(bitset_t *b, uint_t elt) in bitset_del()
175 bitset_atomic_del(bitset_t *b, uint_t elt) in bitset_atomic_del()
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dmallint.h84 #define SIZE(b) ((b)->t_s) argument
85 #define AFTER(b) ((b)->t_p) argument
86 #define PARENT(b) ((b)->t_p) argument
87 #define LEFT(b) ((b)->t_l) argument
88 #define RIGHT(b) ((b)->t_r) argument
89 #define LINKFOR(b) ((b)->t_n) argument
90 #define LINKBAK(b) ((b)->t_p) argument
121 #define SIZE(b) (((b)->t_s).w_i) argument
124 #define PARENT(b) (((b)->t_p).w_p) argument
125 #define LEFT(b) (((b)->t_l).w_p) argument
[all …]
H A Dgetpwnam.c61 nss_XbyY_buf_t *b; in get_pwbuf() local
72 nss_XbyY_buf_t *b = get_pwbuf(); in getpwuid() local
81 nss_XbyY_buf_t *b = get_pwbuf(); in getpwnam() local
90 nss_XbyY_buf_t *b = get_pwbuf(); in getpwent() local
99 nss_XbyY_buf_t *b = get_pwbuf(); in fgetpwent() local
H A Dgetgrnam.c63 nss_XbyY_buf_t *b; in get_grbuf() local
84 nss_XbyY_buf_t *b = get_grbuf(0); in getgrgid() local
103 nss_XbyY_buf_t *b = get_grbuf(0); in getgrnam() local
122 nss_XbyY_buf_t *b = get_grbuf(1); in getgrent() local
131 nss_XbyY_buf_t *b = get_grbuf(1); in fgetgrent() local
H A Dgetspent.c58 nss_XbyY_buf_t *b; in get_spbuf() local
69 nss_XbyY_buf_t *b = get_spbuf(); in getspnam() local
78 nss_XbyY_buf_t *b = get_spbuf(); in getspent() local
87 nss_XbyY_buf_t *b = get_spbuf(); in fgetspent() local
/titanic_41/usr/src/cmd/oawk/
H A Dparse.c65 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
167 NODE *op3(a, b, c, d) NODE *b, *c, *d; in op3() argument
178 NODE *stat2(a, b, c) NODE *b, *c; in stat2() argument
[all …]
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmallint.h92 #define SIZE(b) (((b)->t_s).w_i) argument
93 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01) argument
96 #define PARENT(b) (((b)->t_p).w_p[0]) argument
97 #define LEFT(b) (((b)->t_l).w_p[0]) argument
98 #define RIGHT(b) (((b)->t_r).w_p[0]) argument
101 #define AFTER(b) (((b)->t_p).w_p[0]) argument
104 #define LINKFOR(b) (((b)->t_n).w_p[0]) argument
105 #define LINKBAK(b) (((b)->t_p).w_p[0]) argument
108 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1)) argument
109 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1)) argument
[all …]
/titanic_41/usr/src/cmd/awk/
H A Dparse.c58 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()
157 op4(int a, Node *b, Node *c, Node *d, Node *e) in op4()
[all …]
/titanic_41/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()
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()
49 void rpow(MINT *a, short n, MINT *b) { mp_rpow(a, n, b); } in rpow()
53 int mcmp(MINT *a, MINT *b) { return (mp_mcmp(a, b)); } in mcmp()
/titanic_41/usr/src/uts/common/sys/
H A Dpci_cap.h78 #define PCI_CAP_GET8(h, i, b, o) ((uint8_t) \ argument
80 #define PCI_CAP_GET16(h, i, b, o) ((uint16_t) \ argument
82 #define PCI_CAP_GET32(h, i, b, o) ((uint32_t) \ argument
85 #define PCI_CAP_PUT8(h, i, b, o, d) ((uint8_t) \ argument
87 #define PCI_CAP_PUT16(h, i, b, o, d) ((uint16_t) \ argument
89 #define PCI_CAP_PUT32(h, i, b, o, d) ((uint32_t) \ argument
92 #define PCI_XCAP_GET8(h, i, b, o) ((uint8_t) \ argument
94 #define PCI_XCAP_GET16(h, i, b, o) ((uint16_t) \ argument
96 #define PCI_XCAP_GET32(h, i, b, o) ((uint32_t) \ argument
99 #define PCI_XCAP_PUT8(h, i, b, o, d) ((uint8_t) \ 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
/titanic_41/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_41/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()
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()
222 slist_t *b; in l_alloc_copy() local
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()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dtransition.c49 _ast_strtol(const char* a, char** b, int c) in _ast_strtol()
58 _ast_strtoul(const char* a, char** b, int c) in _ast_strtoul()
67 _ast_strtoll(const char* a, char** b, int c) in _ast_strtoll()
76 _ast_strtoull(const char* a, char** b, int c) in _ast_strtoull()
/titanic_41/usr/src/cmd/svr4pkg/pkgadm/
H A Dpkgadm.h45 #define ci_streq(a, b) (strcasecmp((a), (b)) == 0) argument
46 #define ci_strneq(a, b, c) (strncasecmp((a), (b), (c)) == 0) argument
47 #define streq(a, b) (strcmp((a), (b)) == 0) argument
48 #define strneq(a, b, c) (strncmp((a), (b), (c)) == 0) argument
/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_seq.h22 #define SEQ_LT(a, b) ((int32_t)((a)-(b)) < 0) argument
23 #define SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0) argument
24 #define SEQ_GT(a, b) ((int32_t)((a)-(b)) > 0) argument
25 #define SEQ_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) argument
/titanic_41/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
66 #define PRIV_ISASSERT(a, b) (priv_ismember(a, b)) argument
74 #define PRIV_ISSUBSET(a, b) (priv_issubset(a, b)) argument
79 #define PRIV_INTERSECT(a, b) (priv_intersect(a, b)) argument
89 #define PRIV_UNION(a, b) (priv_union(a, b)) argument
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h171 #define TIME_GE(a, b) ((int32_t)((a) - (b)) >= 0) argument
172 #define TIME_GT(a, b) ((int32_t)((a) - (b)) > 0) argument
173 #define TIME_LT(a, b) ((int32_t)((a) - (b)) < 0) argument
174 #define TIME_LE(a, b) ((int32_t)((a) - (b)) <= 0) argument
180 #define SEQ_GE(a, b) ((int16_t)((a) - (b)) >= (int16_t)0) argument
181 #define SEQ_GT(a, b) ((int16_t)((a) - (b)) > (int16_t)0) argument
182 #define SEQ_LT(a, b) ((int16_t)((a) - (b)) < (int16_t)0) argument
183 #define SEQ_LE(a, b) ((int16_t)((a) - (b)) <= (int16_t)0) argument
/titanic_41/usr/src/lib/libuutil/common/
H A Duu_string.c39 uu_streq(const char *a, const char *b) in uu_streq()
46 uu_strcaseeq(const char *a, const char *b) in uu_strcaseeq()
53 uu_strbw(const char *a, const char *b) in uu_strbw()
/titanic_41/usr/src/uts/common/exec/java/
H A Djava.c72 #define CH(b, n) (((unsigned char *)(b))[n]) argument
73 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8)) argument
74 #define LG(b, n) (SH(b, n) | (SH(b, n+2) << 16)) argument
76 #define LOCNAM(b) (SH(b, 26)) /* filename size */ argument
77 #define LOCEXT(b) (SH(b, 28)) /* extra field size */ argument
80 #define XFHID(b) (SH(b, 0)) /* extract field header id */ argument
81 #define XFDATASIZ(b) (SH(b, 2)) /* extract field data size */ argument
/titanic_41/usr/src/lib/krb5/kadm5/
H A Dadmin_internal.h32 #define ADMIN_LOG(a, b, c) syslog(a, b, c); argument
33 #define ADMIN_LOGO(a, b) syslog(a, b); argument
35 #define ADMIN_LOG(a, b, c) argument
36 #define ADMIN_LOGO(a, b) argument
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregsubexec.c30 #define NEED(p,b,n,r) \ argument
51 #define PUTC(p,b,x,r) \ argument
58 #define PUTS(p,b,x,z,r) \ argument
71 sub(const regex_t* p, register regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch,… in sub()
151 register regsub_t* b; in regsubexec() local
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c86 init_color(short color, short r, short g, short b) in init_color()
122 init_pair(short pair, short f, short b) in init_pair()
161 color_content(short color, short *r, short *g, short *b) in color_content()
182 pair_content(short pair, short *f, short *b) in pair_content()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c95 init_color(short color, short r, short g, short b) in init_color()
123 init_pair(short pair, short f, short b) in init_pair()
154 color_content(short color, short *r, short *g, short *b) in color_content()
172 pair_content(short pair, short *f, short *b) in pair_content()

12345678910>>...54