OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bc_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/bioctl/
bioctl.c
804
bc.
bc_size
= (uint64_t)volsize;
806
bc.
bc_size
= disksize * user_disks;
822
bc.
bc_size
= (uint64_t)volsize;
824
bc.
bc_size
= ((disksize * user_disks) / 2);
837
bc.
bc_size
= (uint64_t)volsize;
839
bc.
bc_size
= (disksize * (user_disks - 1));
852
bc.
bc_size
= (uint64_t)volsize;
854
bc.
bc_size
=
869
humanize_number(size, 5, bc.
bc_size
, "", HN_AUTOSCALE,
/src/sys/dev/
biovar.h
244
uint64_t
bc_size
; /* size of the volume set */
member in struct:bioc_volops
/src/sys/dev/pci/
arcmsr.c
961
req_cvolset.capacity = bc->
bc_size
* ARC_BLOCKSIZE;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c
911
size_t
bc_size
= sizeof(*bios_connectors) * ATOM_MAX_SUPPORTED_DEVICE;
local in function:radeon_get_atom_connector_info_from_supported_devices_table
917
bios_connectors = kzalloc(
bc_size
, GFP_KERNEL);
Completed in 48 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025