fConfig
{ return fConfig; }
Config* fConfig;
BRepositoryConfig fConfig;
info->hba_queue_size = fConfig.cmd_per_lun != 0 ? fConfig.cmd_per_lun : 1;
*maxBlocks = fConfig.cmd_per_lun;
if (ccb->target_id > fConfig.max_target) {
if (ccb->target_lun > fConfig.max_lun) {
fStatus = fVirtio->read_device_config(fVirtioDevice, 0, &fConfig,
fConfig.sense_size = VIRTIO_SCSI_SENSE_SIZE;
fConfig.cdb_size = VIRTIO_SCSI_CDB_SIZE;
offsetof(struct virtio_scsi_config, sense_size), &fConfig.sense_size,
sizeof(fConfig.sense_size));
offsetof(struct virtio_scsi_config, cdb_size), &fConfig.cdb_size,
sizeof(fConfig.cdb_size));
requestedSizes[2] = fConfig.seg_max + 2;
struct virtio_scsi_config fConfig;
while(fConfig.FindInt32("parameterID", index, ¶meterID) == B_OK) {
if(fConfig.FindData("parameterData", B_RAW_TYPE, index, &data, &size) == B_OK)
BMessage fConfig;
fConfig = *config;
while (fConfig.FindInt32("parameterID", index, ¶meterID) == B_OK) {
if (fConfig.FindData("parameterData", B_RAW_TYPE, index, &data, &size)
BMessage fConfig;
fConfig = *config;
PRINT_OBJECT(fConfig);
while (fConfig.FindInt32("parameterID", index, ¶meterID) == B_OK) {
if (fConfig.FindData("parameterData", B_RAW_TYPE, index, &data,
BMessage fConfig;
if (fConfig != NULL)
fConfig->AcquireReference();
if (fConfig != NULL)
fConfig->ReleaseReference();
return fConfig != NULL ? fConfig->GetSettings() : NULL;
integer_format format = fConfig != NULL
? fConfig->IntegerFormat() : INTEGER_FORMAT_DEFAULT;
if (fConfig != NULL)
format = fConfig->IntegerFormat();
return fConfig;
AddChild(fConfig = new PPDConfigView(aRect, "ppd-config",
fConfig->Set(file, settings);
PPDConfigView *fConfig;