OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appleufsblk
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/fsck_ffs/
fsck.h
147
extern struct bufarea
appleufsblk
; /* Apple UFS volume label */
175
appleufsblk
.b_un.b_appleufs->ul_checksum = 0; \
176
appleufsblk
.b_un.b_appleufs->ul_checksum = \
177
ffs_appleufs_cksum(
appleufsblk
.b_un.b_appleufs); \
178
appleufsblk
.b_dirty = 1; \
setup.c
618
if (bread(fsreadfd, (char *)
appleufsblk
.b_un.b_fs, label,
621
appleufsblk
.b_bno = label;
622
appleufsblk
.b_size = APPLEUFS_LABEL_SIZE;
624
appleufs =
appleufsblk
.b_un.b_appleufs;
695
if (
appleufsblk
.b_un.b_appleufs->ul_checksum != appleufs->ul_checksum) {
697
appleufsblk
.b_un.b_appleufs->ul_checksum, appleufs->ul_checksum);
705
appleufs->ul_checksum =
appleufsblk
.b_un.b_appleufs->ul_checksum;
utilities.c
147
appleufsblk
.b_un.b_buf = bufp;
148
initbarea(&
appleufsblk
);
293
flush(fswritefd, &
appleufsblk
);
294
free(
appleufsblk
.b_un.b_buf);
main.c
78
struct bufarea
appleufsblk
;
variable in typeref:struct:bufarea
/src/sbin/fsdb/
fsdb.c
69
struct bufarea
appleufsblk
;
variable in typeref:struct:bufarea
Completed in 98 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026