Home
last modified time | relevance | path

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

123456

/dflybsd-src/sys/net/altq/
H A Daltq_hfsc.c142 #define is_a_parent_class(cl) ((cl)->cl_children != NULL) argument
206 struct hfsc_class *cl, *parent; in hfsc_add_queue_locked() local
265 struct hfsc_class *cl; in hfsc_remove_queue_locked() local
296 struct hfsc_class *cl; in hfsc_getqstats() local
340 struct hfsc_class *cl; in hfsc_clear_interface() local
391 struct hfsc_class *cl; in hfsc_purge() local
406 struct hfsc_class *cl, *p; in hfsc_class_create() local
566 hfsc_class_destroy(struct hfsc_class *cl) in hfsc_class_destroy()
650 hfsc_nextclass(struct hfsc_class *cl) in hfsc_nextclass()
678 struct hfsc_class *cl; in hfsc_enqueue() local
[all …]
H A Daltq_rmclass.c198 struct rm_class *cl; in rmc_newclass() local
340 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, in rmc_modclass()
400 struct rm_class *cl, *clh; in rmc_wrr_set_weights() local
452 rmc_depth_compute(struct rm_class *cl) in rmc_depth_compute()
478 rmc_depth_recompute(rm_class_t *cl) in rmc_depth_recompute()
533 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) in rmc_delete_class()
740 rmc_queue_packet(struct rm_class *cl, struct mbuf *m) in rmc_queue_packet()
834 rmc_satisfied(struct rm_class *cl, struct timeval *now) in rmc_satisfied()
867 rmc_under_limit(struct rm_class *cl, struct timeval *now) in rmc_under_limit()
951 struct rm_class *cl = NULL, *first = NULL; in _rmc_wrr_dequeue_next() local
[all …]
H A Daltq_priq.c143 struct priq_class *cl; in priq_add_queue_locked() local
189 struct priq_class *cl; in priq_remove_queue_locked() local
220 struct priq_class *cl; in priq_getqstats() local
264 struct priq_class *cl; in priq_clear_interface() local
304 struct priq_class *cl; in priq_purge() local
318 struct priq_class *cl; in priq_class_create() local
402 priq_class_destroy(struct priq_class *cl) in priq_class_destroy()
450 struct priq_class *cl; in priq_enqueue() local
507 struct priq_class *cl; in priq_dequeue() local
549 priq_addq(struct priq_class *cl, struct mbuf *m) in priq_addq()
[all …]
H A Daltq_fairq.c204 struct fairq_class *cl; in fairq_add_queue_locked() local
250 struct fairq_class *cl; in fairq_remove_queue_locked() local
281 struct fairq_class *cl; in fairq_getqstats() local
325 struct fairq_class *cl; in fairq_clear_interface() local
365 struct fairq_class *cl; in fairq_purge() local
380 struct fairq_class *cl; in fairq_class_create() local
488 fairq_class_destroy(struct fairq_class *cl) in fairq_class_destroy()
541 struct fairq_class *cl; in fairq_enqueue() local
606 struct fairq_class *cl; in fairq_dequeue() local
717 fairq_addq(struct fairq_class *cl, struct mbuf *m, int hash) in fairq_addq()
[all …]
H A Daltq_cbq.c92 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy()
118 struct rm_class *cl; in clh_to_clp() local
141 struct rm_class *cl; in cbq_clear_interface() local
191 get_class_stats(class_stats_t *statsp, struct rm_class *cl) in get_class_stats()
293 struct rm_class *cl; in cbq_add_queue_locked() local
420 struct rm_class *cl; in cbq_remove_queue_locked() local
472 struct rm_class *cl; in cbq_getqstats() local
530 struct rm_class *cl; in cbq_enqueue() local
645 struct rm_class *cl; in cbq_purge() local
/dflybsd-src/lib/libc/citrus/
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 …]
/dflybsd-src/sys/kern/
H A Dtty_subr.c49 clist_alloc_cblocks(struct clist *cl, int ccmax) in clist_alloc_cblocks()
87 clist_free_cblocks(struct clist *cl) in clist_free_cblocks()
106 clist_getc(struct clist *cl) in clist_getc()
127 clist_qtob(struct clist *cl, char *dest, int n) in clist_qtob()
155 ndflush(struct clist *cl, int n) in ndflush()
173 clist_putc(int c, struct clist *cl) in clist_putc()
194 clist_btoq(char *src, int n, struct clist *cl) in clist_btoq()
230 clist_nextc(struct clist *cl, void *cp, int *dst) in clist_nextc()
274 clist_unputc(struct clist *cl) in clist_unputc()
/dflybsd-src/sbin/fsck_msdosfs/
H A Dfat.c82 bitmap_clear(long_bitmap_t *lbp, cl_t cl) in bitmap_clear()
93 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get()
102 bitmap_none_in_range(long_bitmap_t *lbp, cl_t cl) in bitmap_none_in_range()
180 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
186 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
192 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
209 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
215 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
234 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
266 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
[all …]
/dflybsd-src/usr.bin/evtranalyze/
H A Dsvg.c47 struct xml_attribute x, y, w, h, cl; member
56 struct xml_attribute x, y, cl; member
66 struct xml_attribute x1, y1, x2, y2, cl; member
131 svg_rect_init(struct svg_rect *rect, const char *cl) in svg_rect_init()
154 svg_rect_new(const char *cl) in svg_rect_new()
184 svg_text_init(struct svg_text *text, const char *cl) in svg_text_init()
206 svg_text_new(const char *cl) in svg_text_new()
241 svg_line_init(struct svg_line *line, const char *cl) in svg_line_init()
264 svg_line_new(const char *cl) in svg_line_new()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-coalesce.c146 pop_cost_one_pair (coalesce_list_p cl, int *p1, int *p2) in pop_cost_one_pair()
168 pop_best_coalesce (coalesce_list_p cl, int *p1, int *p2) in pop_best_coalesce()
241 delete_coalesce_list (coalesce_list_p cl) in delete_coalesce_list()
256 find_coalesce_pair (coalesce_list_p cl, int p1, int p2, bool create) in find_coalesce_pair()
294 add_cost_one_coalesce (coalesce_list_p cl, int p1, int p2) in add_cost_one_coalesce()
309 add_coalesce (coalesce_list_p cl, int p1, int p2, int value) in add_coalesce()
357 num_coalesce_pairs (coalesce_list_p cl) in num_coalesce_pairs()
373 first_coalesce_pair (coalesce_list_p cl, coalesce_pair_iterator *iter) in first_coalesce_pair()
415 sort_coalesce_list (coalesce_list_p cl) in sort_coalesce_list()
462 dump_coalesce_list (FILE *f, coalesce_list_p cl) in dump_coalesce_list()
[all …]
H A Dira-lives.c138 enum reg_class aclass, pclass, cl; in update_allocno_pressure_excess_length() local
185 enum reg_class cl; in inc_register_pressure() local
212 enum reg_class cl; in dec_register_pressure() local
383 enum reg_class cl; in mark_pseudo_regno_dead() local
418 enum reg_class cl; in mark_pseudo_regno_subword_dead() local
518 make_pseudo_conflict (rtx reg, enum reg_class cl, rtx dreg, rtx orig_dreg, in make_pseudo_conflict()
731 enum reg_class cl, next_cl; in single_reg_class() local
881 enum reg_class cl; in ira_implicitly_set_insn_hard_regs() local
946 enum reg_class cl; in process_single_reg_class_operands() local
1079 enum reg_class aclass, pclass, cl; in process_bb_node_lives() local
H A Dgenmodes.c57 enum mode_class cl; /* this mode class */ member
125 vector_class (enum mode_class cl) in vector_class()
152 new_mode (enum mode_class cl, const char *name, in new_mode()
416 int cl; in complete_all_modes() local
425 make_complex_modes (enum mode_class cl, in make_complex_modes()
483 make_vector_modes (enum mode_class cl, unsigned int width, in make_vector_modes()
534 make_special_mode (enum mode_class cl, const char *name, in make_special_mode()
570 make_fixed_point_mode (enum mode_class cl, in make_fixed_point_mode()
H A Dregrename.c224 rtx insn, enum reg_class cl) in create_new_chain()
1029 scan_rtx_reg (rtx insn, rtx *loc, enum reg_class cl, enum scan_actions action, in scan_rtx_reg()
1184 scan_rtx_address (rtx insn, rtx *loc, enum reg_class cl, in scan_rtx_address()
1334 scan_rtx (rtx insn, rtx *loc, enum reg_class cl, enum scan_actions action, in scan_rtx()
1498 enum reg_class cl = recog_op_alt[opn][alt].cl; in record_out_operands() local
1691 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use() local
/dflybsd-src/contrib/gmp/mpn/generic/
H A Dsubmul_1.c34 mp_limb_t ul, cl, hpl, lpl, rl; in mpn_submul_1() local
65 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, cl, xl, c1, c2, c3; in mpn_submul_1() local
101 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, xw, cl, xl; in mpn_submul_1() local
H A Daddmul_1.c34 mp_limb_t ul, cl, hpl, lpl, rl; in mpn_addmul_1() local
65 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, cl, xl, c1, c2, c3; in mpn_addmul_1() local
101 mp_limb_t shifted_vl, ul, rl, lpl, hpl, prev_hpl, xw, cl, xl; in mpn_addmul_1() local
H A Dmul_1.c32 mp_limb_t ul, cl, hpl, lpl; in mpn_mul_1() local
60 mp_limb_t shifted_vl, ul, lpl, hpl, prev_hpl, xw, cl, xl; in mpn_mul_1() local
/dflybsd-src/lib/libc/rpc/
H A Dclnt_dg.c147 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create() local
283 clnt_dg_call(CLIENT *cl, /* client handle */ in clnt_dg_call()
525 clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_dg_geterr()
533 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres()
561 clnt_dg_control(CLIENT *cl, u_int request, void *info) in clnt_dg_control()
704 clnt_dg_destroy(CLIENT *cl) in clnt_dg_destroy()
H A Dclnt_vc.c159 CLIENT *cl; /* client handle */ in clnt_vc_create() local
307 clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, void *args_ptr, in clnt_vc_call()
427 clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_vc_geterr()
439 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres()
473 clnt_vc_control(CLIENT *cl, u_int request, void *info) in clnt_vc_control()
601 clnt_vc_destroy(CLIENT *cl) in clnt_vc_destroy()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhsa-regalloc.c225 int cl = m_reg_class_for_type (reg->m_type); in rewrite_code_bb() local
274 int cl = m_reg_class_for_type (reg->m_type); in try_alloc_reg() local
301 int cl = m_reg_class_for_type (reg->m_type); in free_reg() local
387 int cl = m_reg_class_for_type (reg->m_type); in spill_at_interval() local
607 int cl = m_reg_class_for_type (reg->m_type); in linear_scan_regalloc() local
627 for (int cl = 0; cl < 4; cl++) in linear_scan_regalloc() local
H A Dtree-ssa-coalesce.c217 pop_cost_one_pair (coalesce_list *cl, int *p1, int *p2) in pop_cost_one_pair()
239 pop_best_coalesce (coalesce_list *cl, int *p1, int *p2) in pop_best_coalesce()
283 delete_coalesce_list (coalesce_list *cl) in delete_coalesce_list()
296 num_coalesce_pairs (coalesce_list *cl) in num_coalesce_pairs()
306 find_coalesce_pair (coalesce_list *cl, int p1, int p2, bool create) in find_coalesce_pair()
345 add_cost_one_coalesce (coalesce_list *cl, int p1, int p2) in add_cost_one_coalesce()
360 add_coalesce (coalesce_list *cl, int p1, int p2, int value) in add_coalesce()
454 sort_coalesce_list (coalesce_list *cl, ssa_conflicts *conflicts, var_map map) in sort_coalesce_list()
494 dump_coalesce_list (FILE *f, coalesce_list *cl) in dump_coalesce_list()
1060 coalesce_with_default (tree var, coalesce_list *cl, bitmap used_in_copy) in coalesce_with_default()
[all …]
H A Dira-lives.c136 enum reg_class aclass, pclass, cl; in update_allocno_pressure_excess_length() local
183 enum reg_class cl; in inc_register_pressure() local
210 enum reg_class cl; in dec_register_pressure() local
399 enum reg_class cl; in mark_pseudo_regno_dead() local
434 enum reg_class cl; in mark_pseudo_regno_subword_dead() local
534 make_pseudo_conflict (rtx reg, enum reg_class cl, rtx dreg, rtx orig_dreg, in make_pseudo_conflict()
758 enum reg_class cl, next_cl; in single_reg_class() local
833 enum reg_class cl; in ira_implicitly_set_insn_hard_regs() local
882 enum reg_class cl; in process_single_reg_class_operands() local
1060 enum reg_class aclass, pclass, cl; in process_bb_node_lives() local
/dflybsd-src/usr.sbin/sysvipcd/
H A Dshmd.c230 struct client *cl = _hash_lookup(clientshash, pid); in install_fd_client() local
512 struct client *cl= _hash_lookup(clientshash, pid); in shmget_allocate_segment() local
584 struct client *cl; in handle_shmat() local
658 struct client *cl; in handle_shmdt() local
997 shmexit(struct client *cl) { in shmexit()
H A Dsysvipcd.c130 struct client *cl; in daemon_add_client() local
188 struct client *cl = clients[i]; in daemon_remove_client() local
/dflybsd-src/usr.sbin/bthcid/
H A Dclient.c138 struct client *cl; in process_control() local
182 struct client *cl = arg; in process_client() local
254 struct client *cl; in send_client_request() local
/dflybsd-src/share/examples/sunrpc/msg/
H A Drprintmsg.c13 CLIENT *cl; local

123456