OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtinfo
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hp300/dev/
mt.c
88
static const struct
mtinfo
{
struct
91
}
mtinfo
[] = {
variable in typeref:typename:const struct mtinfo[]
97
static const int nmtinfo = sizeof(
mtinfo
) / sizeof(
mtinfo
[0]);
227
if (ha->ha_id ==
mtinfo
[i].hwid &&
230
sc->sc_type =
mtinfo
[i].hwid;
231
aprint_normal(": %s tape\n",
mtinfo
[i].desc);
mt.c
88
static const struct
mtinfo
{
struct
91
}
mtinfo
[] = {
variable in typeref:typename:const struct mtinfo[]
97
static const int nmtinfo = sizeof(
mtinfo
) / sizeof(
mtinfo
[0]);
227
if (ha->ha_id ==
mtinfo
[i].hwid &&
230
sc->sc_type =
mtinfo
[i].hwid;
231
aprint_normal(": %s tape\n",
mtinfo
[i].desc);
/src/sys/dev/gpib/
mt.c
192
struct
mtinfo
{
struct
195
}
mtinfo
[] = {
variable in typeref:struct:mtinfo[]
201
int nmtinfo = sizeof(
mtinfo
) / sizeof(
mtinfo
[0]);
210
if (
mtinfo
[i].hwid == id)
241
aprint_normal(": %s tape\n",
mtinfo
[type].desc);
mt.c
192
struct
mtinfo
{
struct
195
}
mtinfo
[] = {
variable in typeref:struct:mtinfo[]
201
int nmtinfo = sizeof(
mtinfo
) / sizeof(
mtinfo
[0]);
210
if (
mtinfo
[i].hwid == id)
241
aprint_normal(": %s tape\n",
mtinfo
[type].desc);
Completed in 26 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025