Home
last modified time | relevance | path

Searched defs:sc (Results 1976 – 2000 of 2251) sorted by relevance

1...<<71727374757677787980>>...91

/freebsd/lib/libmd/
H A Dsha0c.c117 int ew,ec,sw,sc; in SHA_Update() local
H A Dsha1c.c145 int ew,ec,sw,sc; in SHA1_Update() local
/freebsd/sys/dev/clk/allwinner/
H A Dccu_a13.c537 struct aw_ccung_softc *sc; in ccu_a13_attach() local
H A Dccu_a31.c947 struct aw_ccung_softc *sc; in ccu_a31_attach() local
H A Dccu_a83t.c753 struct aw_ccung_softc *sc; in ccu_a83t_attach() local
/freebsd/sys/riscv/riscv/
H A Driscv_console.c238 struct rcons_softc *sc; in rcons_attach() local
/freebsd/sys/dev/ichsmb/
H A Dichsmb_pci.c275 const sc_p sc = device_get_softc(dev); in ichsmb_pci_attach() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp64 SymbolContext sc; in Log() local
H A DStackFrame.cpp380 SymbolContext sc; in GetSymbolContext() local
1217 SymbolContext sc = GetSymbolContext(eSymbolContextFunction in GuessLanguage() local
1580 SymbolContext sc; in DoGuessValueAt() local
1732 SymbolContext sc(GetSymbolContext(eSymbolContextBlock)); in FindVariable() local
/freebsd/sys/dev/uart/
H A Duart_bus_fdt.c269 struct uart_softc *sc; in uart_fdt_probe() local
/freebsd/sys/dev/syscons/
H A Dscmouse.c301 sc_remove_all_cutmarkings(sc_softc_t *sc) in sc_remove_all_cutmarkings()
316 sc_remove_all_mouse(sc_softc_t *sc) in sc_remove_all_mouse()
H A Dsyscons.h91 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) argument
278 struct sc_softc *sc; /* pointer to softc */ member
531 #define SC_VIDEO_LOCKINIT(sc) \ argument
534 #define SC_VIDEO_LOCK(sc) \ argument
539 #define SC_VIDEO_UNLOCK(sc) \ argument
/freebsd/sys/dev/viapm/
H A Dviapm.c86 #define VIAPM_LOCK(sc) mtx_lock(&(sc)->lock) argument
87 #define VIAPM_UNLOCK(sc) mtx_unlock(&(sc)->lock) argument
88 #define VIAPM_LOCK_ASSERT(sc) mtx_assert(&(sc)->lock, MA_OWNED) argument
/freebsd/sys/dev/ral/
H A Drt2860var.h207 #define RAL_LOCK(sc) mtx_lock(&(sc)->sc_mtx) argument
208 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) argument
209 #define RAL_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) argument
/freebsd/sys/dev/atkbdc/
H A Datkbdc.c175 atkbdc_softc_t *sc; in atkbdc_get_softc() local
200 atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0, in atkbdc_attach_unit()
263 atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag, bus_space_handle_t h0, in atkbdc_setup()
/freebsd/sys/dev/safexcel/
H A Dsafexcel_var.h310 #define SAFEXCEL_DPRINTF(sc, lvl, ...) do { \ argument
367 struct safexcel_softc *sc; member
397 struct safexcel_softc *sc; member
422 #define SAFEXCEL_WRITE(sc, off, val) bus_write_4((sc)->sc_res, (off), (val)) argument
423 #define SAFEXCEL_READ(sc, off) bus_read_4((sc)->sc_res, (off)) argument
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.h288 #define MUSB2_READ_2(sc, reg) \ argument
291 #define MUSB2_WRITE_2(sc, reg, data) \ argument
294 #define MUSB2_READ_1(sc, reg) \ argument
297 #define MUSB2_WRITE_1(sc, reg, data) \ argument
306 struct musbotg_softc *sc; member
/freebsd/sys/dev/xl/
H A Dif_xlreg.h652 #define CSR_WRITE_4(sc, reg, val) \ argument
654 #define CSR_WRITE_2(sc, reg, val) \ argument
656 #define CSR_WRITE_1(sc, reg, val) \ argument
659 #define CSR_READ_4(sc, reg) \ argument
661 #define CSR_READ_2(sc, reg) \ argument
663 #define CSR_READ_1(sc, reg) \ argument
666 #define CSR_BARRIER(sc, reg, length, flags) \ argument
/freebsd/sys/amd64/sgx/
H A Dsgxvar.h50 struct sgx_softc *sc; member
/freebsd/sys/dev/hyperv/input/
H A Dhv_kbdc.h53 #define DEBUG_HVSC(sc, ...) do { \ argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp136 void Block::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
403 SymbolContext sc; in GetBlockVariableList() local
/freebsd/sys/crypto/ccp/
H A Dccp.h245 struct ccp_softc *sc; in ccp_queue_get_active() local
254 struct ccp_softc *sc; in ccp_queue_get_ring_space() local
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c277 linux_fxrstor(struct thread *td, mcontext_t *mcp, struct l_sigcontext *sc) in linux_fxrstor()
290 linux_xrstor(struct thread *td, mcontext_t *mcp, struct l_sigcontext *sc) in linux_xrstor()
/freebsd/sys/arm/nvidia/
H A Das3722.h283 #define RD1(sc, reg, val) as3722_read(sc, reg, val) argument
284 #define WR1(sc, reg, val) as3722_write(sc, reg, val) argument
285 #define RM1(sc, reg, clr, set) as3722_modify(sc, reg, clr, set) argument
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp192 Disassembler::GetFunctionDeclLineEntry(const SymbolContext &sc) { in GetFunctionDeclLineEntry()
233 const ExecutionContext &exe_ctx, const SymbolContext &sc, in ElideMixedSourceAndDisassemblyLine()
284 SymbolContext sc; in PrintInstructions() local
542 SymbolContext sc( in Disassemble() local

1...<<71727374757677787980>>...91