Home
last modified time | relevance | path

Searched refs:ct_data (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c90 local ct_data static_ltree[L_CODES+2];
97 local ct_data static_dtree[D_CODES];
154 ct_data *dtree));
457 ct_data *tree; /* the tree to restore */
494 ct_data *tree = desc->dyn_tree;
623 ct_data *tree = desc->dyn_tree;
754 ct_data *tree; /* the tree to be scanned */
989 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
997 compress_block(s, (ct_data *)s->dyn_ltree, (ct_data *)s->dyn_dtree);
1074 ct_data *ltree; /* literal tree */
[all …]
H A Ddeflate.h71 } FAR ct_data; typedef
81 ct_data *dyn_tree; /* the dynamic tree */
/freebsd-12.1/sys/contrib/zlib/
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2];
93 local ct_data static_dtree[D_CODES];
118 const ct_data *static_tree; /* static tree or NULL */
150 const ct_data *dtree));
453 ct_data *tree; /* the tree to restore */
490 ct_data *tree = desc->dyn_tree;
619 ct_data *tree = desc->dyn_tree;
705 ct_data *tree; /* the tree to be scanned */
750 ct_data *tree; /* the tree to be scanned */
1066 const ct_data *ltree; /* literal tree */
[all …]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
H A Ddeflate.h77 } FAR ct_data; typedef
87 ct_data *dyn_tree; /* the dynamic tree */
/freebsd-12.1/sys/rpc/
H A Dclnt_bck.c123 struct ct_data *ct = NULL; /* client handle */ in clnt_bck_create()
133 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); in clnt_bck_create()
179 mem_free(ct, sizeof (struct ct_data)); in clnt_bck_create()
194 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_call()
474 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_geterr()
507 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_close()
533 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_destroy()
538 mem_free(ct, sizeof(struct ct_data)); in clnt_bck_destroy()
553 struct ct_data *ct = (struct ct_data *)arg; in clnt_bck_svccall()
H A Dclnt_vc.c137 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create()
150 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); in clnt_vc_create()
279 mem_free(ct, sizeof (struct ct_data)); in clnt_vc_create()
294 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call()
588 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_geterr()
614 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_control()
748 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_close()
799 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy()
829 mem_free(ct, sizeof(struct ct_data)); in clnt_vc_destroy()
851 struct ct_data *ct = (struct ct_data *) arg; in clnt_vc_soupcall()
[all …]
H A Dkrpc.h83 struct ct_data { struct
H A Dsvc_vc.c799 struct ct_data *ct; in svc_vc_backchannel_recv()
804 ct = (struct ct_data *)xprt->xp_p2; in svc_vc_backchannel_recv()
892 struct ct_data *ct; in svc_vc_backchannel_reply()
927 ct = (struct ct_data *)xprt->xp_p2; in svc_vc_backchannel_reply()
/freebsd-12.1/lib/libc/rpc/
H A Dclnt_vc.c107 struct ct_data { struct
321 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call()
464 struct ct_data *ct; in clnt_vc_geterr()
476 struct ct_data *ct; in clnt_vc_freeres()
484 ct = (struct ct_data *)cl->cl_private; in clnt_vc_freeres()
524 struct ct_data *ct; in clnt_vc_control()
532 ct = (struct ct_data *)cl->cl_private; in clnt_vc_control()
642 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy()
661 mem_free(ct, sizeof(struct ct_data)); in clnt_vc_destroy()
682 struct ct_data *ct = (struct ct_data *)ctp; in read_vc()
[all …]
/freebsd-12.1/sys/libkern/
H A Dzlib.c329 } FAR ct_data; typedef
1928 local ct_data static_ltree[L_CODES+2];
1935 local ct_data static_dtree[D_CODES];
1988 ct_data *dtree));
2222 ct_data *tree; /* the tree to restore */
2259 ct_data *tree = desc->dyn_tree;
2388 ct_data *tree = desc->dyn_tree;
2778 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
2784 compress_block(s, (ct_data *)s->dyn_ltree, (ct_data *)s->dyn_dtree);
2854 ct_data *ltree; /* literal tree */
[all …]
/freebsd-12.1/sys/sys/
H A Defi.h54 uint64_t ct_data; member
/freebsd-12.1/sys/dev/efidev/
H A Defirt.c295 *ptr = (void *)efi_phys_to_kva(ct->ct_data); in efi_get_table()