Searched refs:id (Results 426 - 450 of 3489) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c71 static int load_flat_shared_library(int id, struct lib_info *p);
302 int id; local
310 id = curid; /* Relocs of 0 are always self referring */
312 id = (r >> 24) & 0xff; /* Find ID for this reloc */
315 if (id >= MAX_SHARED_LIBS) {
317 (unsigned) r, id);
320 if (curid != id) {
323 "(%d != %d)", (unsigned) r, curid, id);
325 } else if ( ! p->lib_list[id].loaded &&
326 load_flat_shared_library(id,
412 load_flat_file(struct linux_binprm * bprm, struct lib_info *libinfo, int id, unsigned long *extra_stack) argument
802 load_flat_shared_library(int id, struct lib_info *libs) argument
[all...]
H A Ddnotify.c39 void dnotify_flush(struct file *filp, fl_owner_t id) argument
51 if ((dn->dn_owner == id) && (dn->dn_filp == filp)) {
68 fl_owner_t id = current->files; local
72 dnotify_flush(filp, id);
86 if ((odn->dn_owner == id) && (odn->dn_filp == filp)) {
102 dn->dn_owner = id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dtimer.c124 * find a timer instance from the given timer id
171 * look for a master instance matching with the slave id of the given slave.
199 * look for slave instances matching with the slave id of the given master.
226 * when opening a master, the slave id must be here given.
746 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, argument
769 if (id)
770 strlcpy(timer->id, id, sizeof(timer->id));
902 int snd_timer_global_new(char *id, in argument
1261 snd_timer_user_zero_id(struct snd_timer_id *id) argument
1270 snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) argument
1281 struct snd_timer_id id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-328 <widget class="GtkDialog" id="dialog">
38 <widget class="GtkVBox" id="dialog-vbox1">
44 <widget class="GtkHButtonBox" id="dialog-action_area1">
50 <widget class="GtkButton" id="insert_char_button">
59 <widget class="GtkButton" id="close_button">
70 <widget class="GtkButton" id="help_button">
89 <widget class="GtkVBox" id="asciitable_dialog_content">
96 <widget class="GtkLabel" id="label1">
116 <widget class="GtkScrolledWindow" id="scrolledwindow1">
124 <widget class="GtkTreeView" id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java141 found.add(e.id);
152 int id; field in class:JoinTest.MyEntity
162 MyEntity(int id, int k1, int k2, int k3) { argument
163 this.id = id;
171 return "MyEntity " + id + ' ' + k1 + ' ' + k2 + ' ' + k3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dcnid.h58 int (*cnid_delete) (struct _cnid_db *cdb, cnid_t id);
63 char * (*cnid_resolve) (struct _cnid_db *cdb, cnid_t *id, void *buffer, size_t len);
64 int (*cnid_update) (struct _cnid_db *cdb, const cnid_t id, const struct stat *st,
114 int cnid_delete (struct _cnid_db *cdb, cnid_t id);
119 char *cnid_resolve (struct _cnid_db *cdb, cnid_t *id, void *buffer, size_t len);
120 int cnid_update (struct _cnid_db *cdb, const cnid_t id, const struct stat *st,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dcs53l32a.c28 #include <linux/i2c-id.h>
85 if (ctrl->id == V4L2_CID_AUDIO_MUTE) {
89 if (ctrl->id != V4L2_CID_AUDIO_VOLUME)
95 if (ctrl->id == V4L2_CID_AUDIO_MUTE) {
99 if (ctrl->id != V4L2_CID_AUDIO_VOLUME)
215 .id = I2C_DRIVERID_CS53L32A,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/pci/
H A Dit821x.c516 struct hd_driveid *id; local
521 id = drive->id;
522 idbits = (u16 *)drive->id;
525 if(strstr(id->model, "Integrated Technology Express")) {
529 id->capability |= 3; /* LBA28, DMA */
530 id->command_set_2 |= 0x0400; /* LBA48 valid */
531 id->cfs_enable_2 |= 0x0400; /* LBA48 on */
543 id->field_valid &= 3;
544 id
718 it821x_init_one(struct pci_dev *dev, const struct pci_device_id *id) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-serio.c94 if (!iforce->id) {
98 iforce->id = data;
105 iforce->id = 0;
118 iforce_process_packet(iforce, (iforce->id << 8) | iforce->idx, iforce->data);
120 iforce->id = 0;
173 .id = SERIO_ANY,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/misc/
H A Dixp4xx-beeper.c102 input_set_drvdata(input_dev, (void *) dev->id);
106 input_dev->id.bustype = BUS_HOST;
107 input_dev->id.vendor = 0x001f;
108 input_dev->id.product = 0x0001;
109 input_dev->id.version = 0x0100;
117 IRQF_DISABLED | IRQF_TIMER, "ixp4xx-beeper", (void *) dev->id);
H A Duinput.c59 int id; local
64 for (id = 0; id < UINPUT_NUM_REQUESTS; id++)
65 if (!udev->requests[id]) {
66 request->id = id;
67 udev->requests[id] = request;
76 static struct uinput_request* uinput_request_find(struct uinput_device *udev, int id) argument
79 if (id >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dmixcomwd.c210 int id; local
217 id=inb_p(port) & 0x3f;
218 if(id!=MIXCOM_ID) {
227 int id; local
234 id=inb_p(port);
235 if(id!=FLASHCOM_ID) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dcpu.c28 return sprintf(buf, "%u\n", !!cpu_online(cpu->sysdev.id));
39 ret = cpu_down(cpu->sysdev.id);
44 ret = cpu_up(cpu->sysdev.id);
64 int logical_cpu = cpu->sysdev.id;
90 cpunum = cpu->sysdev.id;
117 cpu->sysdev.id = num;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/connector/
H A Dcn_test.c40 __func__, jiffies, msg->id.idx, msg->id.val,
72 msg->id.idx = -1;
73 msg->id.val = -1;
131 memcpy(&m->id, &cn_test_id, sizeof(m->id));
H A Ducon.c130 data->id.idx = 0x123;
131 data->id.val = 0x456;
141 ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val);
186 ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_CT.c29 {.name = "notrack", .id = O_NOTRACK, .type = XTTYPE_NONE},
30 {.name = "helper", .id = O_HELPER, .type = XTTYPE_STRING,
32 {.name = "ctevents", .id = O_CTEVENTS, .type = XTTYPE_STRING},
33 {.name = "expevents", .id = O_EXPEVENTS, .type = XTTYPE_STRING},
34 {.name = "zone", .id = O_ZONE, .type = XTTYPE_UINT16,
104 switch (cb->entry->id) {
H A Dlibxt_NFQUEUE.c45 {.name = "queue-num", .id = O_QUEUE_NUM, .type = XTTYPE_UINT16,
48 {.name = "queue-balance", .id = O_QUEUE_BALANCE,
50 {.name = "queue-bypass", .id = O_QUEUE_BYPASS, .type = XTTYPE_NONE},
58 if (cb->entry->id == O_QUEUE_BALANCE)
69 switch (cb->entry->id) {
88 switch (cb->entry->id) {
H A Dlibxt_physdev.c26 {.name = "physdev-in", .id = O_PHYSDEV_IN, .type = XTTYPE_STRING,
28 {.name = "physdev-out", .id = O_PHYSDEV_OUT, .type = XTTYPE_STRING,
30 {.name = "physdev-is-in", .id = O_PHYSDEV_IS_IN, .type = XTTYPE_NONE,
32 {.name = "physdev-is-out", .id = O_PHYSDEV_IS_OUT,
34 {.name = "physdev-is-bridged", .id = O_PHYSDEV_IS_BRIDGED,
45 switch (cb->entry->id) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Duser_reg.c141 int id; local
146 for (id = 1; id <= MAX_USERID; id++) {
147 if (users[id].callback)
148 reg_callback(&users[id]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dmacfb.c167 .id = "Macintosh ",
718 strcat( macfb_fix.id, "Display Card" );
723 strcat( macfb_fix.id, "Toby" );
728 strcat( macfb_fix.id, "Jet");
733 strcat( macfb_fix.id, "Generic NuBus" );
740 switch( mac_bi_data.id )
749 strcat( macfb_fix.id, "Generic NuBus" );
756 strcat( macfb_fix.id, "Valkyrie built-in" );
779 strcat( macfb_fix.id, "DAFB built-in" );
787 strcat( macfb_fix.id, "V
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dcpu.h85 #define IS_OMAP_CLASS(class, id) \
88 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \
93 #define IS_OMAP_SUBCLASS(subclass, id) \
96 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \
168 #define IS_OMAP_TYPE(type, id) \
171 return (GET_OMAP_TYPE == (id)) ? 1 : 0; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_map.c90 int id, mode; local
122 ((u_long)dbenv->shm_key + (infop->id - 1));
131 if ((id = shmget(segid, 0, 0)) != -1) {
132 (void)shmctl(id, IPC_RMID, NULL);
133 if ((id = shmget(segid, 0, 0)) != -1) {
146 if ((id = shmget(segid, rp->size, mode)) == -1) {
153 rp->segid = id;
155 id = rp->segid;
157 if ((infop->addr = shmat(id, NULL, 0)) == (void *)-1) {
161 "shmat: id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Dcompat_ioctl.h97 struct agp_client *agp_create_client(pid_t id);
98 int agp_remove_client(pid_t id);
103 struct agp_client *agp_find_client_by_pid(pid_t id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/dio/
H A Ddio-sysfs.c25 return sprintf(buf, "0x%02x\n", (d->id & 0xff));
27 static DEVICE_ATTR(id, S_IRUGO, dio_show_id, NULL);
43 return sprintf(buf, "0x%02x\n", ((d->id >> 8)& 0xff));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/renesas/r7780rp/
H A Dpsw.c70 .id = 0,
88 .id = 1,
106 .id = 2,

Completed in 153 milliseconds

<<11121314151617181920>>