/src/sys/arch/sparc/dev/ |
swreg.h | 54 } sci; member in struct:sw_regs
|
/src/sys/dev/i2o/ |
iopsp.c | 121 struct i2o_param_hba_scsi_ctlr_info sci; member in union:iopsp_attach::__anon5b866bde0208::__anon5b866bde030a 165 aprint_normal("%d-bit", param.p.sci.maxdatawidth); 167 (u_int32_t)le64toh(param.p.sci.maxsyncrate) / 1000, 168 le32toh(param.p.sci.initiatorid)); 185 IOPSP_MAX_FC_TARGET : param.p.sci.maxdatawidth; 187 sc->sc_channel.chan_id = le32toh(param.p.sci.initiatorid);
|
/src/sys/dev/sun/ |
sireg.h | 49 struct ncr5380regs sci; member in struct:si_regs
|
/src/sys/dev/i2c/ |
ds2482ow.c | 684 ds2482_generic_action(struct ds2482_instance *sci, uint8_t cmd, uint8_t cmdarg, 687 struct ds2482ow_sc *sc = sci->sc; 693 rv = ds2482_set_channel(sc, sci->sc_i_channel); 706 struct ds2482_instance *sci = arg; local in function:ds2482_ow_reset 707 struct ds2482ow_sc *sc = sci->sc; 710 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_RESET, 0, NULL, 0); 713 device_xname(sc->sc_dev), sci->sc_i_channel, rv, rv)); 721 struct ds2482_instance *sci = arg; local in function:ds2482_ow_read_bit 722 struct ds2482ow_sc *sc = sci->sc; 726 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_SINGLE_BIT_READ, 0 739 struct ds2482_instance *sci = arg; local in function:ds2482_ow_write_bit 755 struct ds2482_instance *sci = arg; local in function:ds2482_ow_read_byte 772 struct ds2482_instance *sci = arg; local in function:ds2482_ow_write_byte 788 struct ds2482_instance *sci = arg; local in function:ds2482_ow_triplet [all...] |
/src/sys/arch/sun3/dev/ |
sireg.h | 40 struct ncr5380regs sci; member in struct:si_regs
|
/src/sys/arch/x86/acpi/ |
acpi_machdep.c | 277 bool sci = irq == AcpiGbl_FADT.SciInterrupt; local in function:acpi_md_intr_establish 283 (!sci && polarity == ACPI_MADT_POLARITY_CONFORMS)) { 289 (!sci && trigger == ACPI_MADT_TRIGGER_CONFORMS)) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator_primary32.h | 162 SizeClassInfo *sci = GetSizeClassInfo(class_id); local in function:SizeClassAllocator32::AllocateBatch 163 SpinMutexLock l(&sci->mutex); 164 if (sci->free_list.empty()) { 165 if (UNLIKELY(!PopulateFreeList(stat, c, sci, class_id))) 167 DCHECK(!sci->free_list.empty()); 169 TransferBatch *b = sci->free_list.front(); 170 sci->free_list.pop_front(); 178 SizeClassInfo *sci = GetSizeClassInfo(class_id); local in function:SizeClassAllocator32::DeallocateBatch 179 SpinMutexLock l(&sci->mutex); 180 sci->free_list.push_front(b) [all...] |
/src/sys/net/ |
if_ppp.c | 264 struct ppp_softc *sc, *sci, *scl = NULL; local in function:ppp_create 271 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) { 272 scl = sci; 273 if (i < sci->sc_unit) { 278 KASSERT(i == sci->sc_unit); 286 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) { 287 scl = sci; 288 if (unit < sci->sc_unit) 290 else if (unit == sci->sc_unit) { 298 if (sci != NULL [all...] |