Symbol: present
lib/libcurses/PSD.doc/appen.C
42
Here we present a few examples
lib/libnvmm/libnvmm_x86.c
1860
return &gpr_map__special[instr->rexpref.present][enc][regsize-1];
lib/libnvmm/libnvmm_x86.c
2440
} else if (instr->rexpref.present && instr->rexpref.w) {
lib/libnvmm/libnvmm_x86.c
2592
} else if (!instr->rexpref.present) {
lib/libnvmm/libnvmm_x86.c
2626
rexpref->present = true;
lib/libnvmm/libnvmm_x86.c
948
bool present:1;
sbin/newfs_udf/udf_core.c
3675
found_packet->present |= ((uint64_t) 1 << rel_loc);
sbin/newfs_udf/udf_core.c
3704
packet->present = ((uint64_t) 1 << rel_loc);
sbin/newfs_udf/udf_core.c
3742
if (found_packet->present & ((uint64_t) 1 << rel_loc)) {
sbin/newfs_udf/udf_core.c
3755
found_packet->present |= ((uint64_t) 1 << rel_loc);
sbin/newfs_udf/udf_core.c
3786
uint64_t present, all_present = -1;
sbin/newfs_udf/udf_core.c
3802
present = packet->present;
sbin/newfs_udf/udf_core.c
3803
if (present != all_present) {
sbin/newfs_udf/udf_core.c
3816
if ((present & ((uint64_t) 1 << i)) > 0)
sbin/newfs_udf/udf_core.c
3823
packet->present |= ((uint64_t) 1<<i);
sbin/newfs_udf/udf_core.c
3827
assert(packet->present == all_present);
sbin/newfs_udf/udf_core.c
3833
if (complete || (packet->present == all_present)) {
sbin/newfs_udf/udf_core.c
3856
if (complete || (packet->present == all_present)) {
sbin/newfs_udf/udf_core.c
67
uint64_t present;
share/examples/refuse/fanoutfs/fanoutfs.c
234
if (!present(dp->d_name, &names)) {
sys/arch/arm/imx/imx_pcic.c
458
int present;
sys/arch/arm/imx/imx_pcic.c
467
present = sock->flags & IMX_PCIC_FLAG_CARDP;
sys/arch/arm/imx/imx_pcic.c
468
if ((cs == IMX_PCIC_CARD_VALID) == (present == 1)) {
sys/arch/arm/sunxi/sun50i_a64_acodec.c
577
a64_acodec_dai_jack_detect(audio_dai_tag_t dai, u_int jack, int present)
sys/arch/arm/sunxi/sun50i_a64_acodec.c
583
if (present) {
sys/arch/arm/sunxi/sun50i_a64_acodec.c
596
sc->sc_master_dev = present ?
sys/arch/arm/sunxi/sunxi_mmc.c
790
const uint32_t present = MMC_READ(sc, SUNXI_MMC_STATUS) &
sys/arch/arm/sunxi/sunxi_mmc.c
792
return present != 0;
sys/arch/arm/xscale/pxa2x0_pcic.c
455
int present;
sys/arch/arm/xscale/pxa2x0_pcic.c
466
present = sock->flags & PXAPCIC_FLAG_CARDP;
sys/arch/arm/xscale/pxa2x0_pcic.c
467
if ((cs == PXAPCIC_CARD_VALID) == (present == 1)) {
sys/arch/macppc/dev/drivebay.c
364
int present = (reg & I_PRESENT) == 0;
sys/arch/macppc/dev/drivebay.c
371
node.sysctl_data = &present;
sys/arch/macppc/dev/smartbat.c
258
int which = edata->sensor, present, ch;
sys/arch/macppc/dev/smartbat.c
261
present = (sc->sc_flags & PMU_PWR_BATT_PRESENT) != 0;
sys/arch/macppc/dev/smartbat.c
264
if (present) {
sys/arch/macppc/dev/smartbat.c
268
edata->value_cur = present;
sys/arch/macppc/dev/smartbat.c
324
edata->value_cur = present;
sys/arch/x86/pci/pci_machdep.c
1016
pci_chipset_tag_create(pci_chipset_tag_t opc, const uint64_t present,
sys/arch/x86/pci/pci_machdep.c
1023
if (ov == NULL || present == 0)
sys/arch/x86/pci/pci_machdep.c
1029
for (bits = present; bits != 0; bits = nbits) {
sys/arch/x86/pci/pci_machdep.c
1041
pc->pc_present = present;
sys/arch/x86/x86/bus_dma.c
1709
bus_dma_tag_create(bus_dma_tag_t obdt, const uint64_t present,
sys/arch/x86/x86/bus_dma.c
1716
if (ov == NULL || present == 0)
sys/arch/x86/x86/bus_dma.c
1726
for (bits = present; bits != 0; bits = nbits) {
sys/arch/x86/x86/bus_dma.c
1738
bdt->bdt_exists = obdt->bdt_exists | present;
sys/arch/x86/x86/bus_dma.c
1739
bdt->bdt_present = present;
sys/arch/x86/x86/bus_space.c
969
bus_space_tag_create(bus_space_tag_t obst, const uint64_t present,
sys/arch/x86/x86/bus_space.c
977
if (ov == NULL || present == 0 || extpresent != 0)
sys/arch/x86/x86/bus_space.c
984
for (bits = present; bits != 0; bits = nbits) {
sys/arch/x86/x86/bus_space.c
994
bst->bst_exists = obst->bst_exists | present;
sys/arch/x86/x86/bus_space.c
995
bst->bst_present = present;
sys/dev/acpi/acpi_apm.c
263
int present;
sys/dev/acpi/acpi_apm.c
290
info->present++;
sys/dev/acpi/acpi_apm.c
343
info.present = 0;
sys/dev/acpi/acpi_apm.c
359
if (info.present == 0)
sys/dev/audio/audio_dai.h
116
audio_dai_jack_detect(audio_dai_tag_t dai, u_int jack, bool present)
sys/dev/audio/audio_dai.h
121
return dai->dai_jack_detect(dai, jack, present);
sys/dev/ic/ciss.c
1151
(pdid->present & CISS_PD_PRESENT))
sys/dev/ic/ciss.c
1473
else if (pdid->present & CISS_PD_PRESENT)
sys/dev/ic/cissreg.h
274
u_int8_t present;
sys/dev/ic/rtw.c
3868
uint32_t present;
sys/dev/ic/rtw.c
3874
present = htole32(RTW_PHILIPS_RX_RADIOTAP_PRESENT);
sys/dev/ic/rtw.c
3876
present = htole32(RTW_RX_RADIOTAP_PRESENT);
sys/dev/ic/rtw.c
3877
sc->sc_rxtap.rr_ihdr.it_present = present;
sys/dev/midictl.c
217
_Bool islsb, present;
sys/dev/midictl.c
308
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
310
if ( !present )
sys/dev/midictl.c
321
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
323
if ( !present )
sys/dev/midictl.c
345
_Bool islsb, present;
sys/dev/midictl.c
354
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
355
if ( !present ||
sys/dev/midictl.c
362
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
363
if ( !present ||
sys/dev/midictl.c
406
_Bool islsb, present;
sys/dev/midictl.c
437
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
438
if ( !present )
sys/dev/midictl.c
451
_Bool present;
sys/dev/midictl.c
455
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
456
stval = (present) ? store_extract(mc->store, c, chan, key) : 0;
sys/dev/midictl.c
476
_Bool present;
sys/dev/midictl.c
480
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
481
if ( !present )
sys/dev/nvmm/nvmm.c
1003
if (!mach->hmap[i].present)
sys/dev/nvmm/nvmm.c
1059
machines[i].cpus[n].present = false;
sys/dev/nvmm/nvmm.c
1330
if (vcpu->present && nvmm_impl->vcpu_suspend)
sys/dev/nvmm/nvmm.c
1340
if (vcpu->present && nvmm_impl->vcpu_resume)
sys/dev/nvmm/nvmm.c
1350
if (mach->present) {
sys/dev/nvmm/nvmm.c
1368
if (mach->present) {
sys/dev/nvmm/nvmm.c
138
if (mach->present) {
sys/dev/nvmm/nvmm.c
143
mach->present = true;
sys/dev/nvmm/nvmm.c
157
KASSERT(mach->present);
sys/dev/nvmm/nvmm.c
158
mach->present = false;
sys/dev/nvmm/nvmm.c
175
if (__predict_false(!mach->present)) {
sys/dev/nvmm/nvmm.c
208
if (vcpu->present) {
sys/dev/nvmm/nvmm.c
213
vcpu->present = true;
sys/dev/nvmm/nvmm.c
224
vcpu->present = false;
sys/dev/nvmm/nvmm.c
242
if (__predict_false(!vcpu->present)) {
sys/dev/nvmm/nvmm.c
271
if (!mach->present || mach->owner != owner) {
sys/dev/nvmm/nvmm.c
291
if (!mach->hmap[j].present)
sys/dev/nvmm/nvmm.c
382
if (!mach->hmap[i].present)
sys/dev/nvmm/nvmm.c
691
if (!hmapping->present) {
sys/dev/nvmm/nvmm.c
733
if (!hmapping->present) {
sys/dev/nvmm/nvmm.c
759
if (!hmapping->present) {
sys/dev/nvmm/nvmm.c
760
hmapping->present = true;
sys/dev/nvmm/nvmm.c
777
if (!hmapping->present || hmapping->hva != hva ||
sys/dev/nvmm/nvmm.c
787
hmapping->present = false;
sys/dev/nvmm/nvmm_internal.h
57
bool present;
sys/dev/nvmm/nvmm_internal.h
72
bool present;
sys/dev/nvmm/nvmm_internal.h
79
bool present;
sys/dev/onewire/onewire.c
397
int search = 1, count = 0, present;
sys/dev/onewire/onewire.c
491
present = 0;
sys/dev/onewire/onewire.c
495
present = 1;
sys/dev/onewire/onewire.c
499
if (!present) {
sys/dev/pci/auixp.c
1170
if (!codec->present) {
sys/dev/pci/auixp.c
1232
if (codec->present)
sys/dev/pci/auixp.c
1340
ixp_codec->present = 1;
sys/dev/pci/auixp.c
1514
codec->present = 0;
sys/dev/pci/auixpvar.h
71
int present;
sys/dev/pci/pci_stub.c
48
default_pci_chipset_tag_create(pci_chipset_tag_t opc, const uint64_t present,
sys/dev/sdmmc/sdhc.c
1104
bool present __diagused;
sys/dev/sdmmc/sdhc.c
1107
present = ISSET(HREAD4(hp, SDHC_PRESENT_STATE), SDHC_CMD_INHIBIT_MASK);
sys/dev/sdmmc/sdhc.c
1110
if (present && sdhc_card_detect(hp)) {
sys/dev/sysmon/sysmon_envsys_events.c
1115
bool present, batterycap, batterycharge;
sys/dev/sysmon/sysmon_envsys_events.c
1124
present = true;
sys/dev/sysmon/sysmon_envsys_events.c
1134
present = edata->value_cur;
sys/dev/sysmon/sysmon_envsys_events.c
1138
if (!present)
sys/fs/udf/udf_strat_rmw.c
1037
if (eccline->present & bit)
sys/fs/udf/udf_strat_rmw.c
1039
eccline->present |= bit;
sys/fs/udf/udf_strat_rmw.c
1054
KASSERT(eccline->present == ((uint64_t) 1 << ump->packet_size)-1);
sys/fs/udf/udf_strat_rmw.c
1120
eccline->readin = (~eccline->present) & allbits;
sys/fs/udf/udf_strat_rmw.c
1137
if (eccline->present != 0) {
sys/fs/udf/udf_strat_rmw.c
1140
if (eccline->present & bit) {
sys/fs/udf/udf_strat_rmw.c
1166
"dirty %"PRIx64"\n\t", eccline->present, eccline->readin,
sys/fs/udf/udf_strat_rmw.c
1168
KASSERT(eccline->present == allbits);
sys/fs/udf/udf_strat_rmw.c
1247
if (eccline->present == allbits) {
sys/fs/udf/udf_strat_rmw.c
220
eccline->present));
sys/fs/udf/udf_strat_rmw.c
460
eccline->present = eccline->readin = eccline->dirty = 0;
sys/fs/udf/udf_strat_rmw.c
503
if (eccline->readin & eccline->present)
sys/fs/udf/udf_strat_rmw.c
504
eccline->readin &= (~eccline->present) & allbits;
sys/fs/udf/udf_strat_rmw.c
523
if (eccline->present == allbits) {
sys/fs/udf/udf_strat_rmw.c
560
eccline->present |= bit;
sys/fs/udf/udf_strat_rmw.c
595
KASSERT(eccline->present & bit);
sys/fs/udf/udf_strat_rmw.c
632
if ((eccline->present & bit) == 0) {
sys/fs/udf/udf_strat_rmw.c
642
while (((eccline->present | eccline->error) & bit) == 0) {
sys/fs/udf/udf_strat_rmw.c
750
KASSERT(eccline->present & bit);
sys/fs/udf/udf_strat_rmw.c
827
if (eccline->present & bit) {
sys/fs/udf/udf_strat_rmw.c
877
eccline->present |= bit;
sys/fs/udf/udf_strat_rmw.c
98
uint64_t present; /* preserve these */
sys/fs/udf/udf_strat_rmw.c
983
eccline->present |= bit;
sys/netinet/tcp_input.c
478
goto present;
sys/netinet/tcp_input.c
766
present:
tests/modules/k_helper/k_helper.c
49
static int present = 1;
tests/modules/k_helper/k_helper.c
82
NULL, 0, &present, 0,
tests/modules/k_helper2/k_helper2.c
49
static int present = 1;
tests/modules/k_helper2/k_helper2.c
67
NULL, 0, &present, 0,
tests/modules/t_modctl.c
170
size_t present;
tests/modules/t_modctl.c
172
return get_sysctl("vendor.k_helper.present", &present,
tests/modules/t_modctl.c
173
sizeof(present));