OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atap_model
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
wd.c
122
if (strcmp(wd->sc_params.
atap_model
, "ST506") == 0)
127
strncpy(lp->d_typename, wd->sc_params.
atap_model
, 16);
/src/sys/arch/mmeye/stand/boot/
wd.c
119
if (strcmp(wd->sc_params.
atap_model
, "ST506") == 0)
124
strncpy(lp->d_typename, wd->sc_params.
atap_model
, 16);
/src/sys/arch/bebox/stand/boot/
wd.c
134
if (strcmp((const char *)wd->sc_params.
atap_model
, "ST506") == 0)
139
strncpy(lp->d_typename, (const char *)wd->sc_params.
atap_model
, 16);
wdc.c
222
mkident(prms->
atap_model
, sizeof(prms->
atap_model
));
/src/sbin/atactl/
atactl.c
179
static char model[sizeof(inqbuf->
atap_model
)+1];
1348
((inqbuf->
atap_model
[0] == 'N' &&
1349
inqbuf->
atap_model
[1] == 'E') ||
1350
(inqbuf->
atap_model
[0] == 'F' &&
1351
inqbuf->
atap_model
[1] == 'X')))) {
1360
inqbuf->
atap_model
, sizeof(inqbuf->
atap_model
),
/src/usr.sbin/sysinst/
disks.c
299
char model[sizeof(inqbuf->
atap_model
)+1];
325
((inqbuf->
atap_model
[0] == 'N' &&
326
inqbuf->
atap_model
[1] == 'E') ||
327
(inqbuf->
atap_model
[0] == 'F' &&
328
inqbuf->
atap_model
[1] == 'X')))) {
334
inqbuf->
atap_model
, sizeof(inqbuf->
atap_model
), needswap);
/src/sys/dev/ata/
atareg.h
310
uint8_t
atap_model
[40]; /* 27-46: model number */
member in struct:ataparams
ata.c
879
# define M(n) prms->
atap_model
[(n) ^ 1]
881
# define M(n) prms->
atap_model
[n]
896
for (i = 0; i < sizeof(prms->
atap_model
); i += 2) {
897
p = (uint16_t *)(prms->
atap_model
+ i);
ld_ataraid.c
714
strnvisx(model, sizeof(model), wd->sc_params.
atap_model
,
715
sizeof(wd->sc_params.
atap_model
), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
wd.c
350
for (blank = 0, p = wd->sc_params.
atap_model
, q = tbuf, i = 0;
351
i < sizeof(wd->sc_params.
atap_model
); i++) {
497
if (strcmp(wd->sc_params.
atap_model
, "ST506") == 0)
1773
strncpy(params->
atap_model
, "ST506",
1774
sizeof params->
atap_model
);
/src/sys/dev/scsipi/
atapi_wdc.c
321
strnvisx(model, sizeof(model), id->
atap_model
,
322
sizeof(id->
atap_model
), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
/src/sys/dev/ic/
siisata.c
1672
strnvisx(model, sizeof(model), id->
atap_model
, 40,
ahcisata_core.c
2167
strnvisx(model, sizeof(model), id->
atap_model
, 40,
mvsata.c
820
strnvisx(model, sizeof(model), id->
atap_model
, 40,
Completed in 26 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025