Searched refs:entry (Results 101 - 125 of 5444) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/acl/
H A Dcache.c49 cacheduser_t *entry; local
54 if ((entry = namecache[i]) != NULL) {
56 tmp = localtime(&entry->creationtime);
64 entry->name,
65 uuid_bin2string(entry->uuid),
66 (entry->type & UUID_ENOENT) == UUID_ENOENT ? "[negative]" : "",
67 uuidtype[entry->type & UUIDTYPESTR_MASK],
69 } while ((entry = entry->next) != NULL);
74 if ((entry
205 cacheduser_t *entry; local
255 cacheduser_t *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/integrity/ima/
H A Dima_init.c23 /* name for boot aggregate entry */
39 * a different value.) Violations add a zero entry to the measurement
44 struct ima_template_entry *entry; local
50 entry = kmalloc(sizeof(*entry), GFP_KERNEL);
51 if (!entry)
54 memset(&entry->template, 0, sizeof(entry->template));
55 strncpy(entry->template.file_name, boot_aggregate_name,
59 result = ima_calc_boot_aggregate(entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/integrity/ima/
H A Dima_init.c23 /* name for boot aggregate entry */
39 * a different value.) Violations add a zero entry to the measurement
44 struct ima_template_entry *entry; local
50 entry = kmalloc(sizeof(*entry), GFP_KERNEL);
51 if (!entry)
54 memset(&entry->template, 0, sizeof(entry->template));
55 strncpy(entry->template.file_name, boot_aggregate_name,
59 result = ima_calc_boot_aggregate(entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mm/
H A Dpgtable-64.c18 unsigned long entry; local
21 entry = (unsigned long)invalid_pte_table;
23 entry = (unsigned long)invalid_pmd_table;
30 p[0] = entry;
31 p[1] = entry;
32 p[2] = entry;
33 p[3] = entry;
34 p[4] = entry;
35 p[5] = entry;
36 p[6] = entry;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mm/
H A Dpgtable-64.c18 unsigned long entry; local
21 entry = (unsigned long)invalid_pte_table;
23 entry = (unsigned long)invalid_pmd_table;
30 p[0] = entry;
31 p[1] = entry;
32 p[2] = entry;
33 p[3] = entry;
34 p[4] = entry;
35 p[5] = entry;
36 p[6] = entry;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_ext_attr.h40 #define EXT2_EXT_ATTR_NEXT(entry) \
42 (char *)(entry) + EXT2_EXT_ATTR_LEN((entry)->e_name_len)) )
45 #define EXT2_EXT_IS_LAST_ENTRY(entry) (*((__u32 *)(entry)) == 0UL)
46 #define EXT2_EXT_ATTR_NAME(entry) \
47 (((char *) (entry)) + sizeof(struct ext2_ext_attr_entry))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_ext_attr.h40 #define EXT2_EXT_ATTR_NEXT(entry) \
42 (char *)(entry) + EXT2_EXT_ATTR_LEN((entry)->e_name_len)) )
45 #define EXT2_EXT_IS_LAST_ENTRY(entry) (*((__u32 *)(entry)) == 0UL)
46 #define EXT2_EXT_ATTR_NAME(entry) \
47 (((char *) (entry)) + sizeof(struct ext2_ext_attr_entry))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_ext_attr.h40 #define EXT2_EXT_ATTR_NEXT(entry) \
42 (char *)(entry) + EXT2_EXT_ATTR_LEN((entry)->e_name_len)) )
45 #define EXT2_EXT_IS_LAST_ENTRY(entry) (*((__u32 *)(entry)) == 0UL)
46 #define EXT2_EXT_ATTR_NAME(entry) \
47 (((char *) (entry)) + sizeof(struct ext2_ext_attr_entry))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/LDAP/
H A DconvertSambaAccount30 my ( $entry, @objclasses, $obj );
139 undef ( $entry );
140 $entry = $ldif->read_entry();
142 ## skip entry if we find an error
151 ## entry. If not just write it out
153 @objclasses = $entry->get_value( "objectClass" );
172 @adds = ('objectclass: sambaSamAccount', "sambaSID: " . ${domsid} . "-" . ${entry}->get_value( 'rid' ) );
173 $entry->delete( 'objectclass' => [ 'sambaAccount' ] );
174 $entry->add( 'objectclass' => 'sambaSamAccount' );
176 $entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/LDAP/
H A DconvertSambaAccount30 my ( $entry, @objclasses, $obj );
139 undef ( $entry );
140 $entry = $ldif->read_entry();
142 ## skip entry if we find an error
151 ## entry. If not just write it out
153 @objclasses = $entry->get_value( "objectClass" );
172 @adds = ('objectclass: sambaSamAccount', "sambaSID: " . ${domsid} . "-" . ${entry}->get_value( 'rid' ) );
173 $entry->delete( 'objectclass' => [ 'sambaAccount' ] );
174 $entry->add( 'objectclass' => 'sambaSamAccount' );
176 $entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/LDAP/
H A DconvertSambaAccount30 my ( $entry, @objclasses, $obj );
139 undef ( $entry );
140 $entry = $ldif->read_entry();
142 ## skip entry if we find an error
151 ## entry. If not just write it out
153 @objclasses = $entry->get_value( "objectClass" );
172 @adds = ('objectclass: sambaSamAccount', "sambaSID: " . ${domsid} . "-" . ${entry}->get_value( 'rid' ) );
173 $entry->delete( 'objectclass' => [ 'sambaAccount' ] );
174 $entry->add( 'objectclass' => 'sambaSamAccount' );
176 $entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Ddgen.c75 table_entry *entry; member in struct:_spreg_table_entry
85 spreg_table_insert(spreg_table *table, table_entry *entry) argument
87 /* create a new spr entry */
90 new_spr->entry = entry;
91 new_spr->spreg_nr = atoi(entry->fields[spreg_reg_nr]);
92 new_spr->is_readonly = (entry->fields[spreg_readonly]
93 ? atoi(entry->fields[spreg_readonly])
95 new_spr->length = atoi(entry->fields[spreg_length]);
96 new_spr->name = (char*)zalloc(strlen(entry
131 table_entry *entry; local
155 spreg_table_entry *entry; local
196 spreg_table_entry *entry; local
249 spreg_table_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Ddgen.c75 table_entry *entry; member in struct:_spreg_table_entry
85 spreg_table_insert(spreg_table *table, table_entry *entry) argument
87 /* create a new spr entry */
90 new_spr->entry = entry;
91 new_spr->spreg_nr = atoi(entry->fields[spreg_reg_nr]);
92 new_spr->is_readonly = (entry->fields[spreg_readonly]
93 ? atoi(entry->fields[spreg_readonly])
95 new_spr->length = atoi(entry->fields[spreg_length]);
96 new_spr->name = (char*)zalloc(strlen(entry
131 table_entry *entry; local
155 spreg_table_entry *entry; local
196 spreg_table_entry *entry; local
249 spreg_table_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Ddgen.c75 table_entry *entry; member in struct:_spreg_table_entry
85 spreg_table_insert(spreg_table *table, table_entry *entry) argument
87 /* create a new spr entry */
90 new_spr->entry = entry;
91 new_spr->spreg_nr = atoi(entry->fields[spreg_reg_nr]);
92 new_spr->is_readonly = (entry->fields[spreg_readonly]
93 ? atoi(entry->fields[spreg_readonly])
95 new_spr->length = atoi(entry->fields[spreg_length]);
96 new_spr->name = (char*)zalloc(strlen(entry
131 table_entry *entry; local
155 spreg_table_entry *entry; local
196 spreg_table_entry *entry; local
249 spreg_table_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/cxgb4/
H A Dresource.c50 u32 i, j, entry = 0, idx; local
59 kfifo_in(fifo, (unsigned char *) &entry, sizeof(u32));
86 if (kfifo_out_locked(fifo, (unsigned char *) &entry,
156 u32 entry; local
157 if (kfifo_out_locked(fifo, (unsigned char *) &entry, sizeof(u32), lock))
158 return entry;
163 void c4iw_put_resource(struct kfifo *fifo, u32 entry, spinlock_t *lock) argument
165 PDBG("%s entry 0x%x\n", __func__, entry);
166 kfifo_in_locked(fifo, (unsigned char *) &entry, sizeo
171 struct c4iw_qid_list *entry; local
221 struct c4iw_qid_list *entry; local
235 struct c4iw_qid_list *entry; local
285 struct c4iw_qid_list *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dresource.c50 u32 i, j, entry = 0, idx; local
59 kfifo_in(fifo, (unsigned char *) &entry, sizeof(u32));
86 if (kfifo_out_locked(fifo, (unsigned char *) &entry,
156 u32 entry; local
157 if (kfifo_out_locked(fifo, (unsigned char *) &entry, sizeof(u32), lock))
158 return entry;
163 void c4iw_put_resource(struct kfifo *fifo, u32 entry, spinlock_t *lock) argument
165 PDBG("%s entry 0x%x\n", __func__, entry);
166 kfifo_in_locked(fifo, (unsigned char *) &entry, sizeo
171 struct c4iw_qid_list *entry; local
221 struct c4iw_qid_list *entry; local
235 struct c4iw_qid_list *entry; local
285 struct c4iw_qid_list *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c35 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
77 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
79 os_free(entry);
84 struct rsn_pmksa_cache_entry *entry,
88 pmksa->free_cb(entry, pmksa->ctx, replace);
89 _pmksa_cache_free_entry(entry);
100 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
101 pmksa->pmksa = entry->next;
102 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
103 MACSTR, MAC2STR(entry
83 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
122 struct rsn_pmksa_cache_entry *entry; local
167 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
272 struct rsn_pmksa_cache_entry *entry, *prev; local
299 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
319 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
363 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
454 struct rsn_pmksa_cache_entry *entry; local
495 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpmksa_cache.c33 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
42 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
44 os_free(entry);
49 struct rsn_pmksa_cache_entry *entry,
53 pmksa->free_cb(entry, pmksa->ctx, replace);
54 _pmksa_cache_free_entry(entry);
65 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
66 pmksa->pmksa = entry->next;
67 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
68 MACSTR, MAC2STR(entry
48 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
87 struct rsn_pmksa_cache_entry *entry; local
132 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
237 struct rsn_pmksa_cache_entry *entry, *prev; local
264 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
284 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
328 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
419 struct rsn_pmksa_cache_entry *entry; local
460 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c35 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
77 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
79 os_free(entry);
84 struct rsn_pmksa_cache_entry *entry,
88 pmksa->free_cb(entry, pmksa->ctx, replace);
89 _pmksa_cache_free_entry(entry);
100 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
101 pmksa->pmksa = entry->next;
102 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
103 MACSTR, MAC2STR(entry
83 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
122 struct rsn_pmksa_cache_entry *entry; local
167 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
272 struct rsn_pmksa_cache_entry *entry, *prev; local
299 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
319 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
363 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
454 struct rsn_pmksa_cache_entry *entry; local
495 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpmksa_cache.c33 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
42 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
44 os_free(entry);
49 struct rsn_pmksa_cache_entry *entry,
53 pmksa->free_cb(entry, pmksa->ctx, replace);
54 _pmksa_cache_free_entry(entry);
65 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
66 pmksa->pmksa = entry->next;
67 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
68 MACSTR, MAC2STR(entry
48 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
87 struct rsn_pmksa_cache_entry *entry; local
132 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
237 struct rsn_pmksa_cache_entry *entry, *prev; local
264 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
284 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
328 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
419 struct rsn_pmksa_cache_entry *entry; local
460 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c35 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
77 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
79 os_free(entry);
84 struct rsn_pmksa_cache_entry *entry,
88 pmksa->free_cb(entry, pmksa->ctx, replace);
89 _pmksa_cache_free_entry(entry);
100 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
101 pmksa->pmksa = entry->next;
102 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
103 MACSTR, MAC2STR(entry
83 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
122 struct rsn_pmksa_cache_entry *entry; local
167 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
272 struct rsn_pmksa_cache_entry *entry, *prev; local
299 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
319 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
363 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
454 struct rsn_pmksa_cache_entry *entry; local
495 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpmksa_cache.c33 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
42 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
44 os_free(entry);
49 struct rsn_pmksa_cache_entry *entry,
53 pmksa->free_cb(entry, pmksa->ctx, replace);
54 _pmksa_cache_free_entry(entry);
65 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
66 pmksa->pmksa = entry->next;
67 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
68 MACSTR, MAC2STR(entry
48 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
87 struct rsn_pmksa_cache_entry *entry; local
132 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
237 struct rsn_pmksa_cache_entry *entry, *prev; local
264 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
284 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
328 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
419 struct rsn_pmksa_cache_entry *entry; local
460 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demuproc.c81 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, argument
186 struct snd_emu10k1 *emu = entry->private_data;
237 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, argument
240 struct snd_emu10k1 *emu = entry->private_data;
279 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, argument
283 struct snd_emu10k1 *emu = entry->private_data;
294 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, argument
298 struct snd_emu10k1 *emu = entry->private_data;
337 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, argument
342 struct snd_emu10k1 *emu = entry
380 snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
401 snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
418 snd_emu_proc_io_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
434 snd_emu_proc_io_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
487 snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices) argument
511 snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase) argument
525 snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
531 snd_emu_proc_ptr_reg_write20(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
538 snd_emu_proc_ptr_reg_read00a(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
544 snd_emu_proc_ptr_reg_read00b(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
550 snd_emu_proc_ptr_reg_read20a(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
556 snd_emu_proc_ptr_reg_read20b(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
562 snd_emu_proc_ptr_reg_read20c(struct snd_info_entry *entry, struct snd_info_buffer * buffer) argument
575 struct snd_info_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/emu10k1/
H A Demuproc.c81 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, argument
186 struct snd_emu10k1 *emu = entry->private_data;
237 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, argument
240 struct snd_emu10k1 *emu = entry->private_data;
279 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, argument
283 struct snd_emu10k1 *emu = entry->private_data;
294 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, argument
298 struct snd_emu10k1 *emu = entry->private_data;
337 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, argument
342 struct snd_emu10k1 *emu = entry
380 snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
401 snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
418 snd_emu_proc_io_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
434 snd_emu_proc_io_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
487 snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices) argument
511 snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase) argument
525 snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
531 snd_emu_proc_ptr_reg_write20(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
538 snd_emu_proc_ptr_reg_read00a(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
544 snd_emu_proc_ptr_reg_read00b(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
550 snd_emu_proc_ptr_reg_read20a(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
556 snd_emu_proc_ptr_reg_read20b(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
562 snd_emu_proc_ptr_reg_read20c(struct snd_info_entry *entry, struct snd_info_buffer * buffer) argument
575 struct snd_info_entry *entry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/time/
H A Dtimer_stats.c53 struct entry { struct
57 struct entry *next;
107 * tstat entry structs only get allocated while collection is
117 static struct entry entries[MAX_ENTRIES];
128 #define __tstat_hashfn(entry) \
129 (((unsigned long)(entry)->timer ^ \
130 (unsigned long)(entry)->start_func ^ \
131 (unsigned long)(entry)->expire_func ^ \
132 (unsigned long)(entry)->pid ) & TSTAT_HASH_MASK)
134 #define tstat_hashentry(entry) (tstat_hash_tabl
167 tstat_lookup(struct entry *entry, char *comm) argument
242 struct entry *entry, input; local
283 struct entry *entry; local
[all...]

Completed in 247 milliseconds

1234567891011>>