Searched refs:id (Results 251 - 275 of 3489) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_user_cm.h81 __u32 id; member in struct:ib_ucm_create_id_resp
86 __u32 id; member in struct:ib_ucm_destroy_id
96 __u32 id; member in struct:ib_ucm_attr_id
109 __u32 id; member in struct:ib_ucm_init_qp_attr
116 __u32 id; member in struct:ib_ucm_listen
121 __u32 id; member in struct:ib_ucm_notify
127 __u32 id; member in struct:ib_ucm_private_data
133 __u32 id; member in struct:ib_ucm_req
158 __u32 id; member in struct:ib_ucm_rep
173 __u32 id; member in struct:ib_ucm_info
184 __u32 id; member in struct:ib_ucm_mra
193 __u32 id; member in struct:ib_ucm_lap
199 __u32 id; member in struct:ib_ucm_sidr_req
211 __u32 id; member in struct:ib_ucm_sidr_rep
307 __u32 id; member in struct:ib_ucm_event_resp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1111 static void dump_identity(const struct hd_driveid *id) argument
1114 const unsigned short int *id_regs = (const void*) id;
1117 id->model, id->fw_rev, id->serial_no);
1119 if (id->config & (1<<i))
1124 id->cyls, id->heads, id->sectors, id
1796 struct hd_driveid id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py258 for id in idx.functions.keys():
263 if self.macros.has_key(id):
264 del self.macros[id]
265 if self.functions.has_key(id):
267 id, self.functions[id].header, idx.functions[id].header)
269 self.functions[id] = idx.functions[id]
270 self.identifiers[id]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dquota.c21 static int generic_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) argument
81 if (((type == USRQUOTA && current->euid != id) ||
82 (type == GRPQUOTA && !in_egroup_p(id))) &&
94 static int xqm_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) argument
132 if (((type == XQM_USRQUOTA && current->euid != id) ||
133 (type == XQM_GRPQUOTA && !in_egroup_p(id))) &&
144 static int check_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) argument
149 error = xqm_quotactl_valid(sb, type, cmd, id);
151 error = generic_quotactl_valid(sb, type, cmd, id);
153 error = security_quotactl(cmd, type, id, s
220 do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, void __user *addr) argument
364 sys_quotactl(unsigned int cmd, const char __user *special, qid_t id, void __user *addr) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c50 * until they have a valid id.
52 * Once they have a valid id, they must get linked into the log
55 * An FNAME that may/does have a valid id must be accessed under
60 * looking at the id, because once allocated, the id should
67 * When in the course of logging we encounter an invalid id
71 * a id lazily.
83 * allocate a id for it later. (This happens when the handle is on a
138 fnp->id = fnp->old_id = DB_LOGFILEID_INVALID;
213 DB_ASSERT(env, fnp->id
244 int32_t id; local
282 int32_t id; local
489 int32_t id; local
[all...]
H A Ddbreg_stat.c59 STAT_LONG("log ID", fnp->id);
98 dbp = fnp->id >= dblp->dbentry_cnt ? NULL :
99 dblp->dbentry[fnp->id].dbp;
100 del = fnp->id >= dblp->dbentry_cnt ? 0 :
101 dblp->dbentry[fnp->id].deleted;
104 (long)fnp->id,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c71 u_long id; /* Holder's ID. */ member in struct:__anon2116
132 u_long id; local
144 id = 0;
179 id = (u_long)atoi(p + 1);
224 locker_start(id) : wakeup_start(id)) != 0)
272 spawn_proc(id, tmpath, "locker")) == OS_BAD_PID) {
277 id += nthreads;
282 spawn_proc(id, tmpath, "wakeup")) == OS_BAD_PID) {
287 ++id;
408 u_long id, tid; local
579 u_long id, tid; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-fileops.c43 int ivtv_claim_stream(struct ivtv_open_id *id, int type) argument
45 struct ivtv *itv = id->itv;
52 if (s->id == id->open_id) {
56 if (s->id == -1 && (type == IVTV_DEC_STREAM_TYPE_VBI ||
61 s->id = id->open_id;
69 s->id = id->open_id;
106 s->id
415 ivtv_start_capture(struct ivtv_open_id *id) argument
495 struct ivtv_open_id *id = filp->private_data; local
508 ivtv_start_decoding(struct ivtv_open_id *id, int speed) argument
528 struct ivtv_open_id *id = filp->private_data; local
652 struct ivtv_open_id *id = filp->private_data; local
673 struct ivtv_open_id *id = filp->private_data; local
697 ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) argument
735 ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) argument
765 struct ivtv_open_id *id = filp->private_data; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_tdb.c42 /* User and group id pool */
84 Allocate either a user or group id from the pool
87 static NTSTATUS db_allocate_id(unid_t *id, int id_type) argument
92 if (!id)
110 /* fetch a new id and increment it */
113 DEBUG(0, ("idmap_tdb: Fatal error while fetching a new id\n!"));
124 (*id).uid = hwm;
125 DEBUG(10,("db_allocate_id: ID_USERID (*id).uid = %d\n", (unsigned int)hwm));
140 /* fetch a new id and increment it */
144 DEBUG(0, ("idmap_tdb: Fatal error while fetching a new id\
167 internal_get_sid_from_id(DOM_SID *sid, unid_t id, int id_type) argument
208 internal_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid) argument
275 db_get_sid_from_id(DOM_SID *sid, unid_t id, int id_type_in) argument
310 db_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid) argument
408 db_set_mapping(const DOM_SID *sid, unid_t id, int id_type) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/tdb/
H A Dcnid_tdb_lookup.c26 cnid_t id_devino = 0, id_didname = 0,id = 0; local
58 key.dsize = sizeof(id);
82 key.dsize = sizeof(id);
95 /* Set id. Honor did/name over dev/ino as dev/ino isn't necessarily
111 id = id_didname;
118 if (cnid_tdb_delete(cdb, id) < 0) {
130 id = id_devino;
135 if (cnid_tdb_delete(cdb, id) < 0) {
152 cnid_tdb_update(cdb, id, st, did, name, len);
153 return id;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc83xx_devices.c70 .id = 1,
101 .id = 2,
132 .id = 1,
150 .id = 2,
168 .id = PLAT8250_DEV_PLATFORM,
173 .id = 1,
190 .id = 1,
207 .id = 2,
224 .id = 0,
H A Dmpc8xx_devices.c31 .id = 1,
50 .id = 2,
69 .id = 1,
94 .id = 2,
120 .id = 3,
146 .id = 4,
172 .id = 1,
197 .id = 2,
224 .id = 0,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dat91sam9261.c172 .id = 0,
178 .id = 1,
184 .id = 2,
190 .id = 3,
198 .id = 0,
204 .id = 1,
229 .id = AT91SAM9261_ID_PIOA,
233 .id = AT91SAM9261_ID_PIOB,
237 .id = AT91SAM9261_ID_PIOC,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_stp_timer.c54 const bridge_id *id = &p->designated_bridge; local
63 id->prio[0], id->prio[1],
64 id->addr[0], id->addr[1], id->addr[2],
65 id->addr[3], id->addr[4], id->addr[5],
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dinit.c55 snd_iprintf(buffer, "%s\n", entry->card->id);
67 if ((entry = snd_info_create_card_entry(card, "id", card->proc_root)) == NULL) {
109 strlcpy(card->id, xid, sizeof(card->id));
430 char *id, *spos; local
432 id = spos = card->shortname;
433 while (*id != '\0') {
434 if (*id == ' ')
435 spos = id + 1;
436 id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Dclass.c30 idr_remove(&rtc_idr, rtc->id);
121 int id, err; local
130 err = idr_get_new(&rtc_idr, NULL, &id);
136 id = id & MAX_ID_MASK;
144 rtc->id = id;
157 snprintf(rtc->dev.bus_id, BUS_ID_SIZE, "rtc%d", id);
179 idr_remove(&rtc_idr, id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_sxnet.c109 SXNETID *id;
114 id = sk_SXNETID_value(sx->ids, i);
115 tmp = i2s_ASN1_INTEGER(NULL, id->zone);
118 M_ASN1_OCTET_STRING_print(out, id->user);
150 /* Add an id given the zone as an ASCII number */
163 /* Add an id given the zone as an unsigned long */
178 /* Add an id given the zone as an ASN1_INTEGER.
187 SXNETID *id = NULL;
207 if(!(id = SXNETID_new())) goto err;
210 if(!M_ASN1_OCTET_STRING_set(id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmangle.c88 /* with id 12, mangled to abcde#12, and a passed filename */
139 u_int32_t id, file_id; local
145 id = file_id = 0;
161 id = (id *16) + hextoint(*t);
164 if ((*t != 0 && *t != '.') || strlen(t) > MAX_EXT_LENGTH || id < 17) {
168 file_id = id = htonl(id);
170 *osx = id;
174 if ((dir = dirlookup(vol, id))) {
244 mangle(const struct vol *vol, char *filename, size_t filenamelen, char *uname, cnid_t id, int flags) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_sxnet.c109 SXNETID *id;
114 id = sk_SXNETID_value(sx->ids, i);
115 tmp = i2s_ASN1_INTEGER(NULL, id->zone);
118 M_ASN1_OCTET_STRING_print(out, id->user);
150 /* Add an id given the zone as an ASCII number */
163 /* Add an id given the zone as an unsigned long */
178 /* Add an id given the zone as an ASN1_INTEGER.
187 SXNETID *id = NULL;
207 if(!(id = SXNETID_new())) goto err;
210 if(!M_ASN1_OCTET_STRING_set(id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas_xfs.c74 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
93 path, bdev, (unsigned)id.uid));
95 if ((ret=quotactl(QCMD(Q_XGETQUOTA,USRQUOTA), bdev, id.uid, (caddr_t)&D)))
101 path, bdev, (unsigned)id.gid));
103 if ((ret=quotactl(QCMD(Q_XGETQUOTA,GRPQUOTA), bdev, id.gid, (caddr_t)&D)))
109 path, bdev, (unsigned)id.uid));
126 path, bdev, (unsigned)id.gid));
161 int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
193 path, bdev, (unsigned)id.uid));
196 ret = quotactl(QCMD(Q_XSETQLIM,USRQUOTA), bdev, id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dmcbsp.h302 void omap_mcbsp_config(unsigned int id, const struct omap_mcbsp_reg_cfg * config);
303 int omap_mcbsp_request(unsigned int id);
304 void omap_mcbsp_free(unsigned int id);
305 void omap_mcbsp_start(unsigned int id);
306 void omap_mcbsp_stop(unsigned int id);
307 void omap_mcbsp_xmit_word(unsigned int id, u32 word);
308 u32 omap_mcbsp_recv_word(unsigned int id);
310 int omap_mcbsp_xmit_buffer(unsigned int id, dma_addr_t buffer, unsigned int length);
311 int omap_mcbsp_recv_buffer(unsigned int id, dma_addr_t buffer, unsigned int length);
312 int omap_mcbsp_spi_master_xmit_word_poll(unsigned int id, u3
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dclock.c68 struct clk *clk_get(struct device *dev, const char *id) argument
77 idno = to_platform_device(dev)->id;
82 if (p->id == idno &&
83 strcmp(id, p->name) == 0 &&
95 if (p->id == -1 && strcmp(id, p->name) == 0 &&
218 .id = -1,
226 .id = -1,
231 .id = -1,
238 .id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dmessaging.c105 * @uid: The user id which maps to the desired daemon id
106 * @id: If return value is zero, points to the desired daemon id
109 * Search the hash list for the given user id. Returns zero if the
110 * user id exists in the list; non-zero otherwise. The daemon id hash
113 static int ecryptfs_find_daemon_id(uid_t uid, struct ecryptfs_daemon_id **id) argument
118 hlist_for_each_entry(*id, elem,
121 if ((*id)
211 struct ecryptfs_daemon_id *id; local
252 struct ecryptfs_daemon_id *id; local
330 struct ecryptfs_daemon_id *id; local
491 struct ecryptfs_daemon_id *id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/connector/
H A Dconnector.c88 if (cn_cb_equal(&__cbq->id.id, &msg->id)) {
137 if (cn_cb_equal(&__cbq->id.id, &msg->id)) {
252 * Gets id and checks if there are notification request for it's idx
257 static void cn_notify(struct cb_id *id, u32 notify_event) argument
272 if (id->idx >= req->first &&
273 id
303 cn_add_callback(struct cb_id *id, char *name, void (*callback)(void *)) argument
329 cn_del_callback(struct cb_id *id) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/mach-es7000/
H A Dmach_apic.h54 unsigned long id; local
55 id = xapic_phys_to_log_apicid(cpu);
56 return (SET_APIC_LOGICAL_ID(id));
112 static int id = 0; local
114 mask = physid_mask_of_physid(id);
115 ++id;
168 /* Return id to all */

Completed in 289 milliseconds

<<11121314151617181920>>