Searched refs:sp_type (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockparams.c | 133 sp->sp_type, sp->sp_protocol); in sockparams_kstat_init() 211 sp->sp_type = type; in sockparams_create() 367 if (sp->sp_family == family && sp->sp_type == type) { in sockparams_find() 564 if (sockparams_find(&sphead, sp->sp_family, sp->sp_type, in sockparams_add() 883 se[i].se_type = sp->sp_type; in sockparams_copyout_socktable()
|
H A D | sockfilter.c | 1041 t[i].sofst_type == sp->sp_type && in sof_entry_proc_sockparams()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sockfs/ |
H A D | sockfs.c | 127 sp.sp_family, sp.sp_type, sp.sp_protocol, in sockparams_prt()
|
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_dev.h | 86 int sp_type; /* Open type */ member
|
H A D | nsc_dev.c | 385 sp->sp_type = type; in nsc_register_path() 1620 if (sp->sp_pend || (type & sp->sp_type) == 0) in _nsc_find_io() 1631 (type & pp->sp_type) && in _nsc_find_io()
|
/titanic_41/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 366 } sp_type; member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 4722 IN u32_t sp_type) in lm_tcp_rx_empty_ramrod_complete() argument 4730 tcp->cid, sp_type); in lm_tcp_rx_empty_ramrod_complete() 4732 switch (sp_type) { in lm_tcp_rx_empty_ramrod_complete() 4763 sp_type); in lm_tcp_rx_empty_ramrod_complete() 4772 IN u32_t sp_type) in lm_tcp_tx_empty_ramrod_complete() argument 4781 tcp->cid, sp_type); in lm_tcp_tx_empty_ramrod_complete() 4783 switch (sp_type) { in lm_tcp_tx_empty_ramrod_complete() 4820 sp_type); in lm_tcp_tx_empty_ramrod_complete() 5835 u32_t sp_type,sp_flags,flags,snapshot_flags; in lm_tcp_tx_complete_tcp_sp() local 5853 sp_type = tcp->sp_request->type; in lm_tcp_tx_complete_tcp_sp() [all …]
|
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | option.c | 1278 fmri.sp_type = PATTERN_GLOB; in proc_fmri() 1287 fmri.sp_type = PATTERN_PARTIAL; in proc_fmri()
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 6210 if (pattern->sp_type == PATTERN_GLOB) { in scf_cmp_pattern() 6213 } else if (pattern->sp_type == PATTERN_PARTIAL && in scf_cmp_pattern() 6397 pattern[i].sp_type = PATTERN_EXACT; in scf_walk_fmri() 6430 pattern[i].sp_type = PATTERN_EXACT; in scf_walk_fmri() 6460 pattern[i].sp_type = PATTERN_EXACT; in scf_walk_fmri() 6498 pattern[i].sp_type = PATTERN_EXACT; in scf_walk_fmri() 6525 pattern[i].sp_type = PATTERN_GLOB; in scf_walk_fmri() 6538 pattern[i].sp_type = PATTERN_PARTIAL; in scf_walk_fmri() 6753 if (pattern[i].sp_type == PATTERN_INVALID) in scf_walk_fmri()
|
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | eib_impl.h | 349 uint8_t sp_type; member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socketvar.h | 461 int sp_type; member
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 4611 int64_t sp_type; in st_find_eod() local 4639 sp_type = Fmk(1); in st_find_eod() 4641 sp_type = SPACE(SP_EOD, 0); in st_find_eod() 4643 sp_type = Fmk(MAX_SKIP); in st_find_eod() 4646 sp_type = Fmk(1); in st_find_eod() 4650 result = st_cmd(un, SCMD_SPACE, sp_type, SYNC_CMD); in st_find_eod() 4656 if (sp_type == SPACE(SP_EOD, 0)) { in st_find_eod() 4658 sp_type = Fmk(MAX_SKIP); in st_find_eod() 4682 SPACE_CNT(sp_type), un->un_pos.eof, un->un_status); in st_find_eod() 4691 if (sp_type == Fmk(1)) { in st_find_eod()
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_vnic.c | 1460 em.gd_spec.sp_type = mg_type; in eib_vnic_make_vhub_mgid()
|