Searched refs:ent (Results 1 - 25 of 679) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Ddirhash.c18 struct autofs_dir_ent *ent)
20 list_add_tail(&ent->exp, &dh->expiry_head);
21 ent->last_usage = jiffies;
24 static void autofs_delete_usage(struct autofs_dir_ent *ent) argument
26 list_del(&ent->exp);
30 struct autofs_dir_ent *ent)
32 autofs_delete_usage(ent); /* Unlink from current position */
33 autofs_init_usage(dh,ent); /* Relink at queue tail */
41 struct autofs_dir_ent *ent; local
51 ent
17 autofs_init_usage(struct autofs_dirhash *dh, struct autofs_dir_ent *ent) argument
29 autofs_update_usage(struct autofs_dirhash *dh, struct autofs_dir_ent *ent) argument
129 autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *ent) argument
148 autofs_hash_delete(struct autofs_dir_ent *ent) argument
174 struct autofs_dir_ent *ent; local
222 struct autofs_dir_ent *ent; local
239 struct autofs_dir_ent *ent, *nent; local
[all...]
H A Droot.c52 struct autofs_dir_ent *ent = NULL; local
77 while (onr = nr, ent = autofs_hash_enum(dirhash,&nr,ent)) {
78 if (!ent->dentry || d_mountpoint(ent->dentry)) {
79 if (filldir(dirent,ent->name,ent->len,onr,ent->ino,DT_UNKNOWN) < 0)
95 struct autofs_dir_ent *ent; local
98 if (!(ent
159 struct autofs_dir_ent *ent; local
280 struct autofs_dir_ent *ent; local
367 struct autofs_dir_ent *ent; local
407 struct autofs_dir_ent *ent; local
443 struct autofs_dir_ent *ent; local
548 struct autofs_dir_ent *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv10_gpio.c32 get_gpio_location(struct dcb_gpio_entry *ent, uint32_t *reg, uint32_t *shift, argument
35 if (ent->line < 2) {
37 *shift = ent->line * 16;
40 } else if (ent->line < 10) {
42 *shift = (ent->line - 2) * 4;
45 } else if (ent->line < 14) {
47 *shift = (ent->line - 10) * 4;
60 struct dcb_gpio_entry *ent = nouveau_bios_gpio_entry(dev, tag); local
63 if (!ent)
66 if (!get_gpio_location(ent,
77 struct dcb_gpio_entry *ent = nouveau_bios_gpio_entry(dev, tag); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4idmap.c49 struct ent { struct
66 struct ent *new = container_of(cnew, struct ent, h);
67 struct ent *itm = container_of(citm, struct ent, h);
79 struct ent *map = container_of(ref, struct ent, h.ref);
86 struct ent *e = kmalloc(sizeof(*e), GFP_KERNEL);
100 idtoname_hash(struct ent *ent) argument
118 struct ent *ent = container_of(ch, struct ent, h); local
148 struct ent *ent; local
195 struct ent ent, *res; local
296 nametoid_hash(struct ent *ent) argument
305 struct ent *ent = container_of(ch, struct ent, h); local
333 struct ent *ent; local
372 struct ent ent, *res; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Ddlf.c194 slot_t *ent; local
199 for (ent = ht[i]; ent;)
201 tent = ent->next;
203 free (ent->sym);
204 free (ent);
206 ent = tent;
246 slot_t *ent; local
250 for (ent = htab[key]; ent; en
261 insert(hent_t * htab, slot_t * ent) argument
279 slot_t *ent; local
444 slot_t *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dby_dir.c177 static void by_dir_entry_free(BY_DIR_ENTRY *ent) argument
179 if (ent->dir)
180 OPENSSL_free(ent->dir);
181 if (ent->hashes)
182 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free);
183 OPENSSL_free(ent);
212 BY_DIR_ENTRY *ent; local
219 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
220 if (strlen(ent->dir) == (size_t)len &&
221 strncmp(ent
303 BY_DIR_ENTRY *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dby_dir.c177 static void by_dir_entry_free(BY_DIR_ENTRY *ent) argument
179 if (ent->dir)
180 OPENSSL_free(ent->dir);
181 if (ent->hashes)
182 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free);
183 OPENSSL_free(ent);
212 BY_DIR_ENTRY *ent; local
219 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
220 if (strlen(ent->dir) == (size_t)len &&
221 strncmp(ent
303 BY_DIR_ENTRY *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1_family.c35 struct list_head *ent, *n; local
40 list_for_each_safe(ent, n, &w1_families) {
41 f = list_entry(ent, struct w1_family, family_entry);
63 struct list_head *ent, *n; local
67 list_for_each_safe(ent, n, &w1_families) {
68 f = list_entry(ent, struct w1_family, family_entry);
94 struct list_head *ent, *n; local
98 list_for_each_safe(ent, n, &w1_families) {
99 f = list_entry(ent, struct w1_family, family_entry);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel.h39 struct ext2_block_relocate_entry *ent);
45 struct ext2_block_relocate_entry *ent);
57 struct ext2_block_relocate_entry *ent);
80 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent))
81 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent))
83 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent))
H A Direl.h37 struct ext2_inode_relocate_entry *ent);
42 struct ext2_inode_relocate_entry *ent);
48 struct ext2_inode_relocate_entry *ent);
60 struct ext2_inode_relocate_entry *ent);
104 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
105 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent))
106 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \
107 ((irel)->get_by_orig((irel), orig, old, ent))
[all...]
H A Dbrel_ma.c31 struct ext2_block_relocate_entry *ent);
33 struct ext2_block_relocate_entry *ent);
36 struct ext2_block_relocate_entry *ent);
105 struct ext2_block_relocate_entry *ent)
112 ma->entries[(unsigned)old] = *ent;
117 struct ext2_block_relocate_entry *ent)
126 *ent = ma->entries[old];
137 struct ext2_block_relocate_entry *ent)
146 *ent = ma->entries[(unsigned)brel->current];
104 bma_put(ext2_brel brel, blk_t old, struct ext2_block_relocate_entry *ent) argument
116 bma_get(ext2_brel brel, blk_t old, struct ext2_block_relocate_entry *ent) argument
136 bma_next(ext2_brel brel, blk_t *old, struct ext2_block_relocate_entry *ent) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dproc_devtree.c66 struct proc_dir_entry *ent; local
72 ent = proc_create_data(name,
75 if (ent == NULL)
79 ent->size = 0; /* don't leak number of password chars */
81 ent->size = pp->length;
83 return ent;
102 struct proc_dir_entry *ent; local
104 for (ent = pde->subdir; ent != NULL; ent
124 struct proc_dir_entry *ent; local
186 struct proc_dir_entry *ent; local
[all...]
H A Dgeneric.c605 struct proc_dir_entry *ent = NULL; local
621 ent = kmalloc(sizeof(struct proc_dir_entry) + len + 1, GFP_KERNEL);
622 if (!ent) goto out;
624 memset(ent, 0, sizeof(struct proc_dir_entry));
625 memcpy(((char *) ent) + sizeof(struct proc_dir_entry), fn, len + 1);
626 ent->name = ((char *) ent) + sizeof(*ent);
627 ent->namelen = len;
628 ent
642 struct proc_dir_entry *ent; local
668 struct proc_dir_entry *ent; local
683 struct proc_dir_entry *ent; local
707 struct proc_dir_entry *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts_md.c58 int ent; local
69 for (ent=0 ; ent< md_setup_ents ; ent++)
70 if (md_setup_args[ent].minor == minor &&
71 md_setup_args[ent].partitioned == partitioned) {
76 if (ent >= ARRAY_SIZE(md_setup_args)) {
80 if (ent >= md_setup_ents)
90 md_setup_args[ent].level = level;
91 md_setup_args[ent]
118 int minor, i, ent, partitioned; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/nubus/
H A Dnubus.c232 struct nubus_dirent ent; local
240 if (nubus_readdir(dir, &ent) == -1)
242 if (nubus_get_subdir(&ent, dir) == -1)
248 int nubus_get_subdir(const struct nubus_dirent *ent, argument
251 dir->ptr = dir->base = nubus_dirptr(ent);
253 dir->mask = ent->mask;
258 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) argument
265 ent->base = nd->ptr;
279 ent->type = resid >> 24;
281 ent
353 nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, struct nubus_dirent* ent) argument
369 nubus_show_display_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
387 nubus_show_network_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
411 nubus_show_cpu_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
438 nubus_show_private_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
464 struct nubus_dirent ent; local
557 struct nubus_dirent ent; local
592 nubus_get_icon(struct nubus_board* board, const struct nubus_dirent* ent) argument
623 struct nubus_dirent ent; local
651 struct nubus_dirent ent; local
725 struct nubus_dirent ent; local
794 struct nubus_dirent ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dwin32.c179 do_fd_set(struct win32op *op, struct event_entry *ent, int read) argument
181 SOCKET s = ent->sock;
184 if (ent->read_pos >= 0)
187 if (ent->write_pos >= 0)
198 ent->read_pos = set->fd_count;
200 ent->write_pos = set->fd_count;
205 do_fd_clear(struct win32op *op, struct event_entry *ent, int read) argument
210 i = ent->read_pos;
211 ent->read_pos = -1;
213 i = ent
276 struct event_entry *ent; local
307 struct event_entry *ent; local
358 struct event_entry *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dcapability.c64 struct audit_cache *ent; local
90 ent = &get_cpu_var(audit_cache);
91 if (profile == ent->profile && cap_raised(ent->caps, cap)) {
97 aa_put_profile(ent->profile);
98 ent->profile = aa_get_profile(profile);
99 cap_raise(ent->caps, cap);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A Dhead.S11 .ent __start
21 .ent wrent
30 .ent wrkgp
39 .ent switch_to_osf_pal
89 .ent tbi
98 .ent halt
107 .ent move_stack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Desp_scsi.c158 printk(KERN_INFO PFX "esp%d: ent[%d] %s ",
346 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent, argument
351 if (ent->flags & ESP_CMD_FLAG_AUTOSENSE) {
352 return ent->sense_dma +
353 (ent->sense_ptr - cmd->sense_buffer);
361 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent, argument
366 if (ent->flags & ESP_CMD_FLAG_AUTOSENSE) {
368 (ent->sense_ptr - cmd->sense_buffer);
373 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, argument
378 if (ent
412 esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent) argument
426 esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent) argument
530 esp_alloc_lun_tag(struct esp_cmd_entry *ent, struct esp_lun_data *lp) argument
575 esp_free_lun_tag(struct esp_cmd_entry *ent, struct esp_lun_data *lp) argument
595 esp_autosense(struct esp *esp, struct esp_cmd_entry *ent) argument
653 struct esp_cmd_entry *ent; local
686 struct esp_cmd_entry *ent; local
849 esp_put_ent(struct esp *esp, struct esp_cmd_entry *ent) argument
854 esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd, unsigned int result) argument
911 esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent) argument
924 struct esp_cmd_entry *ent; local
1013 struct esp_cmd_entry *ent; local
1104 struct esp_cmd_entry *ent; local
1195 struct esp_cmd_entry *ent; local
1296 esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd) argument
1399 struct esp_cmd_entry *ent = esp->active_cmd; local
1540 struct esp_cmd_entry *ent = esp->active_cmd; local
1587 struct esp_cmd_entry *ent; local
1617 struct esp_cmd_entry *ent = esp->active_cmd; local
1685 struct esp_cmd_entry *ent = esp->active_cmd; local
1727 struct esp_cmd_entry *ent = esp->active_cmd; local
1768 struct esp_cmd_entry *ent = esp->active_cmd; local
1793 struct esp_cmd_entry *ent = esp->active_cmd; local
1967 esp_reset_cleanup_one(struct esp *esp, struct esp_cmd_entry *ent) argument
1996 struct esp_cmd_entry *ent, *tmp; local
2439 struct esp_cmd_entry *ent, *tmp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_user.c534 static BOOL get_sam_user_entries(struct getent_state *ent, TALLOC_CTX *mem_ctx) argument
544 if (ent->num_sam_entries)
547 if (!(domain = find_domain_from_name(ent->domain_name))) {
549 ent->domain_name));
557 SAFE_FREE(ent->sam_entries);
558 ent->num_sam_entries = 0;
574 name_list = SMB_REALLOC_ARRAY(name_list, struct getpwent_user, ent->num_sam_entries + num_entries);
585 fstrcpy(name_list[ent->num_sam_entries + i].name, "");
587 fstrcpy(name_list[ent->num_sam_entries + i].name,
591 fstrcpy(name_list[ent
632 struct getent_state *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dclear_page.S10 .ent clear_page
H A Ddbg_current.S14 .ent _mcount
H A Ddbg_stackcheck.S15 .ent _mcount
H A Dstrcpy.S13 .ent strcpy
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S21 .ent __start
39 .ent __smp_callin
68 .ent cserve_ena
79 .ent cserve_dis
96 .ent halt

Completed in 127 milliseconds

1234567891011>>