OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloconce
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/resize_ffs/
resize_ffs.c
313
alloconce
(size_t nb, const char *tag)
function in typeref:typename:void *
335
cgp =
alloconce
(oldsb->fs_ncg * cgblksz, "cgs");
1006
zinodes2 =
alloconce
(newsb->fs_ipg * sizeof(*zinodes2),
1010
zinodes1 =
alloconce
(newsb->fs_ipg * sizeof(*zinodes1),
1036
cgp =
alloconce
((newsb->fs_ncg - oldsb->fs_ncg) * cgblksz,
1244
blkmove =
alloconce
(oldsb->fs_size * sizeof(*blkmove), "blkmove");
1262
inodes =
alloconce
(oldsb->fs_ncg * oldsb->fs_ipg *
1264
iflags =
alloconce
(oldsb->fs_ncg * oldsb->fs_ipg, "inode flags");
1566
inomove =
alloconce
(oldsb->fs_ipg * oldsb->fs_ncg * sizeof(*inomove),
Completed in 80 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025