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

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimeriomem-rng.h15 unsigned int present:1; member in struct:timeriomem_rng_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c251 #ifndef cli$present
252 # define cli$present CLI$PRESENT
258 extern unsigned long cli$present ();
380 status = cli$present(&cli_information);
387 if (cli$present(&cli_one_line) & 1)
389 if (cli$present(&cli_short) & 1)
391 if (cli$present(&cli_medium) & 1)
393 if (cli$present(&cli_long) & 1)
395 if (cli$present(&cli_verbose) & 1)
397 if (cli$present(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c291 #ifndef cli$present
292 # define cli$present CLI$PRESENT
298 extern unsigned long cli$present ();
428 status = cli$present(&cli_copy_entries);
436 status = cli$present(&cli_delete);
444 status = cli$present(&cli_freshen);
452 status = cli$present(&cli_move);
460 status = cli$present(&cli_update);
468 status = cli$present(&cli_level);
485 status = cli$present(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dts78xx-setup.c112 * present; as it's an optional feature at purchase time and not all boards
113 * will have it present
337 ts78xx_fpga.supports.ts_rtc.present = 1;
338 ts78xx_fpga.supports.ts_nand.present = 1;
339 ts78xx_fpga.supports.ts_rng.present = 1;
342 ts78xx_fpga.supports.ts_rtc.present = 0;
343 ts78xx_fpga.supports.ts_nand.present = 0;
344 ts78xx_fpga.supports.ts_rng.present = 0;
352 if (ts78xx_fpga.supports.ts_rtc.present == 1) {
356 ts78xx_fpga.supports.ts_rtc.present
[all...]
H A Dts78xx-fpga.h20 unsigned present:1; member in struct:fpga_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dtimeriomem-rng.c47 if (!wait || timeriomem_rng_data->present)
48 return timeriomem_rng_data->present;
69 timeriomem_rng_data->present = 0;
80 timeriomem_rng_data->present = 1;
115 timeriomem_rng_data->present = 1;
H A Dcore.c84 int present; local
90 present = rng->data_present(rng, wait);
92 present = 1;
94 if (present)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Dprocessor.h21 unsigned present:1; member in struct:uml_tls_struct
33 { .present = 0, .flushed = 0 } }, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dbfin_cf_pcmcia.c63 unsigned present:1; member in struct:bfin_cf_socket
92 unsigned short present = bfin_cf_present(cf->cd_pfx); local
94 if (present != cf->present) {
95 cf->present = present;
97 present ? "present" : "gone");
259 bfin_cf_present(cf->cd_pfx) ? "present" : "(not present)");
[all...]
H A Dat91_cf.c48 unsigned present:1; member in struct:at91_cf_socket
73 unsigned present = at91_cf_present(cf); local
76 if (present != cf->present) {
77 cf->present = present;
79 present ? "present" : "gone");
H A Domap_cf.c64 unsigned present:1; member in struct:omap_cf_socket
86 unsigned present = omap_cf_present(); local
88 if (present != cf->present) {
89 cf->present = present;
91 present ? "present" : "gone");
290 omap_cf_present() ? "present" : "(not present)");
[all...]
H A Delectra_cf.c44 unsigned present:1; member in struct:electra_cf_socket
83 int present = electra_cf_present(cf); local
85 if (present != cf->present) {
86 cf->present = present;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmincore.c31 unsigned char present; local
39 present = ptep && !huge_pte_none(huge_ptep_get(ptep));
41 *vec = present;
64 unsigned char present = 0; local
70 * any other file mapping (ie. marked !present and faulted in with
79 present = PageUptodate(page);
83 return present;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dtls.c62 if (!t->arch.tls_array[idx].present)
95 if (!curr->present) {
120 * present desc's, only if they haven't been flushed.
132 * Can't test curr->present, we may need to clear a descriptor
156 * Still correct to do this, if it wasn't present on the host it
159 if (!curr->present)
202 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present = 1;
240 if (!t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c467 unsigned int present; member in struct:slot
572 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) {
574 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) {
576 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) {
579 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) {
581 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) {
583 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) {
585 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) {
682 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) {
684 if (slot->present
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsbs.c116 u8 present:1; member in struct:acpi_battery
204 if ((!battery->present) && psp != POWER_SUPPLY_PROP_PRESENT)
216 val->intval = battery->present;
472 if (battery->present)
552 seq_printf(seq, "present: %s\n",
553 (battery->present) ? "yes" : "no");
554 if (!battery->present)
595 seq_printf(seq, "present: %s\n",
596 (battery->present) ? "yes" : "no");
597 if (!battery->present)
[all...]
H A Dcontainer.c86 return 1; /* _STA not found, assume device present */
159 int present; local
163 present = is_device_present(handle);
173 if (present) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Drio500.c68 int present; /* Device is present on the bus */ member in struct:rio_usb_data
86 if (rio->isopen || !rio->present) {
125 if (rio->present == 0 || rio->rio_dev == NULL) {
284 if (rio->present == 0 || rio->rio_dev == NULL) {
370 if (rio->present == 0 || rio->rio_dev == NULL) {
485 rio->present = 1;
513 rio->present = 0;
552 rio->present = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daac.h140 int8_t present; member in struct:__anon1825
171 int present; member in struct:__anon1827
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dvfat.h73 int present; member in struct:vfat_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsedlbauer_cs.c183 /* Use power settings for Vcc and Vpp if present */
185 if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) {
188 } else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
193 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
195 else if (dflt->vpp1.present & (1<<CISTPL_POWER_VNOM))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811_cs.c143 /* Use power settings for Vcc and Vpp if present */
145 if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) {
148 } else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
153 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
156 else if (dflt->vpp1.present & (1<<CISTPL_POWER_VNOM))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_lnx.h73 unsigned int present; member in struct:crystalhd_adp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dcontig.c50 unsigned long present; local
55 present = pgdat->node_present_pages;
79 total_present += present;
85 present, reserved, shared, cached);

Completed in 241 milliseconds

1234567891011