Home
last modified time | relevance | path

Searched refs:crb_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h289 } crb_t; typedef
291 #define CRB_END ((crb_t *)1) /* must be non zero */
316 crb_t *me_crb;
498 crb_t *rb_crb; /* cached roll buffer to roll */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c80 kmem_free(crb, sizeof (crb_t)); \
84 crb_t *crb = (me)->me_crb; \
687 crb_t *crb; in logmap_list_get()
761 crb_t *crb = NULL; in logmap_list_get_roll()
881 crb_t *crb; in logmap_setup_read()
1222 crb_t *crb; in logmap_add_buf()
1223 crb_t *crbsav = NULL; in logmap_add_buf()
1331 crbsav = kmem_alloc(sizeof (crb_t), KM_NOSLEEP); in logmap_add_buf()
1350 kmem_free(crbsav, sizeof (crb_t)); in logmap_add_buf()
1727 crb_t *crb; in logmap_cancel()
H A Dlufs_thread.c253 crb_t *crb = rbp->rb_crb; in log_roll_write_crb()
H A Dlufs_log.c1114 crb_t *crb; in ldl_read()
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h204 } crb_t; typedef
269 crb_t conn_recv_ancillary;
726 extern uint_t conn_recvancillary_size(conn_t *, crb_t, ip_recv_attr_t *,
728 extern void conn_recvancillary_add(conn_t *, crb_t, ip_recv_attr_t *,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c109 conn_recvancillary_size(conn_t *connp, crb_t recv_ancillary, in conn_recvancillary_size()
268 conn_recvancillary_add(conn_t *connp, crb_t recv_ancillary, in conn_recvancillary_add()
H A Dicmp.c2576 crb_t recv_ancillary; in icmp_input()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c333 crb_t addflag; /* Which pieces to add */ in sctp_input_add_ancillary()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5159 crb_t addflag; /* Which pieces to add */ in tcp_input_add_ancillary()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c2328 crb_t recv_ancillary; in udp_input()