HomeSort by: relevance | last modified time | path
    Searched refs:present (Results 1 - 25 of 107) sorted by relevancy

1 2 3 4 5

  /src/sys/sys/
common_ansi.h 40 #error __PTRDIFF_TYPE__ not present
44 #error __SIZE_TYPE__ not present
48 #error __WCHAR_TYPE__ not present
52 #error __WINT_TYPE__ not present
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_hdagt215.c 46 gt215_hda_hpd(struct nvkm_ior *ior, int head, bool present)
51 if (present)
nouveau_nvkm_engine_disp_hdagf119.c 46 gf119_hda_hpd(struct nvkm_ior *ior, int head, bool present)
52 if (present) {
dp.h 25 bool present; member in struct:nvkm_dp
  /src/sys/dev/nvmm/
nvmm_internal.h 57 bool present; member in struct:nvmm_cpu
72 bool present; member in struct:nvmm_hmapping
79 bool present; member in struct:nvmm_machine
nvmm.c 138 if (mach->present) {
143 mach->present = true;
157 KASSERT(mach->present);
158 mach->present = false;
175 if (__predict_false(!mach->present)) {
208 if (vcpu->present) {
213 vcpu->present = true;
224 vcpu->present = false;
242 if (__predict_false(!vcpu->present)) {
271 if (!mach->present || mach->owner != owner)
    [all...]
  /src/tests/modules/k_helper2/
k_helper2.c 49 static int present = 1; variable in typeref:typename:int
65 CTLTYPE_INT, "present",
67 NULL, 0, &present, 0,
  /src/sys/dev/
midictl.c 217 _Bool islsb, present; local in function:midictl_change
308 present = store_locate(mc->store, c, chan, key);
310 if ( !present )
321 present = store_locate(mc->store, c, chan, key);
323 if ( !present )
345 _Bool islsb, present; local in function:midictl_read
354 present = store_locate(mc->store, c, chan, key);
355 if ( !present ||
362 present = store_locate(mc->store, c, chan, key);
363 if ( !present ||
406 _Bool islsb, present; local in function:reset_all_controllers
451 _Bool present; local in function:enter14
476 _Bool present; local in function:read14
    [all...]
  /src/usr.bin/gprof/PSD.doc/
Makefile 7 postp.me present.me refs.me
  /src/tests/modules/k_helper/
k_helper.c 49 static int present = 1; variable in typeref:typename:int
80 CTLTYPE_INT, "present",
82 NULL, 0, &present, 0,
  /src/sys/dev/pci/
auixpvar.h 71 int present; member in struct:auixp_codec
pci_stub.c 48 default_pci_chipset_tag_create(pci_chipset_tag_t opc, const uint64_t present,
  /src/sys/fs/udf/
udf_strat_rmw.c 98 uint64_t present; /* preserve these */ member in struct:udf_eccline
219 "present %0"PRIx64"\n", eccline->start_sector,
220 eccline->present));
460 eccline->present = eccline->readin = eccline->dirty = 0;
503 if (eccline->readin & eccline->present)
504 eccline->readin &= (~eccline->present) & allbits;
523 if (eccline->present == allbits) {
560 eccline->present |= bit;
595 KASSERT(eccline->present & bit);
632 if ((eccline->present & bit) == 0)
    [all...]
  /src/sys/arch/i386/stand/lib/
biosmca.S 93 # check feature byte 1 if MCA bus present and replaces ISA
  /src/sys/dev/acpi/
acpi_apm.c 263 int present; member in struct:apm_sensor_info
289 else if (strstr(edata->desc, "present") && data != 0)
290 info->present++;
343 info.present = 0;
359 if (info.present == 0)
  /src/sys/arch/macppc/dev/
smartbat.c 202 INITDATA(BAT_PRESENT, ENVSYS_INDICATOR, "Battery present");
258 int which = edata->sensor, present, ch; local in function:smartbat_refresh
261 present = (sc->sc_flags & PMU_PWR_BATT_PRESENT) != 0;
264 if (present) {
268 edata->value_cur = present;
324 edata->value_cur = present;
420 printf(" present");
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 80 # is present. The routine below should point to the operating system handler
98 # is present. The routine below should point to the operating system handler
116 # is present. The routine below should point to the operating system handler
135 # is present. The routine below should point to the operating system handler
154 # is present. The routine below should point to the operating system handler
173 # is present. The routine below should point to the operating system handler
192 # is present. The routine below should point to the operating system handler
  /src/sys/dev/onewire/
onewire.c 397 int search = 1, count = 0, present; local in function:onewire_scan
491 present = 0;
495 present = 1;
499 if (!present) {
  /src/sys/dev/audio/
audio_dai.h 116 audio_dai_jack_detect(audio_dai_tag_t dai, u_int jack, bool present)
121 return dai->dai_jack_detect(dai, jack, present);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-382-rd-ac3x-48g4x2xl.dts 48 /* CPLD device present at 0x3c. Function unknown */
kirkwood-dnskw.dtsi 109 pmx_present_sata0: pmx-present-sata0 {
113 pmx_present_sata1: pmx-present-sata1 {
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/xilfpga/
nexys4ddr.dts 49 xlnx,interrupt-present = <0x0>;
  /src/tests/modules/
t_modctl.c 170 size_t present; local in function:k_helper_is_present_sysctl
172 return get_sysctl("vendor.k_helper.present", &present,
173 sizeof(present));
474 ATF_CHECK(get_sysctl("vendor.k_helper2.present",
  /src/sys/arch/arm/xscale/
pxa2x0_pcic.c 354 /* Clear CIT (card present) and set NOS correctly. */
455 int present; local in function:pxapcic_event_thread
466 present = sock->flags & PXAPCIC_FLAG_CARDP;
467 if ((cs == PXAPCIC_CARD_VALID) == (present == 1)) {
508 /* Set CIT if any card is present. */
531 /* Clear CIT if no other card is present. */
  /src/sys/arch/arm/imx/
imx_pcic.c 382 /* Clear CIT (card present) and set NOS correctly. */
458 int present; local in function:imx_pcic_event_thread
467 present = sock->flags & IMX_PCIC_FLAG_CARDP;
468 if ((cs == IMX_PCIC_CARD_VALID) == (present == 1)) {
529 /* Clear CIT if no other card is present. */

Completed in 21 milliseconds

1 2 3 4 5