Searched refs:id (Results 101 - 125 of 3489) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dclock.c93 .id = -1,
99 .id = -1,
105 .id = -1,
111 .id = -1,
117 .id = -1,
123 .id = -1,
133 .id = -1,
139 .id = -1,
145 .id = -1,
151 .id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DTestClassCatalog.java37 byte[] id = (byte[]) nameToIdMap.get(className);
38 if (id == null) {
40 id = strId.getBytes();
44 nameToIdMap.put(className, id);
46 return id;
49 public synchronized ObjectStreamClass getClassFormat(byte[] id) argument
52 String strId = new String(id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dadb.h9 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
10 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
11 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
60 unsigned char id[16]; member in struct:adb_ids
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-davinci/
H A Dpsc.c42 static void davinci_psc_mux(unsigned int id) argument
44 switch (id) {
68 void davinci_psc_config(unsigned int domain, unsigned int id, char enable) argument
70 volatile unsigned int *mdstat = (unsigned int *)((int)MDSTAT + 4 * id);
71 volatile unsigned int *mdctl = (unsigned int *)((int)MDCTL + 4 * id);
73 if (id < 0)
99 davinci_psc_mux(id);
H A DMakefile7 obj-y := time.o irq.o serial.o io.o id.o psc.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Djfs.c44 int volume_id_probe_jfs(struct volume_id *id, uint64_t off, uint64_t size) argument
50 js = (struct jfs_super_block *) volume_id_get_buffer(id, off + JFS_SUPERBLOCK_OFFSET, 0x200);
57 volume_id_set_label_raw(id, js->label, 16);
58 volume_id_set_label_string(id, js->label, 16);
59 volume_id_set_uuid(id, js->uuid, 0, UUID_DCE);
61 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
62 id->type = "jfs";
H A Dxfs.c44 int volume_id_probe_xfs(struct volume_id *id, uint64_t off, uint64_t size) argument
50 xs = (struct xfs_super_block *) volume_id_get_buffer(id, off, 0x200);
57 volume_id_set_label_raw(id, xs->fname, 12);
58 volume_id_set_label_string(id, xs->fname, 12);
59 volume_id_set_uuid(id, xs->uuid, 0, UUID_DCE);
61 volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
62 id->type = "xfs";
H A Dext.c73 int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size) argument
80 es = (struct ext2_super_block *) volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200);
94 volume_id_set_label_raw(id, es->s_volume_name, 16);
95 volume_id_set_label_string(id, es->s_volume_name, 16);
96 volume_id_set_uuid(id, es->s_uuid, 0, UUID_DCE);
97 snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%u",
102 volume_id_set_usage(id, VOLUME_ID_OTHER);
103 id->type = "jbd";
108 volume_id_set_usage(id, VOLUME_ID_FILESYSTE
[all...]
H A Dlsi_raid.c35 int volume_id_probe_lsi_mega_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
48 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
56 volume_id_set_usage(id, VOLUME_ID_RAID);
57 id->type = "lsi_mega_raid_member";
H A Dpromise_raid.c36 int volume_id_probe_promise_fasttrack_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
55 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
66 volume_id_set_usage(id, VOLUME_ID_RAID);
67 id->type = "promise_fasttrack_raid_member";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dhwmon.c42 int id, err; local
49 err = idr_get_new(&hwmon_idr, NULL, &id);
57 id = id & MAX_ID_MASK;
59 HWMON_ID_FORMAT, id);
63 idr_remove(&hwmon_idr, id);
77 int id; local
79 if (likely(sscanf(cdev->class_id, HWMON_ID_FORMAT, &id) == 1)) {
82 idr_remove(&hwmon_idr, id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dwtm.c88 int idx, id; local
92 id = 0;
94 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
95 idx = id + STAC946X_LF_VOLUME;
97 if (id < 6)
110 int id, idx; local
124 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
125 idx = id
160 int idx, id; local
182 int idx, id; local
236 int i, id; local
258 int i, reg, id; local
303 int i, reg, id; local
327 int i, reg, id; local
375 int id; local
391 int change, id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/w1/
H A Dw1_netlink.h45 __u8 id[8]; member in union:w1_netlink_msg::__anon7252
47 __u32 id; member in struct:w1_netlink_msg::__anon7252::w1_mst
50 } id; member in struct:w1_netlink_msg
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dbin2hex.c10 int id = 0; local
16 id=1;
27 printf( "static unsigned char %s [] %s =\n{\n", varname , id?"__initdata":"");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/
H A Dpci.h77 * PCI device id structure
78 * @id: single PCI device id structure to match
84 pci_match_one_device(const struct pci_device_id *id, const struct pci_dev *dev) argument
86 if ((id->vendor == PCI_ANY_ID || id->vendor == dev->vendor) &&
87 (id->device == PCI_ANY_ID || id->device == dev->device) &&
88 (id->subvendor == PCI_ANY_ID || id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/connector/
H A Dcn_queue.c48 static struct cn_callback_entry *cn_queue_alloc_callback_entry(char *name, struct cb_id *id, void (*callback)(void *)) argument
58 snprintf(cbq->id.name, sizeof(cbq->id.name), "%s", name);
59 memcpy(&cbq->id.id, id, sizeof(struct cb_id));
78 int cn_queue_add_callback(struct cn_queue_dev *dev, char *name, struct cb_id *id, void (*callback)(void *)) argument
83 cbq = cn_queue_alloc_callback_entry(name, id, callback);
92 if (cn_cb_equal(&__cbq->id.id, i
114 cn_queue_del_callback(struct cn_queue_dev *dev, struct cb_id *id) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas_4A.c28 /* long quotactl(int cmd, char *special, qid_t id, caddr_t addr) */
82 int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
96 path, bdev, (unsigned)id.uid));
98 if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))&&errno != EDQUOT) {
113 path, bdev, (unsigned)id.gid));
115 if ((ret = quotactl(QCMD(Q_GETQUOTA,GRPQUOTA), bdev, id.gid, (void *)&D))&&errno != EDQUOT) {
129 id.uid = getuid();
132 path, bdev, (unsigned)id.uid));
134 if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))==0) {
142 id
176 sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4236.c85 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
102 module_param_array(id, charp, NULL, 0444);
103 MODULE_PARM_DESC(id, "ID string for " IDENT " soundcard.");
154 { .id = "CSC0100" },
155 { .id = "CSC0000" },
158 { .id = "GIM0100" },
159 { .id = "" }
168 { .id = "CSC0d32", .devs = { { "CSC0000" }, { "CSC0010" }, { "PNPb006" } } },
170 { .id = "CSC1a32", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } },
172 { .id
385 snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard, struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
641 snd_cs4232_pnpbios_detect(struct pnp_dev *pdev, const struct pnp_device_id *id) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Drtmutex-tester.c51 RTTEST_SIGNAL, /* 11 Signal other test thread, data = thread id */
58 int i, id, ret = -EINVAL; local
97 id = td->opdata;
98 if (id < 0 || id >= MAX_RT_TEST_MUTEXES)
101 td->mutexes[id] = 1;
103 rt_mutex_lock(&mutexes[id]);
105 td->mutexes[id] = 4;
110 id = td->opdata;
111 if (id <
399 init_test_thread(int id) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dcompat.h31 char const *id; member in struct:id3_compat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dcompat.h31 char const *id; member in struct:id3_compat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_data.c78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
85 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJECT *id, int crit) argument
88 if (!policy && !id)
105 if (id)
106 ret->valid_policy = id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/tdb/
H A Dcnid_tdb_get.c19 cnid_t id; local
39 memcpy(&id, data.dptr, sizeof(id));
41 return id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py44 def testXInclude(filename, id):
52 print "testXInclude(%s, %s)" % (filename, id)
65 id = test.prop('id')
70 if id == None:
71 print "Test without URI:", id
74 print "Test without URI:", id
97 print "Result for %s missing: %s" % (id, output)
105 print "Result for %s unreadable: %s" % (id, output)
117 print "Result for %s differs" % (id)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcontrol.h65 struct snd_ctl_elem_id id; member in struct:snd_kcontrol
84 struct snd_ctl_elem_id id; member in struct:snd_kctl_event
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
135 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) argument
137 return id->numid - kctl->id.numid;
140 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) argument
142 return id
145 snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) argument
[all...]

Completed in 182 milliseconds

1234567891011>>