Searched defs:GetSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioBuffer.cc76 size = GetHeader().Time_to_Bytes(GetSize());
231 GetSize() const function in class:AudioBuffer
295 if (Undefined(len) || (len > GetSize())) {
297 setlength(GetSize());
395 if (pos >= GetSize()) {
453 if (local_length > GetSize()) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c81 static int GetSize = 1; /* Unless we're given as arg, must look it up */ variable
535 if (GetFsParams || GetSize) {
1225 if (GetSize) {
1949 GetSize = GetSPT = GetSPC = GetTPC = GetBPF = 1;
3290 GetSize = 0;
3405 } else if (DontUseFdisk && GetSize) {

Completed in 51 milliseconds