OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postbl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_ffs/
utilities.c
624
uint16_t
postbl
[256];
local in function:sb_oldfscompat_read
632
/* extract the
postbl
from the unswapped superblock */
635
memmove(
postbl
, (&(*fssave)->fs_old_postbl_start),
636
n * sizeof(
postbl
[0]));
642
postbl
[i] = bswap16(
postbl
[i]);
649
memmove((&(*fssave)->fs_old_postbl_start),
postbl
,
650
n * sizeof(
postbl
[0]));
utilities.c
624
uint16_t
postbl
[256];
local in function:sb_oldfscompat_read
632
/* extract the
postbl
from the unswapped superblock */
635
memmove(
postbl
, (&(*fssave)->fs_old_postbl_start),
636
n * sizeof(
postbl
[0]));
642
postbl
[i] = bswap16(
postbl
[i]);
649
memmove((&(*fssave)->fs_old_postbl_start),
postbl
,
650
n * sizeof(
postbl
[0]));
Completed in 32 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025