Searched refs:present (Results 1 - 25 of 25) sorted by relevance

/haiku/3rdparty/vmware/
H A Dhaiku.vmx18 ethernet0.present= "true"
26 serial0.present = "true"
31 usb.present = "true"
33 sound.present = "false"
39 scsi0.present = "false"
41 floppy0.present = "false"
43 ide0:0.present = "true"
51 ide0:1.present = "false"
53 ide1:0.present = "false"
59 ide1:1.present
[all...]
H A Dhaiku-alpha.vmx18 ethernet0.present= "true"
26 serial0.present = "true"
31 usb.present = "true"
33 sound.present = "false"
39 scsi0.present = "false"
41 floppy0.present = "false"
43 ide0:0.present = "true"
53 ide0:1.present = "true"
61 ide1:0.present = "false"
67 ide1:1.present
[all...]
H A Dhaiku-nightly.vmx18 ethernet0.present= "true"
26 serial0.present = "true"
31 usb.present = "true"
33 sound.present = "false"
39 scsi0.present = "false"
41 floppy0.present = "false"
43 ide0:0.present = "true"
53 ide0:1.present = "true"
61 ide1:0.present = "false"
67 ide1:1.present
[all...]
/haiku/headers/private/kernel/arch/x86/64/
H A Ddescriptors.h37 uint32 present : 1; member in struct:segment_descriptor
88 desc->present = 1;
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp56 bool present; member in struct:test_block
194 if (gBlocks[number].present)
198 if (!gBlocks[number].present)
199 error(line, "Block %lld is present, but should not!", number);
266 gBlocks[1].present = true;
279 gBlocks[2].present = true;
291 gBlocks[0].present = true;
318 gBlocks[2].present = false;
334 gBlocks[0].present = true;
338 gBlocks[1].present
[all...]
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y242 $$.present = CISTPL_POWER_VNOM;
247 $$.present = CISTPL_POWER_VMIN;
252 $$.present = CISTPL_POWER_VMAX;
257 $$.present = CISTPL_POWER_ISTATIC;
262 $$.present = CISTPL_POWER_IAVG;
267 $$.present = CISTPL_POWER_IPEAK;
272 $$.present = CISTPL_POWER_IDOWN;
279 $$.present = 0;
283 $$.present |= 1<<($2.present);
[all...]
H A Ddump_cis.c233 if (power->present & (1<<i)) n++;
236 if (power->present & (1<<CISTPL_POWER_VNOM)) {
240 if (power->present & (1<<CISTPL_POWER_VMIN)) {
244 if (power->present & (1<<CISTPL_POWER_VMAX)) {
248 if (power->present & (1<<CISTPL_POWER_ISTATIC)) {
252 if (power->present & (1<<CISTPL_POWER_IAVG)) {
257 if (power->present & (1<<CISTPL_POWER_IPEAK)) {
262 if (power->present & (1<<CISTPL_POWER_IDOWN)) {
305 if (entry->vcc.present)
307 if (entry->vpp1.present)
[all...]
H A Dpack_cis.c71 *c = pwr->present; c++;
73 if (!(pwr->present & (1<<i)))
180 if (p->vcc.present) {
182 if (p->vpp1.present) {
184 if (p->vpp2.present) {
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h59 uint32 present : 1; // 15 member in struct:segment_descriptor
131 desc->present = 1;
152 desc->present = 1;
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp139 bool present = false;
140 status_t result = HasCachedScreenshot(coord, &present);
142 if (result == B_OK && present)
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac2.c17 bool present; local
50 present = true;
55 present = false;
68 return present;
H A Ddac.c17 bool present; local
43 present = true;
48 present = false;
60 return present;
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac2.c17 bool present; local
50 present = true;
55 present = false;
68 return present;
H A Ddac.c19 bool present; local
45 present = true;
50 present = false;
62 return present;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac2.c18 bool present; local
61 present = true;
66 present = false;
79 return present;
H A Dnv_dac.c18 bool present; local
56 present = true;
61 present = false;
73 return present;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_radiotap.c273 * header description. If the item is not present or is not
348 uint32_t present = le32toh(rh->it_present); local
355 if ((present & (1<<i)) == 0)
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp136 bool present = (taskFile.chs.sector_count == 0x5a && local
139 TRACE_ALWAYS("_DevicePresent: device %i, presence %d\n", device, present);
140 return present;
320 TRACE_ERROR("target device not present\n");
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp1407 bool present = false; local
1409 desiredCoordinate, &present) != B_OK) {
1410 HDERROR("unable to ascertain if screenshot is present for pkg [%s]", package->Name().String());
1412 if (present) {
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h405 /* These are bits in the 'present' field, and indices in 'param' */
418 u_char present; member in struct:cistpl_power_t
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp549 bool present = map & 0x1; local
551 if (!present)
695 /* note floppy B can be reported present anyway... */
876 /* note floppy B can be reported present anyway... */
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ns.c65 if (ctrlr->cdata.vwc.present)
H A Dnvme_spec.h1283 uint8_t present : 1; member in struct:nvme_ctrlr_data::__anon27
H A Dnvme_ctrlr.c229 if (ctrlr->cdata.vwc.present)
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex602 deduced, that the alignment is, if present, the maximum of

Completed in 300 milliseconds