OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b50
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c
90
struct byte_bpb50 *
b50
;
local in function:msdosfs_mount
105
b50
= (struct byte_bpb50 *)bsp->bs50.bsBPB;
127
SecPerClust =
b50
->bpbSecPerClust;
128
pmp->pm_BytesPerSec = getushort(
b50
->bpbBytesPerSec);
129
pmp->pm_ResSectors = getushort(
b50
->bpbResSectors);
130
pmp->pm_FATs =
b50
->bpbFATs;
131
pmp->pm_RootDirEnts = getushort(
b50
->bpbRootDirEnts);
132
pmp->pm_Sectors = getushort(
b50
->bpbSectors);
133
pmp->pm_FATsecs = getushort(
b50
->bpbFATsecs);
134
pmp->pm_SecPerTrack = getushort(
b50
->bpbSecPerTrack)
[
all
...]
msdosfs_vfsops.c
90
struct byte_bpb50 *
b50
;
local in function:msdosfs_mount
105
b50
= (struct byte_bpb50 *)bsp->bs50.bsBPB;
127
SecPerClust =
b50
->bpbSecPerClust;
128
pmp->pm_BytesPerSec = getushort(
b50
->bpbBytesPerSec);
129
pmp->pm_ResSectors = getushort(
b50
->bpbResSectors);
130
pmp->pm_FATs =
b50
->bpbFATs;
131
pmp->pm_RootDirEnts = getushort(
b50
->bpbRootDirEnts);
132
pmp->pm_Sectors = getushort(
b50
->bpbSectors);
133
pmp->pm_FATsecs = getushort(
b50
->bpbFATsecs);
134
pmp->pm_SecPerTrack = getushort(
b50
->bpbSecPerTrack)
[
all
...]
/src/sys/fs/msdosfs/
msdosfs_vfsops.c
466
struct byte_bpb50 *
b50
;
local in function:msdosfs_mountfs
514
if (secsize < sizeof(*
b50
)) {
523
b50
= (struct byte_bpb50 *)bsp->bs50.bsBPB;
553
SecPerClust =
b50
->bpbSecPerClust;
554
pmp->pm_BytesPerSec = getushort(
b50
->bpbBytesPerSec);
555
pmp->pm_ResSectors = getushort(
b50
->bpbResSectors);
556
pmp->pm_FATs =
b50
->bpbFATs;
557
pmp->pm_RootDirEnts = getushort(
b50
->bpbRootDirEnts);
558
pmp->pm_Sectors = getushort(
b50
->bpbSectors);
559
pmp->pm_FATsecs = getushort(
b50
->bpbFATsecs)
[
all
...]
msdosfs_vfsops.c
466
struct byte_bpb50 *
b50
;
local in function:msdosfs_mountfs
514
if (secsize < sizeof(*
b50
)) {
523
b50
= (struct byte_bpb50 *)bsp->bs50.bsBPB;
553
SecPerClust =
b50
->bpbSecPerClust;
554
pmp->pm_BytesPerSec = getushort(
b50
->bpbBytesPerSec);
555
pmp->pm_ResSectors = getushort(
b50
->bpbResSectors);
556
pmp->pm_FATs =
b50
->bpbFATs;
557
pmp->pm_RootDirEnts = getushort(
b50
->bpbRootDirEnts);
558
pmp->pm_Sectors = getushort(
b50
->bpbSectors);
559
pmp->pm_FATsecs = getushort(
b50
->bpbFATsecs)
[
all
...]
/src/sys/dev/
video.c
1937
const struct v4l2_buffer50 *
b50
= data;
local in function:buf50tobuf
1939
buf->index =
b50
->index;
1940
buf->type =
b50
->type;
1941
buf->bytesused =
b50
->bytesused;
1942
buf->flags =
b50
->flags;
1943
buf->field =
b50
->field;
1944
timeval50_to_timeval(&
b50
->timestamp, &buf->timestamp);
1945
buf->timecode =
b50
->timecode;
1946
buf->sequence =
b50
->sequence;
1947
buf->memory =
b50
->memory
1958
struct v4l2_buffer50 *
b50
= data;
local in function:buftobuf50
[
all
...]
video.c
1937
const struct v4l2_buffer50 *
b50
= data;
local in function:buf50tobuf
1939
buf->index =
b50
->index;
1940
buf->type =
b50
->type;
1941
buf->bytesused =
b50
->bytesused;
1942
buf->flags =
b50
->flags;
1943
buf->field =
b50
->field;
1944
timeval50_to_timeval(&
b50
->timestamp, &buf->timestamp);
1945
buf->timecode =
b50
->timecode;
1946
buf->sequence =
b50
->sequence;
1947
buf->memory =
b50
->memory
1958
struct v4l2_buffer50 *
b50
= data;
local in function:buftobuf50
[
all
...]
Completed in 26 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025