| /freebsd-10-stable/sys/contrib/altq/altq/ |
| D | altq_hfsc.c | 163 #define is_a_parent_class(cl) ((cl)->cl_children != NULL) argument 236 struct hfsc_class *cl, *parent; in hfsc_add_queue() local 279 struct hfsc_class *cl; in hfsc_remove_queue() local 294 struct hfsc_class *cl; in hfsc_getqstats() local 322 struct hfsc_class *cl; in hfsc_clear_interface() local 366 struct hfsc_class *cl; in hfsc_purge() local 380 struct hfsc_class *cl, *p; in hfsc_class_create() local 580 hfsc_class_destroy(struct hfsc_class *cl) in hfsc_class_destroy() 672 hfsc_nextclass(struct hfsc_class *cl) in hfsc_nextclass() 697 struct hfsc_class *cl; in hfsc_enqueue() local [all …]
|
| D | altq_fairq.c | 193 struct fairq_class *cl; in fairq_add_queue() local 220 struct fairq_class *cl; in fairq_remove_queue() local 235 struct fairq_class *cl; in fairq_getqstats() local 263 struct fairq_class *cl; in fairq_clear_interface() local 294 struct fairq_class *cl; in fairq_purge() local 309 struct fairq_class *cl; in fairq_class_create() local 434 fairq_class_destroy(struct fairq_class *cl) in fairq_class_destroy() 487 struct fairq_class *cl = NULL; /* Make compiler happy */ in fairq_enqueue() local 540 struct fairq_class *cl; in fairq_dequeue() local 611 fairq_addq(struct fairq_class *cl, struct mbuf *m, u_int32_t bucketid) in fairq_addq() [all …]
|
| D | altq_priq.c | 170 struct priq_class *cl; in priq_add_queue() local 197 struct priq_class *cl; in priq_remove_queue() local 212 struct priq_class *cl; in priq_getqstats() local 240 struct priq_class *cl; in priq_clear_interface() local 275 struct priq_class *cl; in priq_purge() local 289 struct priq_class *cl; in priq_class_create() local 429 priq_class_destroy(struct priq_class *cl) in priq_class_destroy() 490 struct priq_class *cl; in priq_enqueue() local 549 struct priq_class *cl; in priq_dequeue() local 579 priq_addq(struct priq_class *cl, struct mbuf *m) in priq_addq() [all …]
|
| D | altq_rmclass.c | 200 struct rm_class *cl; in rmc_newclass() local 368 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, in rmc_modclass() 435 struct rm_class *cl, *clh; in rmc_wrr_set_weights() local 487 rmc_depth_compute(struct rm_class *cl) in rmc_depth_compute() 513 rmc_depth_recompute(rm_class_t *cl) in rmc_depth_recompute() 568 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) in rmc_delete_class() 775 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) in rmc_queue_packet() 869 rmc_satisfied(struct rm_class *cl, struct timeval *now) in rmc_satisfied() 902 rmc_under_limit(struct rm_class *cl, struct timeval *now) in rmc_under_limit() 986 struct rm_class *cl = NULL, *first = NULL; in _rmc_wrr_dequeue_next() local [all …]
|
| D | altq_cbq.c | 112 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy() 142 struct rm_class *cl; in clh_to_clp() local 165 struct rm_class *cl; in cbq_clear_interface() local 215 get_class_stats(class_stats_t *statsp, struct rm_class *cl) in get_class_stats() 321 struct rm_class *cl; in cbq_add_queue() local 429 struct rm_class *cl; in cbq_remove_queue() local 466 struct rm_class *cl; in cbq_getqstats() local 506 struct rm_class *cl; in cbq_enqueue() local 608 struct rm_class *cl; in cbq_purge() local 662 struct rm_class *cl; local [all …]
|
| /freebsd-10-stable/lib/libc/iconv/ |
| D | citrus_lookup.c | 87 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-10-stable/sys/rpc/ |
| D | clnt_rc.c | 80 CLIENT *cl = NULL; /* client handle */ in clnt_reconnect_create() local 120 clnt_reconnect_connect(CLIENT *cl) in clnt_reconnect_connect() 225 CLIENT *cl, /* client handle */ in clnt_reconnect_call() 336 clnt_reconnect_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_reconnect_geterr() 348 clnt_reconnect_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_reconnect_freeres() 366 clnt_reconnect_control(CLIENT *cl, u_int request, void *info) in clnt_reconnect_control() 465 clnt_reconnect_close(CLIENT *cl) in clnt_reconnect_close() 490 clnt_reconnect_destroy(CLIENT *cl) in clnt_reconnect_destroy()
|
| D | clnt_bck.c | 122 CLIENT *cl; /* client handle */ in clnt_bck_create() local 186 CLIENT *cl, /* client handle */ in clnt_bck_call() 472 clnt_bck_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_bck_geterr() 480 clnt_bck_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_bck_freeres() 493 clnt_bck_abort(CLIENT *cl) in clnt_bck_abort() 498 clnt_bck_control(CLIENT *cl, u_int request, void *info) in clnt_bck_control() 505 clnt_bck_close(CLIENT *cl) in clnt_bck_close() 531 clnt_bck_destroy(CLIENT *cl) in clnt_bck_destroy()
|
| D | clnt_vc.c | 134 CLIENT *cl; /* client handle */ in clnt_vc_create() local 285 CLIENT *cl, /* client handle */ in clnt_vc_call() 584 clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_vc_geterr() 592 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres() 605 clnt_vc_abort(CLIENT *cl) in clnt_vc_abort() 610 clnt_vc_control(CLIENT *cl, u_int request, void *info) in clnt_vc_control() 744 clnt_vc_close(CLIENT *cl) in clnt_vc_close() 795 clnt_vc_destroy(CLIENT *cl) in clnt_vc_destroy()
|
| D | clnt_dg.c | 185 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create() local 324 CLIENT *cl, /* client handle */ in clnt_dg_call() 786 clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_dg_geterr() 794 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres() 812 clnt_dg_control(CLIENT *cl, u_int request, void *info) in clnt_dg_control() 945 clnt_dg_close(CLIENT *cl) in clnt_dg_close() 991 clnt_dg_destroy(CLIENT *cl) in clnt_dg_destroy()
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | clnt_raw.c | 235 clnt_raw_geterr(CLIENT *cl, struct rpc_err *err) in clnt_raw_geterr() 242 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_raw_freeres() 261 clnt_raw_abort(CLIENT *cl) in clnt_raw_abort() 267 clnt_raw_control(CLIENT *cl, u_int ui, void *str) in clnt_raw_control() 274 clnt_raw_destroy(CLIENT *cl) in clnt_raw_destroy()
|
| D | clnt_vc.c | 169 CLIENT *cl; /* client handle */ in clnt_vc_create() local 317 clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, void *args_ptr, in clnt_vc_call() 461 clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_vc_geterr() 473 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres() 502 clnt_vc_abort(CLIENT *cl) in clnt_vc_abort() 521 clnt_vc_control(CLIENT *cl, u_int request, void *info) in clnt_vc_control() 639 clnt_vc_destroy(CLIENT *cl) in clnt_vc_destroy()
|
| D | clnt_dg.c | 168 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create() local 316 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_dg_call() 610 clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_dg_geterr() 618 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres() 646 clnt_dg_control(CLIENT *cl, u_int request, void *info) in clnt_dg_control() 789 clnt_dg_destroy(CLIENT *cl) in clnt_dg_destroy()
|
| /freebsd-10-stable/sbin/fsck_msdosfs/ |
| D | fat.c | 133 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) in checkclnum() 204 cl_t cl; in readfat() local 324 rsrvdcltype(cl_t cl) in rsrvdcltype() 336 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, u_int fatnum) in clustdiffer() 409 cl_t cl; in comparefat() local 561 cl_t cl; in writefat() local
|
| /freebsd-10-stable/sys/kgssapi/ |
| D | gss_pname_to_uid.c | 50 CLIENT *cl; in gss_pname_to_uid() local 91 CLIENT *cl; in gss_pname_to_unix_cred() local
|
| D | gss_release_cred.c | 49 CLIENT *cl; in gss_release_cred() local
|
| /freebsd-10-stable/sys/dev/scc/ |
| D | scc_core.c | 58 struct scc_class *cl; in scc_bfe_intr() local 101 struct scc_class *cl; in scc_bfe_attach() local 307 struct scc_class *cl; in scc_bfe_detach() local 353 struct scc_class *cl; in scc_bfe_probe() local 460 struct scc_class *cl; in scc_bus_read_ivar() local
|
| /freebsd-10-stable/contrib/opie/libopie/ |
| D | btoe.c | 2229 unsigned char cl; variable 2256 unsigned char cl; variable
|
| /freebsd-10-stable/sys/netpfil/ipfw/ |
| D | dn_sched_qfq.c | 300 struct qfq_class *cl = (struct qfq_class *)_q; in qfq_new_queue() local 331 struct qfq_class *cl = (struct qfq_class *)_q; in qfq_free_queue() local 429 qfq_slot_insert(struct qfq_group *grp, struct qfq_class *cl, uint64_t roundedS) in qfq_slot_insert() 516 struct qfq_class *cl) in qfq_update_class() 543 struct qfq_class *cl; in qfq_dequeue() local 614 qfq_update_start(struct qfq_sched *q, struct qfq_class *cl) in qfq_update_start() 644 struct qfq_class *cl = (struct qfq_class *)_q; in qfq_enqueue() local
|
| /freebsd-10-stable/contrib/libarchive/libarchive/test/ |
| D | test_archive_cmdline.c | 34 struct archive_cmdline *cl; in DEFINE_TEST() local
|
| /freebsd-10-stable/contrib/gcc/ |
| D | regrename.c | 390 scan_rtx_reg (rtx insn, rtx *loc, enum reg_class cl, in scan_rtx_reg() 509 scan_rtx_address (rtx insn, rtx *loc, enum reg_class cl, in scan_rtx_address() 657 scan_rtx (rtx insn, rtx *loc, enum reg_class cl, in scan_rtx() 870 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use() local 946 enum reg_class cl = recog_op_alt[i][alt].cl; in build_def_use() local 963 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use() local 1367 find_oldest_value_reg (enum reg_class cl, rtx reg, struct value_data *vd) in find_oldest_value_reg() 1413 replace_oldest_value_reg (rtx *loc, enum reg_class cl, rtx insn, in replace_oldest_value_reg() 1434 replace_oldest_value_addr (rtx *loc, enum reg_class cl, in replace_oldest_value_addr()
|
| D | tree-ssa-live.c | 1159 delete_coalesce_list (coalesce_list_p cl) in delete_coalesce_list() 1171 find_partition_pair (coalesce_list_p cl, int p1, int p2, bool create) in find_partition_pair() 1243 add_coalesce (coalesce_list_p cl, int p1, int p2, in add_coalesce() 1273 sort_coalesce_list (coalesce_list_p cl) in sort_coalesce_list() 1341 pop_best_coalesce (coalesce_list_p cl, int *p1, int *p2) in pop_best_coalesce() 1397 coalesce_list_p cl) in build_tree_conflict_graph() 1565 coalesce_list_p cl, FILE *debug) in coalesce_tpa_members() 1729 dump_coalesce_list (FILE *f, coalesce_list_p cl) in dump_coalesce_list()
|
| /freebsd-10-stable/share/examples/sunrpc/msg/ |
| D | rprintmsg.c | 13 CLIENT *cl; local
|
| /freebsd-10-stable/crypto/heimdal/lib/asn1/ |
| D | gen_decode.c | 61 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag() 570 Der_class cl; in decode_type() local
|
| /freebsd-10-stable/share/examples/sunrpc/dir/ |
| D | rls.c | 15 CLIENT *cl; local
|