OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_identify
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
nvme.c
892
/*
sc_identify
is filled during attachment */
893
return ((sc->
sc_identify
.vwc & NVME_ID_CTRLR_VWC_PRESENT) != 0);
1605
sc->
sc_identify
= *identify;
1609
nvme_identify_controller_swapbytes(&sc->
sc_identify
);
1611
strnvisx(sn, sizeof(sn), (const char *)sc->
sc_identify
.sn,
1612
sizeof(sc->
sc_identify
.sn), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1613
strnvisx(mn, sizeof(mn), (const char *)sc->
sc_identify
.mn,
1614
sizeof(sc->
sc_identify
.mn), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1615
strnvisx(fr, sizeof(fr), (const char *)sc->
sc_identify
.fr,
1616
sizeof(sc->
sc_identify
.fr), VIS_TRIM|VIS_SAFE|VIS_OCTAL)
[
all
...]
nvmevar.h
153
sc_identify
;
member in struct:nvme_softc
Completed in 27 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025