Searched refs:id (Results 151 - 175 of 3524) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Damiga7xx.c53 zorro_id id; member in struct:__anon6453
57 { .id = ZORRO_PROD_PHASE5_BLIZZARD_603E_PLUS, .offset = 0xf40000,
59 { .id = ZORRO_PROD_MACROSYSTEMS_WARP_ENGINE_40xx, .offset = 0x40000 },
60 { .id = ZORRO_PROD_CBM_A4091_1, .offset = 0x800000 },
61 { .id = ZORRO_PROD_CBM_A4091_2, .offset = 0x800000 },
62 { .id = ZORRO_PROD_GVP_GFORCE_040_060, .offset = 0x40000 },
73 for (i = 0; amiga7xx_table[i].id; i++)
74 if (z->id == amiga7xx_table[i].id)
76 if (!amiga7xx_table[i].id)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c54 int id3_frame_validid(char const *id) argument
56 return id &&
57 valid_idchar(id[0]) &&
58 valid_idchar(id[1]) &&
59 valid_idchar(id[2]) &&
60 valid_idchar(id[3]);
67 struct id3_frame *id3_frame_new(char const *id) argument
73 if (!id3_frame_validid(id))
76 frametype = id3_frametype_lookup(id, 4);
78 switch (id[
179 obsolete(char const *id, id3_byte_t const *data, id3_length_t length) argument
203 unparseable(char const *id, id3_byte_t const **ptr, id3_length_t length, int flags, int group_id, int encryption_method, id3_length_t decoded_length) argument
267 id3_byte_t const *id, *end, *data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c54 int id3_frame_validid(char const *id) argument
56 return id &&
57 valid_idchar(id[0]) &&
58 valid_idchar(id[1]) &&
59 valid_idchar(id[2]) &&
60 valid_idchar(id[3]);
67 struct id3_frame *id3_frame_new(char const *id) argument
73 if (!id3_frame_validid(id))
76 frametype = id3_frametype_lookup(id, 4);
78 switch (id[
179 obsolete(char const *id, id3_byte_t const *data, id3_length_t length) argument
203 unparseable(char const *id, id3_byte_t const **ptr, id3_length_t length, int flags, int group_id, int encryption_method, id3_length_t decoded_length) argument
267 id3_byte_t const *id, *end, *data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dsysv.c92 int volume_id_probe_sysv(struct volume_id *id, uint64_t off, uint64_t size) argument
102 volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
107 volume_id_set_label_raw(id, vs->s_fname, 6);
108 volume_id_set_label_string(id, vs->s_fname, 6);
109 id->type = "sysv";
116 volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
121 volume_id_set_label_raw(id, xs->s_fname, 6);
122 volume_id_set_label_string(id, xs->s_fname, 6);
123 id->type = "xenix";
131 volume_id_set_usage(id, VOLUME_ID_FILESYSTE
[all...]
H A Dnetware.c81 int volume_id_probe_netware(struct volume_id *id, uint64_t off, uint64_t size) argument
87 nw = (struct netware_super_block *) volume_id_get_buffer(id, off + NW_SUPERBLOCK_OFFSET, 0x200);
94 volume_id_set_uuid(id, nw->SBH_PoolID, 0, UUID_DCE);
96 snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%02u",
99 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
100 id->type = "nss";
H A Dminix.c67 int volume_id_probe_minix(struct volume_id *id, uint64_t off, uint64_t size) argument
75 buf = volume_id_get_buffer(id, off + MINIX_SUPERBLOCK_OFFSET, 0x200);
83 strcpy(id->type_version, "1");
88 strcpy(id->type_version, "1");
93 strcpy(id->type_version, "2");
98 strcpy(id->type_version, "2");
105 strcpy(id->type_version, "3");
111 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
112 id->type = "minix";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgf2k.c88 unsigned char id; member in struct:gf2k
182 for (i = 0; i < 4 && i < gf2k_axes[gf2k->id]; i++)
185 for (i = 0; i < 2 && i < gf2k_axes[gf2k->id] - 4; i++)
190 for (i = 0; i < gf2k_hats[gf2k->id]; i++)
195 for (i = 0; i < gf2k_joys[gf2k->id]; i++)
198 for (i = 0; i < gf2k_pads[gf2k->id]; i++)
215 if (gf2k_read_packet(gf2k->gameport, gf2k_length[gf2k->id], data) < gf2k_length[gf2k->id])
237 * gf2k_connect() probes for Genius id joysticks.
276 if (!(gf2k->id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.c29 v4l2_std_id id; member in struct:std_name
131 v4l2_std_id id = 0; local
151 cmsk = sp->id;
167 t = sp->id & cmsk;
169 id |= t;
175 if (idPtr) *idPtr = id;
181 v4l2_std_id id)
194 if (!(gp->id & ip->id & id)) continu
180 pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, v4l2_std_id id) argument
277 match_std(v4l2_std_id id) argument
288 pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) argument
315 pvr2_std_create_enum(unsigned int *countptr, v4l2_std_id id) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-probe.c30 * Version 1.10 Update set for new IDE. drive->id is now always
57 * generic_id - add a generic drive id
60 * Add a fake id field to the drive we are passed. This allows
67 drive->id->cyls = drive->cyl;
68 drive->id->heads = drive->head;
69 drive->id->sectors = drive->sect;
70 drive->id->cur_cyls = drive->cyl;
71 drive->id->cur_heads = drive->head;
72 drive->id->cur_sectors = drive->sect;
77 struct hd_driveid *id local
104 struct hd_driveid *id = drive->id; local
137 struct hd_driveid *id; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_devgroup.c27 {.name = "src-group", .id = O_SRC_GROUP, .type = XTTYPE_STRING,
29 {.name = "dst-group", .id = O_DST_GROUP, .type = XTTYPE_STRING,
48 unsigned int id; local
52 switch (cb->entry->id) {
65 id = xtables_lmap_name2id(devgroups, cb->arg);
66 if (id == -1)
70 info->src_group = id;
89 id = xtables_lmap_name2id(devgroups, cb->arg);
90 if (id == -1)
94 info->dst_group = id;
105 print_devgroup(unsigned int id, unsigned int mask, int numeric) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Disa.c19 unsigned int id; member in struct:isa_dev
30 isa_driver->match(dev, to_isa_dev(dev)->id))
42 return isa_driver->probe(dev, to_isa_dev(dev)->id);
52 return isa_driver->remove(dev, to_isa_dev(dev)->id);
62 isa_driver->shutdown(dev, to_isa_dev(dev)->id);
70 return isa_driver->suspend(dev, to_isa_dev(dev)->id, state);
80 return isa_driver->resume(dev, to_isa_dev(dev)->id);
116 unsigned int id; local
125 for (id = 0; id < nde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dtrident.h21 #define CYBER9382 0x9382 /* the real PCI id for this is 9660 */
47 #define is_image(id)
48 #define is_xp(id) ((id == CYBERBLADEXPAi1) ||\
49 (id == CYBERBLADEXPm8) ||\
50 (id == CYBERBLADEXPm16))
52 #define is_blade(id) ((id == BLADE3D) ||\
53 (id == CYBERBLADEE4) ||\
54 (id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dccwdev.h45 const struct ccw_device_id *id = array; local
47 for (id = array; id->match_flags; id++) {
48 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_TYPE)
49 && (id->cu_type != match->cu_type))
52 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_MODEL)
53 && (id->cu_model != match->cu_model))
56 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_TYPE)
57 && (id
77 struct ccw_device_id id; /* id of this device, driver_info is member in struct:ccw_device
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip32/
H A Dcrime.c28 unsigned int id, rev; local
35 id = crime->id;
36 rev = id & CRIME_ID_REV;
37 id = (id & CRIME_ID_IDBITS) >> 4;
38 printk (KERN_INFO "CRIME id %1x rev %d at 0x%0*lx\n",
39 id, rev, field, (unsigned long) CRIME_BASE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmmu_context.h123 if (mm->context.id != NO_CONTEXT)
136 mm->context.id = ctx;
147 mm->context.id = NO_CONTEXT;
158 if (mm->context.id != NO_CONTEXT) {
159 clear_bit(mm->context.id, context_map);
160 mm->context.id = NO_CONTEXT;
188 set_context(next->context.id, next->pgd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16.c70 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
94 module_param_array(id, charp, NULL, 0444);
95 MODULE_PARM_DESC(id, "ID string for SoundBlaster 16 soundcard.");
151 { .id = "CTL0024", .devs = { { "CTL0031" } } },
153 { .id = "CTL0025", .devs = { { "CTL0031" } } },
155 { .id = "CTL0026", .devs = { { "CTL0031" } } },
157 { .id = "CTL0027", .devs = { { "CTL0031" } } },
159 { .id = "CTL0028", .devs = { { "CTL0031" } } },
161 { .id = "CTL0029", .devs = { { "CTL0031" } } },
163 { .id
253 snd_card_sb16_pnp(int dev, struct snd_card_sb16 *acard, struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_proto.c34 int id; member in struct:__anon281
102 const char * ll_proto_n2a(unsigned short id, char *buf, int len) argument
106 id = ntohs(id);
109 if (llproto_names[i].id == id)
112 snprintf(buf, len, "[%d]", id);
116 int ll_proto_a2n(unsigned short *id, char *buf) argument
121 *id = htons(llproto_names[i].id);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Df_route.c63 __u32 id; local
65 if (rtnl_rtrealm_a2n(&id, *argv)) {
69 addattr_l(n, 4096, TCA_ROUTE4_TO, &id, 4);
71 fh |= id&0xFF;
73 __u32 id; local
75 if (rtnl_rtrealm_a2n(&id, *argv)) {
79 addattr_l(n, 4096, TCA_ROUTE4_FROM, &id, 4);
81 fh |= id<<16;
83 __u32 id; local
86 if ((id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_rebuild_add.c26 cnid_t id, id1; local
46 id = htonl(CNID_START);
47 memcpy(buf + CNID_TYPE_OFS, &id, sizeof(id));
55 memcpy(&id, buf + CNID_TYPE_OFS, sizeof(id));
56 id = ntohl(id);
59 if (id1 > id) {
93 id
[all...]
H A Dcnid_cdb_update.c17 int cnid_cdb_update(struct _cnid_db *cdb, const cnid_t id, const struct stat *st, argument
28 if (!cdb || !(db = cdb->_private) || !id || !st || !name || (db->flags & CNIDFLAG_DB_RO)) {
57 ntohl(id), db_strerror(rc));
80 ntohl(id), db_strerror(rc));
86 key.data = (cnid_t *)&id;
87 key.size = sizeof(id);
93 memcpy(data.data, &id, sizeof(id));
99 notfound, ntohl(id), name, db_strerror(rc));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_rebuild_add.c26 cnid_t id, id1; local
46 id = htonl(CNID_START);
47 memcpy(buf + CNID_TYPE_OFS, &id, sizeof(id));
55 memcpy(&id, buf + CNID_TYPE_OFS, sizeof(id));
56 id = ntohl(id);
59 if (id1 > id) {
93 id
[all...]
H A Dcnid_cdb_update.c17 int cnid_cdb_update(struct _cnid_db *cdb, const cnid_t id, const struct stat *st, argument
28 if (!cdb || !(db = cdb->_private) || !id || !st || !name || (db->flags & CNIDFLAG_DB_RO)) {
57 ntohl(id), db_strerror(rc));
80 ntohl(id), db_strerror(rc));
86 key.data = (cnid_t *)&id;
87 key.size = sizeof(id);
93 memcpy(data.data, &id, sizeof(id));
99 notfound, ntohl(id), name, db_strerror(rc));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationTimeoutType.java104 private int id; field in class:ReplicationTimeoutType
106 private ReplicationTimeoutType(final String statusName, final int id) { argument
108 this.id = id;
113 return id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Drtm_map.c25 char *rtnl_rtntype_n2a(int id, char *buf, int len) argument
27 switch (id) {
53 snprintf(buf, len, "%d", id);
59 int rtnl_rtntype_a2n(int *id, char *arg) argument
92 *id = res;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/amiga/
H A Dpcmcia.c40 unsigned char id, *dest; local
46 id = gayle_attribute[pos];
48 while((id != CISTPL_END) && (pos < 0x10000)) {
50 if (id == tuple_id) {
59 id = gayle_attribute[pos];

Completed in 150 milliseconds

1234567891011>>