OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blkbuf
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_dirhash.c
1034
char *
blkbuf
;
local in function:ulfsdirhash_getprev
1041
blkbuf
= (char *)dirp - entrypos;
1050
dp = (LFS_DIRHEADER *)(
blkbuf
+ i);
ulfs_dirhash.c
1034
char *
blkbuf
;
local in function:ulfsdirhash_getprev
1041
blkbuf
= (char *)dirp - entrypos;
1050
dp = (LFS_DIRHEADER *)(
blkbuf
+ i);
ulfs_dirhash.c
1034
char *
blkbuf
;
local in function:ulfsdirhash_getprev
1041
blkbuf
= (char *)dirp - entrypos;
1050
dp = (LFS_DIRHEADER *)(
blkbuf
+ i);
/src/sys/ufs/ufs/
ufs_dirhash.c
1021
char *
blkbuf
;
local in function:ufsdirhash_getprev
1027
blkbuf
= (char *)dirp - entrypos;
1036
dp = (struct direct *)(
blkbuf
+ i);
ufs_dirhash.c
1021
char *
blkbuf
;
local in function:ufsdirhash_getprev
1027
blkbuf
= (char *)dirp - entrypos;
1036
dp = (struct direct *)(
blkbuf
+ i);
ufs_dirhash.c
1021
char *
blkbuf
;
local in function:ufsdirhash_getprev
1027
blkbuf
= (char *)dirp - entrypos;
1036
dp = (struct direct *)(
blkbuf
+ i);
/src/sys/opencrypto/
cryptosoft.c
565
uint32_t
blkbuf
[howmany(EALG_MAX_BLOCK_LEN, sizeof(uint32_t))];
local in function:swcr_combined
566
u_char *blk = (u_char *)
blkbuf
;
cryptosoft.c
565
uint32_t
blkbuf
[howmany(EALG_MAX_BLOCK_LEN, sizeof(uint32_t))];
local in function:swcr_combined
566
u_char *blk = (u_char *)
blkbuf
;
cryptosoft.c
565
uint32_t
blkbuf
[howmany(EALG_MAX_BLOCK_LEN, sizeof(uint32_t))];
local in function:swcr_combined
566
u_char *blk = (u_char *)
blkbuf
;
/src/sys/stand/efiboot/
efiblock.c
128
UINT8 *
blkbuf
, *blkbuf_start;
local in function:efi_block_do_read_blockio
146
blkbuf
= AllocatePool(alloc_size);
147
if (
blkbuf
== NULL) {
152
blkbuf_start = (void *)roundup2((intptr_t)
blkbuf
,
155
blkbuf_start =
blkbuf
;
167
FreePool(
blkbuf
);
efiblock.c
128
UINT8 *
blkbuf
, *blkbuf_start;
local in function:efi_block_do_read_blockio
146
blkbuf
= AllocatePool(alloc_size);
147
if (
blkbuf
== NULL) {
152
blkbuf_start = (void *)roundup2((intptr_t)
blkbuf
,
155
blkbuf_start =
blkbuf
;
167
FreePool(
blkbuf
);
efiblock.c
128
UINT8 *
blkbuf
, *blkbuf_start;
local in function:efi_block_do_read_blockio
146
blkbuf
= AllocatePool(alloc_size);
147
if (
blkbuf
== NULL) {
152
blkbuf_start = (void *)roundup2((intptr_t)
blkbuf
,
155
blkbuf_start =
blkbuf
;
167
FreePool(
blkbuf
);
Completed in 39 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025