OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_struct_endian
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
virtiovar.h
147
int
sc_struct_endian
;
member in struct:virtio_softc
virtio.c
253
if (sc->sc_bus_endian != sc->
sc_struct_endian
) {
259
if (BYTE_ORDER != sc->
sc_struct_endian
)
376
if (BYTE_ORDER != sc->
sc_struct_endian
)
380
if (sc->sc_bus_endian != sc->
sc_struct_endian
) {
385
if (sc->
sc_struct_endian
== LITTLE_ENDIAN) {
431
return BYTE_ORDER != sc->
sc_struct_endian
? bswap16(val) : val;
438
return BYTE_ORDER != sc->
sc_struct_endian
? bswap32(val) : val;
445
return BYTE_ORDER != sc->
sc_struct_endian
? bswap64(val) : val;
virtio_pci.c
427
sc->
sc_struct_endian
= STRUCT_ENDIAN_09;
549
sc->
sc_struct_endian
= STRUCT_ENDIAN_10;
/src/sys/dev/virtio/
virtio_mmio.c
286
vsc->
sc_struct_endian
= STRUCT_ENDIAN;
448
vsc->
sc_struct_endian
= LITTLE_ENDIAN;
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025