Home | Sort by: relevance | last modified time | path |
/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); |
/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); |
/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); |
/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; |