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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmincore.c29 unsigned char present = 0; local
35 * any other file mapping (ie. marked !present and faulted in with
44 present = PageUptodate(page);
48 return present;
103 unsigned char present; local
107 present = 1;
112 present = mincore_page(vma->vm_file->f_mapping,
115 present = 0;
119 present = mincore_page(vma->vm_file->f_mapping, pgoff);
125 present
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dsegment_descriptor.h8 u8 present : 1; member in struct:segment_descriptor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-i386.h22 unsigned present:1; member in struct:uml_tls_struct
34 { .present = 0, .flushed = 0 } }, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-probe.c181 drive->present = 1;
255 drive->present = 0;
428 if (drive->present) {
434 printk("probing for %s: present=%d, media=%d, probetype=%s\n",
435 drive->name, drive->present, drive->media,
445 if (hwif->INB(IDE_SELECT_REG) != drive->select.all && !drive->present) {
452 /* no i/f present: mmm.. this should be a 4 -ml */
457 drive->present || cmd == WIN_PIDENTIFY) {
489 /* not present or maybe ATAPI */
546 * 1 device was found (note: drive->present migh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-userinfo285 posixAccount objectClasses has to be present in the modified
286 entry. If inetOrgPerson objectClass is also present additional
292 if inetOrgPerson is present)
296 if inetOrgPerson is present)
300 if inetOrgPerson is present)
304 if inetOrgPerson is present)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dat91_cf.c47 unsigned present:1; member in struct:at91_cf_socket
74 unsigned present = at91_cf_present(cf); local
77 if (present != cf->present) {
78 cf->present = present;
80 present ? "present" : "gone");
H A Domap_cf.c63 unsigned present:1; member in struct:omap_cf_socket
87 unsigned present = omap_cf_present(); local
89 if (present != cf->present) {
90 cf->present = present;
92 present ? "present" : "gone");
290 omap_cf_present() ? "present" : "(not present)");
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dtls.c67 if (!t->arch.tls_array[idx].present)
96 if (!curr->present) {
120 * present desc's, only if they haven't been flushed.
130 /* Can't test curr->present, we may need to clear a descriptor
150 /* Still correct to do this, if it wasn't present on the host it
152 if (!curr->present)
202 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present = 1;
239 if (!t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dcontainer.c76 return 1; /* _STA not found, assume device present */
149 int present; local
153 present = is_device_present(handle);
163 if (present) {
H A Dbus.c89 * Evaluate _STA if present.
110 if (device->status.functional && !device->status.present) {
112 "functional but not present; setting present\n",
114 device->status.present = 1;
384 * Make sure this device's parent is present before we go about
387 if (device->parent && !device->parent->status.present) {
409 if ((device->status.present) && !(old_status.present)) {
412 } else if (!(device->status.present)
[all...]
H A Dbattery.c103 u8 present:1; /* Bay occupied? */ member in struct:acpi_battery_flags
105 u8 alarm:1; /* _BTP present? */
291 if (!battery->flags.present && device->status.battery_present) {
317 else if (battery->flags.present && !device->status.battery_present) {
321 battery->flags.present = device->status.battery_present;
328 if (!battery->flags.present) {
351 if (battery->flags.present)
352 seq_printf(seq, "present: yes\n");
354 seq_printf(seq, "present: no\n");
437 if (battery->flags.present)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500.c67 int present; /* Device is present on the bus */ member in struct:rio_usb_data
82 if (rio->isopen || !rio->present) {
122 rio->present == 0 ||
284 rio->present == 0 ||
373 rio->present == 0 ||
491 rio->present = 1;
517 rio->present = 0;
554 rio->present = 0;
H A Didmouse.c82 int present; /* if the device is not disconnected */ member in struct:usb_idmouse
290 if (!dev->present) {
313 if (!dev->present) {
371 dev->present = 1;
408 dev->present = 0;
H A Diowarrior.c93 int present; /* this is 1 as long as the device is connected */ member in struct:iowarrior
286 if (dev == NULL || !dev->present)
306 (!dev->present
315 if (!dev->present) {
353 if (dev == NULL || !dev->present) {
397 (!dev->present || (atomic_read (&dev-> write_busy) < MAX_WRITES_IN_FLIGHT)));
403 if (!dev->present) {
497 if (!dev->present) {
667 if (dev->present) {
690 if (!dev->present)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dmixer_oss.c459 unsigned int present; member in struct:slot
564 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) {
566 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) {
568 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) {
571 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) {
573 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) {
575 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) {
577 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) {
672 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) {
674 if (slot->present
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dvfat.h73 int present; member in struct:vfat_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dcontig.c51 unsigned long present; local
56 present = pgdat->node_present_pages;
78 total_present += present;
84 present, reserved, shared, cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dproc-funcs.S31 tst r1, #PAGE_PRESENT @ is the page present
91 tst r2, #PAGE_PRESENT @ page present
95 tst r2, #PAGE_PRESENT @ page present
99 tst r2, #PAGE_PRESENT @ page present
103 tst r2, #PAGE_PRESENT @ page present
122 tst r2, #PAGE_PRESENT @ is pgd entry present?
126 tst r2, #PAGE_PRESENT @ is pgd entry present?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpg.c215 int present; /* device present ? */ member in struct:pg
249 dev->present = 0;
485 dev->present = 1;
500 dev->present = 1;
519 if ((unit >= PG_UNITS) || (!dev->present))
665 if (dev->present)
678 if (dev->present)
697 if (dev->present)
705 if (dev->present)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dusblp.c154 unsigned char present; /* True if not disconnected */ member in struct:usblp
167 dbg("present=%d", usblp->present);
285 if (unlikely(!usblp->present))
301 if (unlikely(!usblp->present))
379 if (!usblp || !usblp->dev || !usblp->present)
439 if (usblp->present) {
467 if (!usblp->present) {
665 rv = wait_event_interruptible_timeout(usblp->wait, usblp->wcomplete || !usblp->present , timeout);
672 if (!usblp->present) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dsedlbauer_cs.c64 be present but disabled -- but it can then be enabled for specific
272 /* Use power settings for Vcc and Vpp if present */
274 if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) {
277 } else if (dflt.vcc.present & (1<<CISTPL_POWER_VNOM)) {
282 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
285 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c197 /* Use power settings for Vcc and Vpp if present */
199 if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) {
203 } else if (dflt.vcc.present & (1<<CISTPL_POWER_VNOM)) {
209 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
212 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dirda-usb.h140 int present; /* Device is present on the bus */ member in struct:irda_usb_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dat91_mci.c107 int present; member in struct:at91mci_host
739 int present = !at91_get_gpio_value(irq); local
745 if (present != host->present) {
746 host->present = present;
748 present ? "insert" : "remove");
749 if (!present) {
879 host->present = !at91_get_gpio_value(host->board->det_pin);
881 host->present
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler

Completed in 231 milliseconds

123456