Searched refs:crb_t (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 289 } 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 */
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 80 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 D | lufs_thread.c | 256 crb_t *crb = rbp->rb_crb; in log_roll_write_crb()
|
H A D | lufs_log.c | 1114 crb_t *crb; in ldl_read()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ipclassifier.h | 199 } crb_t; typedef 263 crb_t conn_recv_ancillary; 722 extern uint_t conn_recvancillary_size(conn_t *, crb_t, ip_recv_attr_t *, 724 extern void conn_recvancillary_add(conn_t *, crb_t, ip_recv_attr_t *,
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 107 conn_recvancillary_size(conn_t *connp, crb_t recv_ancillary, in conn_recvancillary_size() 255 conn_recvancillary_add(conn_t *connp, crb_t recv_ancillary, in conn_recvancillary_add()
|
H A D | icmp.c | 2569 crb_t recv_ancillary; in icmp_input()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_input.c | 332 crb_t addflag; /* Which pieces to add */ in sctp_input_add_ancillary()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 4986 crb_t addflag; /* Which pieces to add */ in tcp_input_add_ancillary()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 2270 crb_t recv_ancillary; in udp_input()
|