Searched refs:id (Results 451 - 475 of 8404) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dcma.c118 struct rdma_cm_id id; member in struct:rdma_id_private
164 struct rdma_id_private *id; member in struct:cma_work
172 struct rdma_id_private *id; member in struct:cma_ndev_work
283 id_priv->id.device = cma_dev->device;
308 switch (id_priv->id.ps) {
313 ib_addr_get_mgid(&id_priv->id.route.addr.dev_addr, &rec.mgid);
314 ret = ib_sa_get_mcmember_rec(id_priv->id.device,
315 id_priv->id.port_num, &rec.mgid,
328 struct rdma_dev_addr *dev_addr = &id_priv->id.route.addr.dev_addr;
336 &id_priv->id
432 rdma_create_qp(struct rdma_cm_id *id, struct ib_pd *pd, struct ib_qp_init_attr *qp_init_attr) argument
464 rdma_destroy_qp(struct rdma_cm_id *id) argument
583 rdma_init_qp_attr(struct rdma_cm_id *id, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
824 rdma_destroy_id(struct rdma_cm_id *id) argument
995 struct rdma_cm_id *id; local
1051 struct rdma_cm_id *id; local
1426 cma_listen_handler(struct rdma_cm_id *id, struct rdma_cm_event *event) argument
1440 struct rdma_cm_id *id; local
1475 rdma_listen(struct rdma_cm_id *id, int backlog) argument
1519 rdma_set_service_type(struct rdma_cm_id *id, int tos) argument
1669 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
1711 rdma_resolve_route(struct rdma_cm_id *id, int timeout_ms) argument
1878 cma_bind_addr(struct rdma_cm_id *id, struct sockaddr *src_addr, struct sockaddr *dst_addr) argument
1891 rdma_resolve_addr(struct rdma_cm_id *id, struct sockaddr *src_addr, struct sockaddr *dst_addr, int timeout_ms) argument
2089 rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr) argument
2409 rdma_connect(struct rdma_cm_id *id, struct rdma_conn_param *conn_param) argument
2522 rdma_accept(struct rdma_cm_id *id, struct rdma_conn_param *conn_param) argument
2566 rdma_notify(struct rdma_cm_id *id, enum ib_event_type event) argument
2587 rdma_reject(struct rdma_cm_id *id, const void *private_data, u8 private_data_len) argument
2619 rdma_disconnect(struct rdma_cm_id *id) argument
2761 rdma_join_multicast(struct rdma_cm_id *id, struct sockaddr *addr, void *context) argument
2804 rdma_leave_multicast(struct rdma_cm_id *id, struct sockaddr *addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dartprov.h30 #define wxART_MAKE_CLIENT_ID_FROM_STR(id) (id + wxT("_C"))
31 #define wxART_MAKE_CLIENT_ID(id) wxT(#id) wxT("_C")
32 #define wxART_MAKE_ART_ID_FROM_STR(id) (id)
33 #define wxART_MAKE_ART_ID(id) wxT(#id)
143 static wxBitmap GetBitmap(const wxArtID& id,
149 static wxIcon GetIcon(const wxArtID& id,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Didset.c52 static inline void idset_add(struct idset *set, int ssid, int id) argument
54 set_bit(ssid * set->num_id + id, set->bitmap);
57 static inline void idset_del(struct idset *set, int ssid, int id) argument
59 clear_bit(ssid * set->num_id + id, set->bitmap);
62 static inline int idset_contains(struct idset *set, int ssid, int id) argument
64 return test_bit(ssid * set->num_id + id, set->bitmap);
67 static inline int idset_get_first(struct idset *set, int *ssid, int *id) argument
75 *id = bitnum % set->num_id;
102 int id = 0; local
105 rc = idset_get_first(set, &ssid, &id);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DSubclassIndexTest.java101 assertEquals("2", m.id);
105 assertEquals("4", m.id);
111 assertEquals("2", m.id);
114 assertEquals("3", m.id);
117 assertEquals("4", m.id);
145 String id; field in class:SubclassIndexTest.Employee
150 Employee(String id) { argument
151 this.id = id;
163 Manager(String id, Strin argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_update.c14 int cnid_tdb_update(struct _cnid_db *cdb, const cnid_t id, const struct stat *st, argument
21 if (!cdb || !(db = cdb->_private) || !id || !st || !name || (db->flags & CNIDFLAG_DB_RO)) {
39 key.dsize = sizeof(id);
64 key.dsize = sizeof(id);
81 memcpy(data.dptr, &id, sizeof(id));
84 key.dptr = (char *) &id;
85 key.dsize = sizeof(id);
93 altdata.dptr = (char *) &id;
94 altdata.dsize = sizeof(id);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Dclk.c82 if (clk->id == 0)
91 .id = 0,
96 .id = 1,
201 struct clk *clk_get(struct device *dev, const char *id) argument
203 if (!strcmp(id, "enet0"))
205 if (!strcmp(id, "enet1"))
207 if (!strcmp(id, "ephy"))
209 if (!strcmp(id, "usbh"))
211 if (!strcmp(id, "spi"))
213 if (!strcmp(id, "perip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dmmu-context.c66 if (!p->id_busy && p->id != cxn_pinned)
72 cxn = p->id;
73 p->id = 0;
78 ctx->id = cxn;
82 return ctx->id;
110 asm volatile("movgs %0,cxnr" : : "r"(ctx->id));
137 if (ctx->id == cxn_pinned)
141 clear_bit(ctx->id, cxn_bitmap);
142 __flush_tlb_mm(ctx->id);
143 ctx->id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconfmisc.c119 const char *str, *id; local
122 err = snd_config_get_id(conf, &id);
129 SNDERR("Invalid value for %s", id);
136 SNDERR("Invalid type for %s", id);
176 const char *str, *id; local
179 err = snd_config_get_id(conf, &id);
186 SNDERR("Invalid value for %s", id);
193 SNDERR("Invalid type for %s", id);
230 const char *res, *id; local
265 if (snd_config_get_id(n, &id) <
329 const char *str, *id; local
381 const char *id; local
400 const char *id; local
460 const char *id; local
479 const char *id; local
586 const char *id; local
640 const char *str, *id; local
718 const char *id; local
793 const char *id; local
867 const char *id; local
919 const char *id; local
976 const char *id; local
1060 const char *id; local
1171 const char *id; local
1279 const char *id; local
1288 const char *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dcore.c91 struct pnp_id *id; local
94 id = dev->id;
95 while (id) {
96 next = id->next;
97 kfree(id);
98 id = next;
127 struct pnp_dev *pnp_alloc_dev(struct pnp_protocol *protocol, int id, char *pnpid) argument
139 dev->number = id;
184 struct pnp_id *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1_int.c39 static struct w1_master * w1_alloc_dev(u32 id, int slave_count, int slave_ttl, argument
65 dev->id = id;
79 dev_set_name(&dev->dev, "w1_bus_master%u", dev->id);
80 snprintf(dev->name, sizeof(dev->name), "w1_bus_master%u", dev->id);
107 int id, found; local
131 /* Search for the first available id (starting at 1). */
132 id = 0;
134 ++id;
137 if (entry->id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_trs.c72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
111 int X509_check_trust(X509 *x, int id, int flags) argument
115 if(id == -1) return 1;
116 idx = X509_TRUST_get_by_id(id);
117 if(idx == -1) return default_trust(id, x, flags);
135 int X509_TRUST_get_by_id(int id) argument
139 if((id >= X509_TRUST_MIN) && (id <= X509_TRUST_MAX))
140 return id
158 X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int), char *name, int arg1, void *arg2) argument
266 obj_trust(int id, X509 *x, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dtables.c60 p->processor_id, p->id,
82 "IOAPIC (id[0x%02x] address[0x%08x] gsi_base[%d])\n",
83 p->id, p->address, p->global_irq_base);
164 "IOSAPIC (id[0x%x] address[%p] gsi_base[%d])\n",
165 p->id, (void *)(unsigned long)p->address,
176 p->processor_id, p->id, p->eid,
186 "PLAT_INT_SRC (%s %s type[0x%x] id[0x%04x] eid[0x%x] iosapic_vector[0x%x] global_irq[0x%x]\n",
189 p->type, p->id, p->eid, p->io_sapic_vector,
204 acpi_table_parse_entries(char *id, argument
222 if (strncmp(id, ACPI_SIG_MAD
261 acpi_table_parse_madt(enum acpi_madt_type id, acpi_table_entry_handler handler, unsigned int max_entries) argument
278 acpi_table_parse(char *id, acpi_table_handler handler) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/connector/
H A Dcn_queue.c93 cn_queue_alloc_callback_entry(char *name, struct cb_id *id, argument
104 snprintf(cbq->id.name, sizeof(cbq->id.name), "%s", name);
105 memcpy(&cbq->id.id, id, sizeof(struct cb_id));
127 int cn_queue_add_callback(struct cn_queue_dev *dev, char *name, struct cb_id *id, argument
133 cbq = cn_queue_alloc_callback_entry(name, id, callback);
142 if (cn_cb_equal(&__cbq->id.id, i
163 cn_queue_del_callback(struct cn_queue_dev *dev, struct cb_id *id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_block_header.c24 .id = LZMA_VLI_UNKNOWN,
31 .id = LZMA_FILTER_LZMA2,
34 .id = LZMA_VLI_UNKNOWN,
41 .id = LZMA_FILTER_X86,
44 .id = LZMA_FILTER_X86,
47 .id = LZMA_FILTER_X86,
50 .id = LZMA_FILTER_LZMA2,
53 .id = LZMA_VLI_UNKNOWN,
60 .id = LZMA_FILTER_X86,
63 .id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_block_header.c24 .id = LZMA_VLI_UNKNOWN,
31 .id = LZMA_FILTER_LZMA2,
34 .id = LZMA_VLI_UNKNOWN,
41 .id = LZMA_FILTER_X86,
44 .id = LZMA_FILTER_X86,
47 .id = LZMA_FILTER_X86,
50 .id = LZMA_FILTER_LZMA2,
53 .id = LZMA_VLI_UNKNOWN,
60 .id = LZMA_FILTER_X86,
63 .id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Di8042-x86ia64io.h664 strlcpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name));
688 strlcpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name));
699 { .id = "PNP0300", .driver_data = 0 },
700 { .id = "PNP0301", .driver_data = 0 },
701 { .id = "PNP0302", .driver_data = 0 },
702 { .id = "PNP0303", .driver_data = 0 },
703 { .id = "PNP0304", .driver_data = 0 },
704 { .id = "PNP0305", .driver_data = 0 },
705 { .id = "PNP0306", .driver_data = 0 },
706 { .id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-controls.c60 qctrl->id = v4l2_ctrl_next(ctrl_classes, qctrl->id);
61 if (qctrl->id == 0)
64 switch (qctrl->id) {
101 qctrl.id = qmenu->id;
104 cx2341x_ctrl_get_menu(&cx->params, qmenu->id));
114 qctrl.id = vctrl->id;
119 menu_items = v4l2_ctrl_get_menu(qctrl.id);
261 struct cx18_open_id *id = fh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfmuxl.c42 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id);
115 static struct cflayer *get_from_id(struct list_head *list, u16 id) argument
121 if (layer->id == id)
145 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) argument
148 int idx = id % UP_CACHE_SIZE;
150 if (up == NULL || up->id != id) {
151 up = get_from_id(&muxl->srvl_list, id);
161 int idx = dev_info->id
170 cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) argument
190 u8 id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c102 const struct blkid_magic *id __BLKID_ATTR((unused)),
129 const struct blkid_magic *id __BLKID_ATTR((unused)),
149 const struct blkid_magic *id __BLKID_ATTR((unused)),
166 const struct blkid_magic *id __BLKID_ATTR((unused)),
199 const struct blkid_magic *id __BLKID_ATTR((unused)),
231 const struct blkid_magic *id __BLKID_ATTR((unused)),
249 const struct blkid_magic *id, unsigned char *buf)
258 if (id->bim_kboff/(blocksize>>10) > blkid_le32(rs->rs_journal_block))
262 if (!strcmp(id->bim_magic, "ReIsEr2Fs") ||
263 !strcmp(id
246 probe_reiserfs(int fd __BLKID_ATTR((unused)), blkid_cache cache __BLKID_ATTR((unused)), blkid_dev dev, const struct blkid_magic *id, unsigned char *buf) argument
555 const struct blkid_magic *id; local
679 const struct blkid_magic *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol.c254 * \param info CTL element id/information pointer
259 assert(ctl && info && (info->id.name[0] || info->id.numid));
266 * \param id CTL element id to add
273 int snd_ctl_elem_add_integer(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, argument
281 assert(ctl && id && id->name[0]);
283 info->id = *id;
312 snd_ctl_elem_add_integer64(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long long min, long long max, long long step) argument
347 snd_ctl_elem_add_boolean(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count) argument
394 snd_ctl_elem_add_enumerated(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, unsigned int items, const char *const names[]) argument
438 snd_ctl_elem_add_iec958(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id) argument
456 snd_ctl_elem_remove(snd_ctl_t *ctl, snd_ctl_elem_id_t *id) argument
488 snd_ctl_tlv_do(snd_ctl_t *ctl, int op_flag, const snd_ctl_elem_id_t *id, unsigned int *tlv, unsigned int tlv_size) argument
526 snd_ctl_elem_tlv_read(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int *tlv, unsigned int tlv_size) argument
555 snd_ctl_elem_tlv_write(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, const unsigned int *tlv) argument
571 snd_ctl_elem_tlv_command(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, const unsigned int *tlv) argument
584 snd_ctl_elem_lock(snd_ctl_t *ctl, snd_ctl_elem_id_t *id) argument
596 snd_ctl_elem_unlock(snd_ctl_t *ctl, snd_ctl_elem_id_t *id) argument
836 const char *id; local
871 const char *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dparser.c71 int parse_get_safe_id(snd_config_t *n, const char **id) argument
75 err = snd_config_get_id(n, id);
78 if (!parse_is_name_safe((char *)(*id)))
91 const char *id; local
96 if (snd_config_get_id(cfg, &id) < 0)
100 uc_error("compound type expected for %s", id);
107 if (snd_config_get_id(n, &id) < 0)
115 tseq->name = strdup(id);
139 const char *id; local
144 if (snd_config_get_id(cfg, &id) <
191 const char *id; local
268 const char *id; local
377 const char *id; local
508 const char *id; local
654 const char *id; local
738 const char *id, *idchild; local
842 const char *id; local
951 const char *id; local
1023 const char *id; local
1130 const char *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddb.h56 int id; member in struct:query_params
117 uint32_t id; member in struct:media_file_info
163 uint32_t id; /* integer id (miid) */ member in struct:playlist_info
178 char *id; member in struct:db_playlist_info
193 uint32_t id; /* integer id (miid) */ member in struct:group_info
194 uint64_t persistentid; /* ulonglong id (mper) */
200 uint64_t songartistid; /* song artist id (asri) */
206 char *id; member in struct:db_group_info
219 char *id; member in struct:db_media_file_info
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dconfig.c13 const char *id; local
17 if (snd_config_get_id(e1, &id) < 0 || !id)
19 if (snd_config_search(c2, id, &e2) < 0)
62 const char *id; local
69 TEST_CHECK(snd_config_get_id(top, &id) >= 0 && id == NULL);
166 const char *id; local
174 ALSA_CHECK(snd_config_get_id(c, &id));
175 TEST_CHECK(!strcmp(id, "
199 const char *id; local
289 const char *id; local
304 const char *id; local
319 const char *id; local
334 const char *id; local
347 const char *id; local
362 const char *id; local
377 const char *id; local
477 const char *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dtx.c84 #define pool_id_to_queue(id) ((id < IWM_TX_CMD_QUEUE) ? id : id - 1)
88 static int iwm_tx_credit_get(struct iwm_tx_credit *tx_credit, int id) argument
90 struct pool_entry *pool = &tx_credit->pools[id];
101 static bool iwm_tx_credit_ok(struct iwm_priv *iwm, int id, int nb) argument
105 if (npages <= iwm_tx_credit_get(&iwm->tx_credit, id))
108 set_bit(id, &iwm->tx_credit.full_pools_map);
111 pool_id_to_queue(id),
117 iwm_tx_credit_inc(struct iwm_priv *iwm, int id, int total_freed_pages) argument
164 iwm_tx_credit_dec(struct iwm_priv *iwm, int id, int alloc_pages) argument
192 iwm_tx_credit_alloc(struct iwm_priv *iwm, int id, int nb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_fifo.c73 if (strcmp(qu->id, "bfifo") == 0) {
83 .id = "bfifo",
89 .id = "pfifo",
96 .id = "pfifo_fast",

Completed in 205 milliseconds

<<11121314151617181920>>