Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd-src/sys/net/altq/
H A Daltq_hfsc.c139 #define is_a_parent_class(cl) ((cl)->cl_children != NULL) argument
202 struct hfsc_class *cl, *parent; in hfsc_add_queue() local
245 struct hfsc_class *cl; in hfsc_remove_queue() local
260 struct hfsc_class *cl; in hfsc_getqstats() local
305 struct hfsc_class *cl; in hfsc_clear_interface() local
344 struct hfsc_class *cl; in hfsc_purge() local
358 struct hfsc_class *cl, *p; in hfsc_class_create() local
555 hfsc_class_destroy(struct hfsc_class *cl) in hfsc_class_destroy()
633 hfsc_nextclass(struct hfsc_class *cl) in hfsc_nextclass()
658 struct hfsc_class *cl; in hfsc_enqueue() local
[all …]
H A Daltq_priq.c137 struct priq_class *cl; in priq_add_queue() local
164 struct priq_class *cl; in priq_remove_queue() local
179 struct priq_class *cl; in priq_getqstats() local
207 struct priq_class *cl; in priq_clear_interface() local
242 struct priq_class *cl; in priq_purge() local
256 struct priq_class *cl; in priq_class_create() local
392 priq_class_destroy(struct priq_class *cl) in priq_class_destroy()
449 struct priq_class *cl; in priq_enqueue() local
499 struct priq_class *cl; in priq_dequeue() local
529 priq_addq(struct priq_class *cl, struct mbuf *m) in priq_addq()
[all …]
H A Daltq_fairq.c191 struct fairq_class *cl; in fairq_add_queue() local
218 struct fairq_class *cl; in fairq_remove_queue() local
233 struct fairq_class *cl; in fairq_getqstats() local
261 struct fairq_class *cl; in fairq_clear_interface() local
292 struct fairq_class *cl; in fairq_purge() local
307 struct fairq_class *cl; in fairq_class_create() local
432 fairq_class_destroy(struct fairq_class *cl) in fairq_class_destroy()
485 struct fairq_class *cl = NULL; /* Make compiler happy */ in fairq_enqueue() local
538 struct fairq_class *cl; in fairq_dequeue() local
609 fairq_addq(struct fairq_class *cl, struct mbuf *m, u_int32_t bucketid) in fairq_addq()
[all …]
H A Daltq_rmclass.c184 struct rm_class *cl; in rmc_newclass() local
348 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, in rmc_modclass()
411 struct rm_class *cl, *clh; in rmc_wrr_set_weights() local
463 rmc_depth_compute(struct rm_class *cl) in rmc_depth_compute()
489 rmc_depth_recompute(rm_class_t *cl) in rmc_depth_recompute()
544 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) in rmc_delete_class()
746 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) in rmc_queue_packet()
840 rmc_satisfied(struct rm_class *cl, struct timeval *now) in rmc_satisfied()
873 rmc_under_limit(struct rm_class *cl, struct timeval *now) in rmc_under_limit()
957 struct rm_class *cl = NULL, *first = NULL; in _rmc_wrr_dequeue_next() local
[all …]
H A Daltq_cbq.c79 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy()
105 struct rm_class *cl; in clh_to_clp() local
128 struct rm_class *cl; in cbq_clear_interface() local
174 get_class_stats(class_stats_t *statsp, struct rm_class *cl) in get_class_stats()
275 struct rm_class *cl; in cbq_add_queue() local
383 struct rm_class *cl; in cbq_remove_queue() local
420 struct rm_class *cl; in cbq_getqstats() local
460 struct rm_class *cl; in cbq_enqueue() local
553 struct rm_class *cl; in cbq_purge() local
/freebsd-src/lib/libc/iconv/
H A Dcitrus_lookup.c87 seq_get_num_entries_db(struct _citrus_lookup *cl) in seq_get_num_entries_db()
94 seq_next_db(struct _citrus_lookup *cl, struct _region *key, in seq_next_db()
116 seq_lookup_db(struct _citrus_lookup *cl, const char *key, struct _region *data) in seq_lookup_db()
131 seq_close_db(struct _citrus_lookup *cl) in seq_close_db()
139 seq_open_db(struct _citrus_lookup *cl, const char *name) in seq_open_db()
171 seq_next_plain(struct _citrus_lookup *cl, struct _region *key, in seq_next_plain()
211 seq_get_num_entries_plain(struct _citrus_lookup *cl) in seq_get_num_entries_plain()
223 seq_lookup_plain(struct _citrus_lookup *cl, const char *key, in seq_lookup_plain()
246 seq_close_plain(struct _citrus_lookup *cl) in seq_close_plain()
253 seq_open_plain(struct _citrus_lookup *cl, const char *name) in seq_open_plain()
[all …]
/freebsd-src/sys/rpc/
H A Dclnt_bck.c119 CLIENT *cl; /* client handle */ in clnt_bck_create() local
183 CLIENT *cl, /* client handle */ in clnt_bck_call()
485 clnt_bck_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_bck_geterr()
493 clnt_bck_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_bck_freeres()
506 clnt_bck_abort(CLIENT *cl) in clnt_bck_abort()
511 clnt_bck_control(CLIENT *cl, u_int request, void *info) in clnt_bck_control()
518 clnt_bck_close(CLIENT *cl) in clnt_bck_close()
544 clnt_bck_destroy(CLIENT *cl) in clnt_bck_destroy()
569 CLIENT *cl = (CLIENT *)arg; in clnt_bck_svccall() local
H A Dclnt_rc.c82 CLIENT *cl = NULL; /* client handle */ in clnt_reconnect_create() local
126 clnt_reconnect_connect(CLIENT *cl) in clnt_reconnect_connect()
275 CLIENT *cl, /* client handle */ in clnt_reconnect_call()
386 clnt_reconnect_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_reconnect_geterr()
398 clnt_reconnect_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_reconnect_freeres()
416 clnt_reconnect_control(CLIENT *cl, u_int request, void *info) in clnt_reconnect_control()
541 clnt_reconnect_close(CLIENT *cl) in clnt_reconnect_close()
566 clnt_reconnect_destroy(CLIENT *cl) in clnt_reconnect_destroy()
H A Dclnt_vc.c133 CLIENT *cl; /* client handle */ in clnt_vc_create() local
287 clnt_vc_call(CLIENT * cl,struct rpc_callextra * ext,rpcproc_t proc,struct mbuf * args,struct mbuf ** resultsp,struct timeval utimeout) clnt_vc_call() argument
609 clnt_vc_geterr(CLIENT * cl,struct rpc_err * errp) clnt_vc_geterr() argument
617 clnt_vc_freeres(CLIENT * cl,xdrproc_t xdr_res,void * res_ptr) clnt_vc_freeres() argument
630 clnt_vc_abort(CLIENT * cl) clnt_vc_abort() argument
635 clnt_vc_control(CLIENT * cl,u_int request,void * info) clnt_vc_control() argument
803 clnt_vc_close(CLIENT * cl) clnt_vc_close() argument
857 clnt_vc_destroy(CLIENT * cl) clnt_vc_destroy() argument
1276 CLIENT *cl = (CLIENT *)data; clnt_vc_dotlsupcall() local
[all...]
H A Dclnt_dg.c182 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create() local
324 CLIENT *cl, /* client handle */ in clnt_dg_call()
781 clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_dg_geterr()
789 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres()
807 clnt_dg_control(CLIENT *cl, u_int request, void *info) in clnt_dg_control()
940 clnt_dg_close(CLIENT *cl) in clnt_dg_close()
986 clnt_dg_destroy(CLIENT *cl) in clnt_dg_destroy()
/freebsd-src/sbin/fsck_msdosfs/
H A Dfat.c88 bitmap_clear(long_bitmap_t *lbp, cl_t cl) in bitmap_clear()
99 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get()
108 bitmap_none_in_range(long_bitmap_t *lbp, cl_t cl) in bitmap_none_in_range()
186 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
192 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
198 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
215 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
221 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
240 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
272 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
[all …]
/freebsd-src/sys/arm/allwinner/
H A Daw_mp.c82 #define CPUS_CL_RST(cl) (0x30 + (cl) * 0x4) argument
83 #define CPUX_CL_CTRL0(cl) (0x0 + (cl) * 0x10) argument
84 #define CPUX_CL_CTRL1(cl) (0x4 + (cl) * 0x10) argument
85 #define CPUX_CL_CPU_STATUS(cl) (0x30 + (cl) * 0x4) argument
86 #define CPUX_CL_RST(cl) (0x80 + (cl) * 0x4) argument
87 #define PRCM_CL_PWROFF(cl) (0x100 + (cl) * 0x4) argument
88 #define PRCM_CL_PWR_CLAMP(cl, cpu) (0x140 + (cl) * 0x4 + (cpu) * 0x4) argument
/freebsd-src/lib/libc/rpc/
H A Dclnt_raw.c230 clnt_raw_geterr(CLIENT *cl, struct rpc_err *err) in clnt_raw_geterr()
237 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_raw_freeres()
256 clnt_raw_abort(CLIENT *cl) in clnt_raw_abort()
262 clnt_raw_control(CLIENT *cl, u_int ui, void *str) in clnt_raw_control()
269 clnt_raw_destroy(CLIENT *cl) in clnt_raw_destroy()
H A Dclnt_vc.c203 CLIENT *cl; /* client handle */ in clnt_vc_create() local
313 clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, void *args_ptr, in clnt_vc_call()
452 clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_vc_geterr()
464 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres()
493 clnt_vc_abort(CLIENT *cl) in clnt_vc_abort()
512 clnt_vc_control(CLIENT *cl, u_int request, void *info) in clnt_vc_control()
625 clnt_vc_destroy(CLIENT *cl) in clnt_vc_destroy()
H A Dclnt_dg.c204 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create() local
314 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_dg_call()
604 clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_dg_geterr()
612 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres()
640 clnt_dg_control(CLIENT *cl, u_int request, void *info) in clnt_dg_control()
778 clnt_dg_destroy(CLIENT *cl) in clnt_dg_destroy()
/freebsd-src/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c153 CLIENT *cl, *oldcl[RPCTLS_SRV_MAXNPROCS], *concl; in sys_rpctls_syscall() local
426 CLIENT *cl; in rpctls_connect_client() local
443 CLIENT *cl; in rpctls_server_client() local
465 CLIENT *cl; in rpctls_connect() local
548 CLIENT *cl; in rpctls_cl_handlerecord() local
574 CLIENT *cl; in rpctls_srv_handlerecord() local
601 CLIENT *cl; in rpctls_cl_disconnect() local
627 CLIENT *cl; in rpctls_srv_disconnect() local
652 CLIENT *cl; in rpctls_server() local
/freebsd-src/sys/kgssapi/
H A Dgss_pname_to_uid.c49 CLIENT *cl; in gss_pname_to_uid() local
90 CLIENT *cl; in gss_pname_to_unix_cred() local
H A Dgss_release_cred.c49 CLIENT *cl; in gss_release_cred() local
H A Dgss_release_name.c50 CLIENT *cl; in gss_release_name() local
/freebsd-src/sys/dev/scc/
H A Dscc_core.c58 struct scc_class *cl; in scc_bfe_intr() local
101 struct scc_class *cl; in scc_bfe_attach() local
307 struct scc_class *cl; scc_bfe_detach() local
353 struct scc_class *cl; scc_bfe_probe() local
460 struct scc_class *cl; scc_bus_read_ivar() local
[all...]
/freebsd-src/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c305 struct qfq_class *cl = (struct qfq_class *)_q; in qfq_new_queue() local
336 struct qfq_class *cl = (struct qfq_class *)_q; in qfq_free_queue() local
437 qfq_slot_insert(struct qfq_group *grp, struct qfq_class *cl, uint64_t roundedS) in qfq_slot_insert()
524 struct qfq_class *cl) in qfq_update_class()
552 struct qfq_class *cl; in qfq_dequeue() local
623 qfq_update_start(struct qfq_sched *q, struct qfq_class *cl) in qfq_update_start()
657 struct qfq_class *cl = (struct qfq_class *)_q; in qfq_enqueue() local
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_archive_cmdline.c33 struct archive_cmdline *cl; in DEFINE_TEST() local
/freebsd-src/share/examples/sunrpc/msg/
H A Drprintmsg.c12 CLIENT *cl; local
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dgen_decode.c61 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag()
572 Der_class cl; in decode_type() local
/freebsd-src/share/examples/sunrpc/dir/
H A Drls.c14 CLIENT *cl; local

123456