Searched refs:sp_flags (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/format/ |
H A D | menu_cache.c | 131 int sp_flags; in ca_write_enable() local 156 sp_flags = MODE_SELECT_PF; in ca_write_enable() 158 sp_flags |= MODE_SELECT_SP; in ca_write_enable() 168 DAD_MODE_CACHE, sp_flags, in ca_write_enable() 192 int sp_flags; in ca_write_disable() local 217 sp_flags = MODE_SELECT_PF; in ca_write_disable() 219 sp_flags |= MODE_SELECT_SP; in ca_write_disable() 229 DAD_MODE_CACHE, sp_flags, in ca_write_disable() 282 int sp_flags; in ca_read_enable() local 307 sp_flags = MODE_SELECT_PF; in ca_read_enable() [all …]
|
H A D | ctlr_scsi.c | 712 int sp_flags; local 822 sp_flags = MODE_SELECT_PF; 824 sp_flags |= MODE_SELECT_SP; 830 sp_flags, (caddr_t)page1, length, &header); 831 if (status && (sp_flags & MODE_SELECT_SP)) { 833 sp_flags &= ~MODE_SELECT_SP; 835 sp_flags, (caddr_t)page1, length, &header); 875 int sp_flags; local 958 sp_flags = MODE_SELECT_PF; 960 sp_flags |= MODE_SELECT_SP; [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 2962 cmp_rx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_RX) == 0); in lm_tcp_comp_cb() 2964 cmp_tx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_TX) == 0);; in lm_tcp_comp_cb() 2972 cmp_rx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_RX) == 0); in lm_tcp_comp_cb() 2974 cmp_tx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_TX) == 0); in lm_tcp_comp_cb() 2978 cmp_rx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_RX) == 0); in lm_tcp_comp_cb() 2980 cmp_tx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_TX) == 0); in lm_tcp_comp_cb() 2984 cmp_rx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_RX) == 0); in lm_tcp_comp_cb() 2986 cmp_tx = (GET_FLAGS(tcp->sp_flags, SP_REQUEST_COMPLETED_TX) == 0); in lm_tcp_comp_cb() 3271 tcp->sp_flags |= SP_TCP_OFLD_REQ_POSTED; in lm_tcp_post_initiate_offload_request() 3292 SET_FLAGS(tcp->sp_flags, SP_TCP_TRM_REQ_POSTED ); in lm_tcp_post_terminate_tcp_request() [all …]
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockparams.c | 214 sp->sp_flags = flags; in sockparams_create() 231 if (sp->sp_flags & SOCKPARAMS_EPHEMERAL) in sockparams_create() 523 ASSERT(sp->sp_flags & SOCKPARAMS_EPHEMERAL); in sockparams_ephemeral_drop_last_ref() 561 ASSERT(!(sp->sp_flags & SOCKPARAMS_EPHEMERAL)); in sockparams_add() 891 se[i].se_flags = sp->sp_flags; in sockparams_copyout_socktable()
|
/titanic_50/usr/src/cmd/mdb/common/modules/sockfs/ |
H A D | sockfs.c | 129 sp.sp_flags); in sockparams_prt()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 478 int sp_flags; /* see below */ member 572 if ((sp)->sp_flags & SOCKPARAMS_EPHEMERAL) { \
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4st.h | 622 u16_t sp_flags; member
|