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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
49 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
128 autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *ent) argument
147 autofs_hash_delete(struct autofs_dir_ent *ent) argument
173 struct autofs_dir_ent *ent; local
221 struct autofs_dir_ent *ent; local
238 struct autofs_dir_ent *ent, *nent; local
[all...]
H A Droot.c45 struct autofs_dir_ent *ent = NULL; local
70 while (onr = nr, ent = autofs_hash_enum(dirhash,&nr,ent)) {
71 if (!ent->dentry || d_mountpoint(ent->dentry)) {
72 if (filldir(dirent,ent->name,ent->len,onr,ent->ino,DT_UNKNOWN) < 0)
88 struct autofs_dir_ent *ent; local
91 if (!(ent
152 struct autofs_dir_ent *ent; local
273 struct autofs_dir_ent *ent; local
354 struct autofs_dir_ent *ent; local
394 struct autofs_dir_ent *ent; local
430 struct autofs_dir_ent *ent; local
508 struct autofs_dir_ent *ent; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c64 struct ent { struct
81 struct ent *new = container_of(cnew, struct ent, h);
82 struct ent *itm = container_of(citm, struct ent, h);
94 struct ent *map = container_of(ref, struct ent, h.ref);
101 struct ent *e = kmalloc(sizeof(*e), GFP_KERNEL);
115 idtoname_hash(struct ent *ent) argument
133 struct ent *ent = container_of(ch, struct ent, h); local
157 struct ent *ent; local
204 struct ent ent, *res; local
306 nametoid_hash(struct ent *ent) argument
315 struct ent *ent = container_of(ch, struct ent, h); local
337 struct ent *ent; local
376 struct ent ent, *res; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_devtree.c58 struct proc_dir_entry *ent; local
64 ent = create_proc_read_entry(name,
68 if (ent == NULL)
72 ent->size = 0; /* don't leak number of password chars */
74 ent->size = pp->length;
76 return ent;
95 struct proc_dir_entry *ent; local
97 for (ent = pde->subdir; ent != NULL; ent
117 struct proc_dir_entry *ent; local
179 struct proc_dir_entry *ent; local
[all...]
H A Dgeneric.c590 struct proc_dir_entry *ent = NULL; local
606 ent = kmalloc(sizeof(struct proc_dir_entry) + len + 1, GFP_KERNEL);
607 if (!ent) goto out;
609 memset(ent, 0, sizeof(struct proc_dir_entry));
610 memcpy(((char *) ent) + sizeof(struct proc_dir_entry), fn, len + 1);
611 ent->name = ((char *) ent) + sizeof(*ent);
612 ent->namelen = len;
613 ent
622 struct proc_dir_entry *ent; local
647 struct proc_dir_entry *ent; local
671 struct proc_dir_entry *ent; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dexitcode.c57 struct proc_dir_entry *ent; local
59 ent = create_proc_entry("exitcode", 0600, &proc_root);
60 if(ent == NULL){
66 ent->read_proc = read_proc_exitcode;
67 ent->write_proc = write_proc_exitcode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_md.c53 int ent; local
64 for (ent=0 ; ent< md_setup_ents ; ent++)
65 if (md_setup_args[ent].minor == minor &&
66 md_setup_args[ent].partitioned == partitioned) {
71 if (ent >= ARRAY_SIZE(md_setup_args)) {
75 if (ent >= md_setup_ents)
85 md_setup_args[ent].level = level;
86 md_setup_args[ent]
115 int minor, i, ent, partitioned; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/nubus/
H A Dnubus.c226 struct nubus_dirent ent; local
234 if (nubus_readdir(dir, &ent) == -1)
236 if (nubus_get_subdir(&ent, dir) == -1)
241 int nubus_get_subdir(const struct nubus_dirent *ent, argument
244 dir->ptr = dir->base = nubus_dirptr(ent);
246 dir->mask = ent->mask;
250 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) argument
257 ent->base = nd->ptr;
271 ent->type = resid >> 24;
273 ent
340 nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, struct nubus_dirent* ent) argument
355 nubus_show_display_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
373 nubus_show_network_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
397 nubus_show_cpu_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
424 nubus_show_private_resource(struct nubus_dev* dev, const struct nubus_dirent* ent) argument
450 struct nubus_dirent ent; local
544 struct nubus_dirent ent; local
579 nubus_get_icon(struct nubus_board* board, const struct nubus_dirent* ent) argument
610 struct nubus_dirent ent; local
638 struct nubus_dirent ent; local
712 struct nubus_dirent ent; local
781 struct nubus_dirent ent; local
[all...]
H A Dproc.c67 struct nubus_dirent ent; local
70 while (nubus_readdir(dir, &ent) != -1) {
74 sprintf(name, "%x", ent.type);
87 struct nubus_dirent ent; local
91 while (nubus_readdir(root, &ent) != -1) {
96 sprintf(name, "%x", ent.type);
101 if (nubus_get_subdir(&ent, &dir) == -1) {
104 dev->board->slot, ent.type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_user.c389 static BOOL get_sam_user_entries(struct getent_state *ent) argument
401 if (ent->num_sam_entries)
405 ent->domain_name)))
408 if (!(domain = find_domain_from_name(ent->domain_name))) {
410 ent->domain_name));
418 SAFE_FREE(ent->sam_entries);
419 ent->num_sam_entries = 0;
431 tnl = SMB_REALLOC_ARRAY(name_list, struct getpwent_user, ent->num_sam_entries + num_entries);
444 fstrcpy(name_list[ent->num_sam_entries + i].name, "");
446 fstrcpy(name_list[ent
482 struct getent_state *ent; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.c158 printk(KERN_INFO PFX "esp%d: ent[%d] %s ",
347 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent, argument
352 if (ent->flags & ESP_CMD_FLAG_AUTOSENSE) {
353 return ent->sense_dma +
354 (ent->sense_ptr - cmd->sense_buffer);
362 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent, argument
367 if (ent->flags & ESP_CMD_FLAG_AUTOSENSE) {
369 (ent->sense_ptr - cmd->sense_buffer);
374 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, argument
379 if (ent
414 esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent) argument
428 esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent) argument
532 esp_alloc_lun_tag(struct esp_cmd_entry *ent, struct esp_lun_data *lp) argument
577 esp_free_lun_tag(struct esp_cmd_entry *ent, struct esp_lun_data *lp) argument
597 esp_autosense(struct esp *esp, struct esp_cmd_entry *ent) argument
655 struct esp_cmd_entry *ent; local
688 struct esp_cmd_entry *ent; local
851 esp_put_ent(struct esp *esp, struct esp_cmd_entry *ent) argument
856 esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd, unsigned int result) argument
913 esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent) argument
926 struct esp_cmd_entry *ent; local
1015 struct esp_cmd_entry *ent; local
1106 struct esp_cmd_entry *ent; local
1197 struct esp_cmd_entry *ent; local
1298 esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd) argument
1401 struct esp_cmd_entry *ent = esp->active_cmd; local
1544 struct esp_cmd_entry *ent = esp->active_cmd; local
1591 struct esp_cmd_entry *ent; local
1621 struct esp_cmd_entry *ent = esp->active_cmd; local
1689 struct esp_cmd_entry *ent = esp->active_cmd; local
1726 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
2422 struct esp_cmd_entry *ent, *tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
H A Dcopy_page.S10 .ent copy_page
H A Ddbg_stackkill.S16 .ent _mcount
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dhead.S19 .ent __start
37 .ent __smp_callin
66 .ent cserve_ena
77 .ent cserve_dis
94 .ent halt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dscanlog.c197 struct proc_dir_entry *ent; local
205 ent = create_proc_entry("ppc64/rtas/scan-log-dump", S_IRUSR, NULL);
206 if (ent) {
207 ent->proc_fops = &scanlog_fops;
209 ent->data = kmalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
210 if (!ent->data) {
212 remove_proc_entry("scan-log-dump", ent->parent);
215 ((unsigned int *)ent->data)[0] = 0;
220 proc_ppc64_scan_log_dump = ent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-proc.c109 struct proc_dir_entry *ent; local
111 ent = create_proc_entry("driver/rtc", 0, NULL);
112 if (ent) {
113 ent->proc_fops = &rtc_proc_fops;
114 ent->owner = rtc->owner;
115 ent->data = rtc;

Completed in 160 milliseconds

1234567891011>>