OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
617
if (bread(fsreadfd, (char *)
appleufsblk
.b_un.b_fs, label,
620
appleufsblk
.b_bno = label;
621
appleufsblk
.b_size = APPLEUFS_LABEL_SIZE;
623
appleufs =
appleufsblk
.b_un.b_appleufs;
694
if (
appleufsblk
.b_un.b_appleufs->ul_checksum != appleufs->ul_checksum) {
696
appleufsblk
.b_un.b_appleufs->ul_checksum, appleufs->ul_checksum);
704
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
77
struct bufarea
appleufsblk
;
variable in typeref:struct:bufarea
/src/sbin/fsdb/
fsdb.c
69
struct bufarea
appleufsblk
;
variable in typeref:struct:bufarea
Completed in 32 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025