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

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
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";
H A Dhfs.c36 uint8_t id[8]; member in struct:hfs_finder_info
140 static void hfsid_set_uuid(struct volume_id *id, const uint8_t *hfs_id) argument
143 volume_id_set_uuid(id, hfs_id, 0, UUID_64BIT_BE);
146 int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_t size) argument
171 buf = volume_id_get_buffer(id, off + HFS_SUPERBLOCK_OFFSET, 0x200);
194 buf = volume_id_get_buffer(id, off + HFS_SUPERBLOCK_OFFSET, 0x200);
201 volume_id_set_label_raw(id, hfs->label, hfs->label_len);
202 volume_id_set_label_string(id, hfs->label, hfs->label_len) ;
205 hfsid_set_uuid(id, hfs->finder_info.id);
[all...]
H A Dluks.c65 int volume_id_probe_luks(struct volume_id *id, uint64_t off, uint64_t size) argument
69 header = (struct luks_phdr*) volume_id_get_buffer(id, off, LUKS_PHDR_SIZE);
76 volume_id_set_usage(id, VOLUME_ID_CRYPTO);
77 volume_id_set_uuid(id, header->uuid, 36, UUID_HEX_STRING);
78 id->type = "crypto_LUKS";
H A Docfs.c129 int volume_id_probe_ocfs1(struct volume_id *id, uint64_t off, uint64_t size) argument
137 buf = volume_id_get_buffer(id, off, 0x200);
144 snprintf(id->type_version, sizeof(id->type_version)-1,
148 buf = volume_id_get_buffer(id, off + 0x200, 0x200);
153 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
155 volume_id_set_label_raw(id, osl->label, 64);
156 volume_id_set_label_string(id, osl->label, 64);
159 volume_id_set_uuid(id, osl->vol_id, 0, UUID_DCE);
160 id
167 volume_id_probe_ocfs2(struct volume_id *id, uint64_t off, uint64_t size) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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));
H A Dcnid_cdb_get.c19 cnid_t id; local
47 memcpy(&id, data.data, sizeof(id));
50 ntohl(did), name, ntohl(id));
52 return id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Dll_proto.c34 int id; member in struct:__anon295
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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Didr.h8 * Small id to pointer translation service avoiding fixed sized
23 bits, but you only use 31 bits in the id). */
30 bits, but you only use 31 bits in the id). */
77 void *idr_find(struct idr *idp, int id);
79 int idr_get_new(struct idr *idp, void *ptr, int *id);
80 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
81 void *idr_replace(struct idr *idp, void *ptr, int id);
82 void idr_remove(struct idr *idp, int id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ixp2000/
H A Dplatform.h91 unsigned long id = *IXP2000_PRODUCT_ID; local
92 unsigned long id_prod = id & (IXP2000_MAJ_PROD_TYPE_MASK |
98 ((id & IXP2000_MAJ_REV_MASK) == 0)) ||
103 ((id & IXP2000_MAJ_REV_MASK) == 0)) ||
108 ((id & IXP2000_MAJ_REV_MASK) == 0)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dcontrol.c136 struct snd_ctl_elem_id *id)
142 snd_assert(card != NULL && id != NULL, return);
152 if (ev->id.numid == id->numid) {
159 ev->id = *id;
224 kctl.id.iface = ncontrol->iface;
225 kctl.id.device = ncontrol->device;
226 kctl.id.subdevice = ncontrol->subdevice;
228 strlcpy(kctl.id
135 snd_ctl_notify(struct snd_card *card, unsigned int mask, struct snd_ctl_elem_id *id) argument
314 struct snd_ctl_elem_id id; local
369 struct snd_ctl_elem_id id; local
394 snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) argument
422 snd_ctl_remove_unlocked_id(struct snd_ctl_file * file, struct snd_ctl_elem_id *id) argument
514 snd_ctl_find_id(struct snd_card *card, struct snd_ctl_elem_id *id) argument
573 struct snd_ctl_elem_id *dst, *id; local
817 struct snd_ctl_elem_id id; local
846 struct snd_ctl_elem_id id; local
1069 struct snd_ctl_elem_id id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c31 * Each sequencer device entry has an id string and the corresponding
32 * driver with the same id is loaded when required. For example,
61 char id[ID_LEN]; /* driver id */ member in struct:ops_list
96 static struct ops_list *find_driver(char *id, int create_if_empty);
97 static struct ops_list *create_driver(char *id);
114 ops->id,
163 request_module("snd-%s", ops->id);
176 * id = id o
179 snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result) argument
312 snd_seq_device_register_driver(char *id, struct snd_seq_dev_ops *entry, int argsize) argument
357 create_driver(char *id) argument
392 snd_seq_device_unregister_driver(char *id) argument
509 find_driver(char *id, int create_if_empty) argument
[all...]

Completed in 115 milliseconds

1234567891011>>