OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:form_cmd
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/isa/
fd.c
1407
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
1547
form_cmd
= (struct fdformat_cmd *)addr;
1548
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
1551
if (
form_cmd
->head >= fd->sc_type->heads ||
1552
form_cmd
->cylinder >= fd->sc_type->cyls) {
1557
fd_formb->head =
form_cmd
->head;
1558
fd_formb->cyl =
form_cmd
->cylinder;
1573
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
1574
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
/src/sys/arch/atari/dev/
hdfd.c
1299
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
1420
form_cmd
= (struct fdformat_cmd *)addr;
1421
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
1424
if (
form_cmd
->head >= fd->sc_type->heads ||
1425
form_cmd
->cylinder >= fd->sc_type->tracks) {
1430
fd_formb->head =
form_cmd
->head;
1431
fd_formb->cyl =
form_cmd
->cylinder;
1446
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
1447
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
/src/sys/arch/acorn32/mainbus/
fd.c
1277
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
1391
form_cmd
= (struct fdformat_cmd *)addr;
1392
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
1395
if (
form_cmd
->head >= fd->sc_type->heads ||
1396
form_cmd
->cylinder >= fd->sc_type->cyls) {
1401
fd_formb->head =
form_cmd
->head;
1402
fd_formb->cyl =
form_cmd
->cylinder;
1417
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
1418
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
/src/sys/arch/sparc64/dev/
fdc.c
2138
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
2281
form_cmd
= (struct fdformat_cmd *)addr;
2282
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
2286
if (
form_cmd
->head >= fd->sc_type->heads ||
2287
form_cmd
->cylinder >= fd->sc_type->cylinders) {
2292
fd_formb->head =
form_cmd
->head;
2293
fd_formb->cyl =
form_cmd
->cylinder;
2308
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
2309
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
/src/sys/arch/sparc/dev/
fd.c
1955
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
2098
form_cmd
= (struct fdformat_cmd *)addr;
2099
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
2103
if (
form_cmd
->head >= fd->sc_type->heads ||
2104
form_cmd
->cylinder >= fd->sc_type->cylinders) {
2109
fd_formb->head =
form_cmd
->head;
2110
fd_formb->cyl =
form_cmd
->cylinder;
2125
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
2126
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
/src/sys/arch/x68k/dev/
fd.c
1616
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
1729
form_cmd
= (struct fdformat_cmd *)addr;
1730
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
1733
if (
form_cmd
->head >= fd->sc_type->heads ||
1734
form_cmd
->cylinder >= fd->sc_type->cyls) {
1740
fd_formb->head =
form_cmd
->head;
1741
fd_formb->cyl =
form_cmd
->cylinder;
1756
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
1757
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
/src/sys/arch/sun3/dev/
fd.c
1594
struct fdformat_cmd *
form_cmd
;
local in function:fdioctl
1726
form_cmd
= (struct fdformat_cmd *)addr;
1727
if (
form_cmd
->formatcmd_version != FDFORMAT_VERSION)
1731
if (
form_cmd
->head >= fd->sc_type->heads ||
1732
form_cmd
->cylinder >= fd->sc_type->tracks) {
1737
fd_formb->head =
form_cmd
->head;
1738
fd_formb->cyl =
form_cmd
->cylinder;
1753
fd_formb->fd_formb_cylno(i) =
form_cmd
->cylinder;
1754
fd_formb->fd_formb_headno(i) =
form_cmd
->head;
Completed in 21 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025