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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexresnte.c87 acpi_object_type entry_type; local
97 entry_type = acpi_ns_get_type((acpi_handle) node);
101 acpi_ut_get_type_name(entry_type)));
103 if ((entry_type == ACPI_TYPE_LOCAL_ALIAS) ||
104 (entry_type == ACPI_TYPE_LOCAL_METHOD_ALIAS)) {
110 entry_type = acpi_ns_get_type((acpi_handle) node);
120 if ((entry_type == ACPI_TYPE_DEVICE) ||
121 (entry_type == ACPI_TYPE_THERMAL) ||
122 (entry_type == ACPI_TYPE_METHOD) ||
136 switch (entry_type) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts92 my $entry_type = 'user';
96 $entry_type = 'machine';
146 if ($entry_type eq "user") {
150 $created{$entry_type}++;
153 $logged{$entry_type}++;
156 $existing{$entry_type}++;
159 $updated{$entry_type}++;
162 $logged{$entry_type}++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darchive.h94 typedef wxArchiveEntry entry_type; typedef in class:wxArchiveInputStream
186 template <class Arc, class T = Arc::entry_type*>
188 template <class Arc, class T = typename Arc::entry_type*>
202 typename Arc::entry_type* entry = arc.GetNextEntry();
255 typename Arc::entry_type* m_entry;
260 Rep(Arc& arc, typename Arc::entry_type* entry)
275 typename Arc::entry_type* entry = m_arc.GetNextEntry();
318 typedef wxArchiveEntry entry_type; typedef in class:wxArchiveClassFactory
H A Dtarstrm.h157 typedef wxTarEntry entry_type; typedef in class:wxTarInputStream
304 typedef wxTarEntry entry_type; typedef in class:wxTarClassFactory
H A Dzipstrm.h360 typedef wxZipEntry entry_type; typedef in class:wxZipInputStream
468 typedef wxZipEntry entry_type; typedef in class:wxZipClassFactory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py1308 entry_type = ''
1320 if not entry_type:
1329 if not entry_type:
1330 entry_type = token
1365 if entry_type == 'bytes':
1367 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1369 newentry = factory.EntryVarBytes(entry_type, name, tag)
1370 elif entry_type == 'int' and not fixed_length:
1371 newentry = factory.EntryInt(entry_type, name, tag)
1372 elif entry_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sfi/
H A Dsfi_acpi.c78 #define XSDT_GET_NUM_ENTRIES(ptable, entry_type) \
80 (sizeof(entry_type)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsfi.h86 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \
88 (sizeof(entry_type)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Diosapic_private.h43 u8 entry_type; member in struct:irt_entry
H A Diosapic.c360 p->entry_type, p->entry_length, p->interrupt_type,
415 ** Validate: entry_type, entry_length, interrupt_type
421 if (i->entry_type != IRT_IOSAPIC_TYPE) {
422 DBG_IRT(KERN_WARNING MODULE_NAME ":find_irqline(0x%p): skipping entry %d type %d\n", i, cnt, i->entry_type);
785 irte->entry_type,
863 WARN_ON(IRT_IOSAPIC_TYPE != irte->entry_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.h515 uint8_t entry_type; /* Entry type. */ member in struct:cmd_entry
543 uint8_t entry_type; /* Entry type. */ member in struct:cont_entry
569 uint8_t entry_type; /* Entry type. */ member in struct:response
601 uint8_t entry_type; /* Entry type. */ member in struct:mrk_entry
622 uint8_t entry_type; /* Entry type. */ member in struct:ecmd_entry
642 uint8_t entry_type; /* Entry type. */ member in struct:__anon14906
667 uint8_t entry_type; /* Entry type. */ member in struct:cont_a64_entry
688 uint8_t entry_type; /* Entry type. */ member in struct:elun_entry
716 uint8_t entry_type; /* Entry type. */ member in struct:modify_lun_entry
741 uint8_t entry_type; /* Entr member in struct:notify_entry
767 uint8_t entry_type; /* Entry type. */ member in struct:nack_entry
788 uint8_t entry_type; /* Entry type. */ member in struct:atio_entry
811 uint8_t entry_type; /* Entry type. */ member in struct:ctio_entry
844 uint8_t entry_type; /* Entry type. */ member in struct:ctio_ret_entry
874 uint8_t entry_type; /* Entry type. */ member in struct:ctio_a64_entry
904 uint8_t entry_type; /* Entry type. */ member in struct:ctio_a64_ret_entry
[all...]
H A Dqlogicpti.h68 u8 entry_type; member in struct:Entry_header
72 u8 entry_type;
H A Dqlogicpti.c852 marker->hdr.entry_type = ENTRY_MARKER;
862 cmd->hdr.entry_type = ENTRY_COMMAND;
924 cont->hdr.entry_type = ENTRY_CONTINUATION;
1167 if (sts->hdr.entry_type == ENTRY_STATUS)
H A Dqla1280.c2763 pkt->entry_type = MARKER_TYPE;
2868 pkt->entry_type = COMMAND_A64_TYPE;
2967 ((struct cont_a64_entry *) pkt)->entry_type =
3137 pkt->entry_type = COMMAND_TYPE;
3221 entry_type = CONTINUE_TYPE;
3589 if (pkt->entry_type == STATUS_TYPE) {
3608 if (pkt->entry_type == STATUS_TYPE || pkt->entry_status) {
3612 if (pkt->entry_type == STATUS_TYPE)
3819 else if (pkt->entry_type == COMMAND_A64_TYPE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_fw.h386 uint8_t entry_type; /* Entry type. */ member in struct:cmd_type_6
425 uint8_t entry_type; /* Entry type. */ member in struct:cmd_type_7
473 uint8_t entry_type; /* Entry type. */ member in struct:cmd_type_crc_2
512 uint8_t entry_type; /* Entry type. */ member in struct:sts_entry_24xx
562 uint8_t entry_type; /* Entry type. */ member in struct:mrk_entry_24xx
591 uint8_t entry_type; /* Entry type. */ member in struct:ct_entry_24xx
628 uint8_t entry_type; /* Entry type. */ member in struct:els_entry_24xx
676 uint8_t entry_type; /* Entry type. */ member in struct:els_sts_entry_24xx
713 uint8_t entry_type; /* Entry type. */ member in struct:mbx_entry_24xx
726 uint8_t entry_type; /* Entr member in struct:logio_entry_24xx
787 uint8_t entry_type; /* Entry type. */ member in struct:tsk_mgmt_entry
822 uint8_t entry_type; /* Entry type. */ member in struct:abort_entry_24xx
1131 uint8_t entry_type; /* Entry type. */ member in struct:vp_ctrl_entry_24xx
1167 uint8_t entry_type; /* Entry type. */ member in struct:vp_config_entry_24xx
1214 uint8_t entry_type; /* Entry type. */ member in struct:vp_rpt_id_entry_24xx
1236 uint8_t entry_type; /* Entry type. */ member in struct:vf_evfp_entry_24xx
1372 uint8_t entry_type; member in struct:verify_chip_entry_84xx
1405 uint8_t entry_type; member in struct:verify_chip_rsp_84xx
1432 uint8_t entry_type; member in struct:access_chip_84xx
1463 uint8_t entry_type; member in struct:access_chip_rsp_84xx
[all...]
H A Dqla_iocb.c110 *((uint32_t *)(&cont_pkt->entry_type)) =
140 *((uint32_t *)(&cont_pkt->entry_type)) =
209 *((uint32_t *)(&cmd_pkt->entry_type)) =
267 *((uint32_t *)(&cmd_pkt->entry_type)) =
483 mrk->entry_type = MARKER_TYPE;
629 *((uint32_t *)(&cmd_pkt->entry_type)) =
979 *((uint32_t *)(&cmd_pkt->entry_type)) =
1619 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE;
1640 mbx->entry_type = MBX_IOCB_TYPE;
1660 logio->entry_type
[all...]
H A Dqla_def.h1244 uint8_t entry_type; /* Entry type. */ member in struct:__anon14931
1275 uint8_t entry_type; /* Entry type. */ member in struct:__anon14932
1299 uint8_t entry_type; /* Entry type. */ member in struct:__anon14933
1325 uint8_t entry_type; /* Entry type. */ member in struct:__anon14934
1406 uint8_t entry_type; /* Entry type. */ member in struct:__anon14938
1487 uint8_t entry_type; /* Entry type. */ member in struct:__anon14939
1500 uint8_t entry_type; /* Entry type. */ member in struct:__anon14940
1513 uint8_t entry_type; /* Entry type. */ member in struct:__anon14941
1525 uint8_t entry_type; /* Entry type. */ member in struct:__anon14942
1549 uint8_t entry_type; /* Entr member in struct:__anon14943
1580 uint8_t entry_type; member in struct:mbx_entry
[all...]
H A Dqla_isr.c1361 switch (pkt->entry_type) {
1394 vha->host_no, pkt->entry_type, pkt->entry_status));
1911 } else if (pkt->entry_type == COMMAND_A64_TYPE || pkt->entry_type ==
1912 COMMAND_TYPE || pkt->entry_type == COMMAND_TYPE_7) {
1989 switch (pkt->entry_type) {
2020 vha->host_no, pkt->entry_type, pkt->entry_status));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent_rpcgen.py1064 entry_type = ''
1076 if not entry_type:
1085 if not entry_type:
1086 entry_type = token
1125 if entry_type == 'bytes':
1127 newentry = EntryBytes(entry_type, name, tag, fixed_length)
1129 newentry = EntryVarBytes(entry_type, name, tag)
1130 elif entry_type == 'int' and not fixed_length:
1131 newentry = EntryInt(entry_type, name, tag)
1132 elif entry_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpdcpat.h216 unsigned char entry_type; /* 1 = Memory Descriptor Entry Type */ member in struct:pdc_pat_pd_addr_map_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddwarf.c867 static int dwarf_parse_fde(void *entry, u32 entry_type, argument
889 fde->cie_pointer = (unsigned long)(p - entry_type - 4);
1037 u32 entry_type; local
1068 entry_type = get_unaligned((u32 *)p);
1071 if (entry_type == DW_EH_FRAME_CIE) {
1078 err = dwarf_parse_fde(entry, entry_type, p, len,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Ddmar.c107 if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && \
108 pdev->subordinate) || (scope->entry_type == \
131 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT ||
132 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE)
134 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC) {
151 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT ||
152 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE) {
H A Dintr_remapping.c849 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_IOAPIC) {
860 } else if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_HPET) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h161 typedef typename ClassFactoryT::entry_type EntryT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dinventory.c328 if ( (mtbl_ptr->entry_type != PAT_MEMORY_DESCRIPTOR)

Completed in 425 milliseconds

12