OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size32
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/report/
columns.h
105
FIELD(VGS, vg, NUM, "Ext", extent_size, 3,
size32
, "vg_extent_size", "Size of Physical Extents in current units.")
121
FIELD(SEGS, seg, NUM, "Stripe", stripe_size, 6,
size32
, "stripesize", "For stripes, amount of data placed on one device before switching to the next.")
122
FIELD(SEGS, seg, NUM, "Stripe", stripe_size, 6,
size32
, "stripe_size", "For stripes, amount of data placed on one device before switching to the next.")
123
FIELD(SEGS, seg, NUM, "Region", region_size, 6,
size32
, "regionsize", "For mirrors, the unit of data copied when synchronising devices.")
124
FIELD(SEGS, seg, NUM, "Region", region_size, 6,
size32
, "region_size", "For mirrors, the unit of data copied when synchronising devices.")
/src/sys/compat/netbsd32/
netbsd32_ioctl.c
1308
size_t alloc_size32,
size32
;
local
1340
size32
= 0;
1362
size32
= IOCPARM_LEN(com);
1363
alloc_size32 =
size32
;
1399
if (
size32
) {
1401
size32
);
1410
if (__predict_false(
size32
< alloc_size32)) {
1411
memset((char *)data32+
size32
, 0,
1412
alloc_size32 -
size32
);
1415
size32
, 0)
[
all
...]
/src/external/gpl3/binutils/dist/binutils/
readelf.c
8688
#define CHECK_ENTSIZE_VALUES(section, i,
size32
, size64) \
8691
uint64_t expected_entsize = is_32bit_elf ?
size32
: size64; \
/src/external/gpl3/binutils.old/dist/binutils/
readelf.c
8288
#define CHECK_ENTSIZE_VALUES(section, i,
size32
, size64) \
8291
uint64_t expected_entsize = is_32bit_elf ?
size32
: size64; \
Completed in 45 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026