Searched refs:cl (Results 1 - 25 of 621) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lookup.c90 seq_get_num_entries_db(struct _citrus_lookup *cl) argument
92 return cl->cl_dbnum;
96 seq_next_db(struct _citrus_lookup *cl, argument
100 if (cl->cl_key) {
102 _region_init(key, cl->cl_key, cl->cl_keylen);
103 return _db_lookup_by_s(cl->cl_db, cl->cl_key, data,
104 &cl->cl_dblocator);
107 if (cl
118 seq_lookup_db(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
132 seq_close_db(struct _citrus_lookup *cl) argument
139 seq_open_db(struct _citrus_lookup *cl, const char *name) argument
171 seq_next_plain(struct _citrus_lookup *cl, struct _region *key, struct _region *data) argument
211 seq_get_num_entries_plain(struct _citrus_lookup *cl) argument
223 seq_lookup_plain(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
246 seq_close_plain(struct _citrus_lookup *cl) argument
252 seq_open_plain(struct _citrus_lookup *cl, const char *name) argument
275 struct _citrus_lookup *cl; local
296 _citrus_lookup_seq_rewind(struct _citrus_lookup *cl) argument
305 _citrus_lookup_seq_next(struct _citrus_lookup *cl, struct _region *key, struct _region *data) argument
312 _citrus_lookup_seq_lookup(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
319 _citrus_lookup_get_number_of_entries(struct _citrus_lookup *cl) argument
325 _citrus_lookup_seq_close(struct _citrus_lookup *cl) argument
337 struct _citrus_lookup *cl; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/sboot/
H A Dclock.c104 struct clockreg *cl = clockreg; local
107 cl->cl_csr |= CLK_READ; /* enable read (stop time) */
108 sec = cl->cl_sec;
109 min = cl->cl_min;
110 hour = cl->cl_hour;
111 day = cl->cl_mday;
112 mon = cl->cl_month;
113 year = cl->cl_year;
114 cl->cl_csr &= ~CLK_READ; /* time wears on */
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_hfsc.c168 #define is_a_parent_class(cl) ((cl)->cl_children != NULL)
245 struct hfsc_class *cl, *parent; local
276 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,
278 if (cl == NULL)
288 struct hfsc_class *cl; local
293 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
296 return (hfsc_class_destroy(cl));
303 struct hfsc_class *cl; local
310 if ((cl
332 struct hfsc_class *cl; local
374 struct hfsc_class *cl; local
388 struct hfsc_class *cl, *p; local
565 hfsc_class_destroy(struct hfsc_class *cl) argument
647 hfsc_nextclass(struct hfsc_class *cl) argument
672 struct hfsc_class *cl; local
733 struct hfsc_class *cl; local
830 hfsc_addq(struct hfsc_class *cl, struct mbuf *m) argument
856 hfsc_getq(struct hfsc_class *cl) argument
870 hfsc_pollq(struct hfsc_class *cl) argument
876 hfsc_purgeq(struct hfsc_class *cl) argument
896 set_active(struct hfsc_class *cl, int len) argument
907 set_passive(struct hfsc_class *cl) argument
919 init_ed(struct hfsc_class *cl, int next_len) argument
947 update_ed(struct hfsc_class *cl, int next_len) argument
956 update_d(struct hfsc_class *cl, int next_len) argument
962 init_vf(struct hfsc_class *cl, int len) argument
1053 update_vf(struct hfsc_class *cl, int len, u_int64_t cur_time) argument
1138 update_cfmin(struct hfsc_class *cl) argument
1185 ellist_insert(struct hfsc_class *cl) argument
1207 ellist_remove(struct hfsc_class *cl) argument
1215 ellist_update(struct hfsc_class *cl) argument
1255 struct hfsc_class *p, *cl = NULL; local
1287 actlist_insert(struct hfsc_class *cl) argument
1308 actlist_remove(struct hfsc_class *cl) argument
1314 actlist_update(struct hfsc_class *cl) argument
1351 actlist_firstfit(struct hfsc_class *cl, u_int64_t cur_time) argument
1609 get_class_stats(struct hfsc_classstats *sp, struct hfsc_class *cl) argument
1687 struct hfsc_class *cl; local
1758 hfsc_class_modify(struct hfsc_class *cl, struct service_curve *rsc, struct service_curve *fsc, struct service_curve *usc) argument
2045 struct hfsc_class *cl, *parent; local
2078 struct hfsc_class *cl; local
2093 struct hfsc_class *cl; local
2118 struct hfsc_class *cl; local
2153 struct hfsc_class *cl; local
[all...]
H A Daltq_rmclass.c200 struct rm_class *cl; local
223 cl = malloc(sizeof(struct rm_class), M_DEVBUF, M_WAITOK|M_ZERO);
224 if (cl == NULL)
226 CALLOUT_INIT(&cl->callout_);
228 cl->q_ = malloc(sizeof(class_queue_t), M_DEVBUF, M_WAITOK|M_ZERO);
229 if (cl->q_ == NULL) {
230 free(cl, M_DEVBUF);
237 cl->children_ = NULL;
238 cl->parent_ = parent;
239 cl
348 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) argument
409 struct rm_class *cl, *clh; local
461 rmc_depth_compute(struct rm_class *cl) argument
487 rmc_depth_recompute(rm_class_t *cl) argument
542 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) argument
747 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) argument
841 rmc_satisfied(struct rm_class *cl, struct timeval *now) argument
874 rmc_under_limit(struct rm_class *cl, struct timeval *now) argument
958 struct rm_class *cl = NULL, *first = NULL; local
1116 struct rm_class *cl, *first = NULL; local
1254 rm_class_t *cl, *borrowed; local
1429 rmc_drop_action(struct rm_class *cl) argument
1440 rmc_dropall(struct rm_class *cl) argument
1479 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1557 rmc_restart(struct rm_class *cl) argument
1584 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
1597 _rmc_addq(rm_class_t *cl, mbuf_t *m) argument
1617 _rmc_dropq(rm_class_t *cl) argument
1626 _rmc_getq(rm_class_t *cl) argument
1640 _rmc_pollq(rm_class_t *cl) argument
[all...]
H A Daltq_jobs.c216 struct jobs_class *cl; local
224 if ((cl = jif->jif_classes[pri]) != NULL)
225 jobs_class_destroy(cl);
247 struct jobs_class *cl; local
251 if ((cl = jif->jif_classes[pri]) != NULL && !qempty(cl->cl_q))
252 jobs_purgeq(cl);
262 struct jobs_class *cl, *scan1, *scan2; local
269 if ((cl = jif->jif_classes[pri]) != NULL) {
272 if (!qempty(cl
457 jobs_class_destroy(struct jobs_class *cl) argument
497 struct jobs_class *cl, *scan; local
659 struct jobs_class *cl; local
773 jobs_addq(struct jobs_class *cl, struct mbuf *m, struct jobs_if *jif) argument
921 jobs_getq(struct jobs_class *cl) argument
927 jobs_pollq(struct jobs_class *cl) argument
933 jobs_purgeq(struct jobs_class *cl) argument
968 tslist_destroy(struct jobs_class *cl) argument
977 tslist_enqueue(struct jobs_class *cl, u_int64_t arv) argument
990 tslist_dequeue(struct jobs_class *cl) argument
1002 tslist_drop(struct jobs_class *cl) argument
1025 struct jobs_class *cl; local
1083 struct jobs_class *cl; local
1269 struct jobs_class *cl; local
1545 struct jobs_class *cl; local
1609 struct jobs_class *cl; local
1656 struct jobs_class *cl; local
1684 struct jobs_class *cl; local
1990 struct jobs_class *cl; local
2013 struct jobs_class *cl; local
2028 struct jobs_class *cl; local
2063 struct jobs_class *cl; local
2090 struct jobs_class *cl; local
2115 get_class_stats(struct class_stats *sp, struct jobs_class *cl) argument
2159 struct jobs_class *cl; local
2176 clp_to_clh(struct jobs_class *cl) argument
[all...]
H A Daltq_priq.c167 struct priq_class *cl; local
182 cl = priq_class_create(pif, a->priority, a->qlimit,
184 if (cl == NULL)
194 struct priq_class *cl; local
199 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
202 return (priq_class_destroy(cl));
209 struct priq_class *cl; local
216 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
222 get_class_stats(&stats, cl);
238 struct priq_class *cl; local
271 struct priq_class *cl; local
285 struct priq_class *cl; local
393 priq_class_destroy(struct priq_class *cl) argument
444 struct priq_class *cl; local
501 struct priq_class *cl; local
529 priq_addq(struct priq_class *cl, struct mbuf *m) argument
555 priq_getq(struct priq_class *cl) argument
569 priq_pollq(struct priq_class *cl) argument
575 priq_purgeq(struct priq_class *cl) argument
590 get_class_stats(struct priq_classstats *sp, struct priq_class *cl) argument
615 struct priq_class *cl; local
851 struct priq_class *cl; local
877 struct priq_class *cl; local
892 struct priq_class *cl; local
925 struct priq_class *cl; local
953 struct priq_class *cl; local
[all...]
H A Daltq_cbq.c114 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) argument
119 rmc_delete_class(&cbqp->ifnp, cl);
125 if (cbqp->cbq_class_tbl[i] == cl)
128 if (cl == cbqp->ifnp.root_)
130 if (cl == cbqp->ifnp.default_)
133 if (cl == cbqp->ifnp.ctl_)
144 struct rm_class *cl; local
153 if ((cl = cbqp->cbq_class_tbl[i]) != NULL &&
154 cl->stats_.handle == chandle)
155 return (cl);
167 struct rm_class *cl; local
215 get_class_stats(class_stats_t *statsp, struct rm_class *cl) argument
315 struct rm_class *cl; local
425 struct rm_class *cl; local
462 struct rm_class *cl; local
503 struct rm_class *cl; local
597 struct rm_class *cl; local
649 struct rm_class *cl; local
673 struct rm_class *cl; local
706 struct rm_class *cl; local
765 struct rm_class *cl; local
861 struct rm_class *cl; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dsfinae2.C7 template<int T> struct cl { struct
11 template<int I> void fn (char (*) [cl<I>::value] = 0 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dsfinae2.C7 template<int T> struct cl { struct
11 template<int I> void fn (char (*) [cl<I>::value] = 0 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20071030-1.c44 int CalcPing (client_t *cl) argument
50 if (cl->state == cs_server)
51 return cl->ping;
54 for (frame = cl->frames, i = 0; i < 64; i++, frame++) {
69 client_t cl; local
71 memset(&cl, 0, sizeof(cl));
73 cl.frames[0].ping_time = 1.0f;
75 if (CalcPing(&cl) != 1000)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dloop-3.c45 int CalcPing (client_t *cl) argument
51 if (cl->state == cs_server)
52 return cl->ping;
55 for (frame = cl->frames, i = 0; i < 64; i++, frame++) {
70 client_t cl; local
72 memset(&cl, 0, sizeof(cl));
74 cl.frames[0].ping_time = 1.0f;
76 if (CalcPing(&cl) != 1000)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dloop-3.c45 int CalcPing (client_t *cl) argument
51 if (cl->state == cs_server)
52 return cl->ping;
55 for (frame = cl->frames, i = 0; i < 64; i++, frame++) {
70 client_t cl; local
72 memset(&cl, 0, sizeof(cl));
74 cl.frames[0].ping_time = 1.0f;
76 if (CalcPing(&cl) != 1000)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash14.C6 class cl class
10 cl(int j = 0) {i = j;} function in class:cl
17 cl ob[3] = {1, 2, 3};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Danon3.C4 class cl { class
6 cl();
19 void cl::set(void *p, char *n, int sz)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash14.C6 class cl class
10 cl(int j = 0) {i = j;} function in class:cl
17 cl ob[3] = {1, 2, 3};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Danon3.C4 class cl { class
6 cl();
19 void cl::set(void *p, char *n, int sz)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul_1.c32 mp_limb_t ul, cl, hpl, lpl; local
37 cl = 0;
43 lpl += cl;
44 cl = (lpl < cl) + hpl;
50 return cl;
60 mp_limb_t shifted_vl, ul, lpl, hpl, prev_hpl, xw, cl, xl; local
68 cl = 0;
76 xw = prev_hpl + lpl + cl;
77 cl
[all...]
H A Daddmul_1.c34 mp_limb_t ul, cl, hpl, lpl, rl; local
39 cl = 0;
45 lpl += cl;
46 cl = (lpl < cl) + hpl;
50 cl += lpl < rl;
55 return cl;
65 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, cl, xl, c1, c2, c3; local
74 cl = 0;
84 ADDC_LIMB (c3, xl, xl, cl);
101 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, xw, cl, xl; local
[all...]
H A Dsubmul_1.c34 mp_limb_t ul, cl, hpl, lpl, rl; local
39 cl = 0;
45 lpl += cl;
46 cl = (lpl < cl) + hpl;
50 cl += lpl > rl;
55 return cl;
65 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, cl, xl, c1, c2, c3; local
74 cl = 0;
84 SUBC_LIMB (c3, xl, xl, cl);
101 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, xw, cl, xl; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/
H A Dcompile_2.cc32 long double al = 2.0L, cl = 3.0L, xl = 0.5L; local
37 conf_hyperg(al, cl, xl);
38 conf_hypergl(al, cl, xl);
H A Dcompile.cc32 long double al = 2.0L, cl = 3.0L, xl = 0.5L; local
37 std::tr1::conf_hyperg(al, cl, xl);
38 std::tr1::conf_hypergl(al, cl, xl);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr42245.c10 CON_list *cl; member in struct:DIS_node_struct
24 for (child = dn->cl; child != ((void *) 0); child = xchild)
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dclnt_generic.c230 CLIENT *cl = NULL; /* client handle */ local
244 &cl)) == NULL) {
248 if (cl == NULL) {
249 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
253 if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) {
254 if (cl->cl_netid == NULL) {
255 cl->cl_netid = strdup(nconf->nc_netid);
256 if (cl->cl_netid == NULL)
259 if (cl->cl_tp == NULL) {
260 cl
298 CLIENT *cl; /* client handle */ local
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Dclnt_generic.c224 CLIENT *cl = NULL; /* client handle */ local
238 &cl)) == NULL) {
242 if (cl == NULL) {
243 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
247 if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) {
248 if (cl->cl_netid == NULL) {
249 cl->cl_netid = strdup(nconf->nc_netid);
250 if (cl->cl_netid == NULL)
253 if (cl->cl_tp == NULL) {
254 cl
292 CLIENT *cl; /* client handle */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/
H A Dcompile_2.cc31 long double al = 2.0L, bl = 10.0L, cl = 3.0L, xl = 0.5L; local
36 hyperg(al, bl, cl, xl);
37 hypergl(al, bl, cl, xl);

Completed in 219 milliseconds

1234567891011>>