Searched refs:entry (Results 1 - 25 of 703) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_caches.c20 in_cache_entry *entry; local
23 entry = client->in_cache;
24 while(entry != NULL){
25 if( entry->ctrl_info.in_dst_ip == dst_ip ){
26 atomic_inc(&entry->use);
28 return entry;
30 entry = entry->next;
41 in_cache_entry *entry; local
44 entry
62 in_cache_entry *entry; local
83 in_cache_entry* entry = kmalloc(sizeof(in_cache_entry), GFP_KERNEL); local
117 cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) argument
164 in_cache_put(in_cache_entry *entry) argument
177 in_cache_remove_entry(in_cache_entry *entry, struct mpoa_client *client) argument
219 in_cache_entry *entry, *next_entry; local
247 in_cache_entry *entry; local
291 struct in_cache_entry *entry = client->in_cache; local
324 eg_cache_entry *entry; local
345 eg_cache_entry *entry; local
366 eg_cache_entry *entry; local
385 eg_cache_entry *entry; local
402 eg_cache_put(eg_cache_entry *entry) argument
415 eg_cache_remove_entry(eg_cache_entry *entry, struct mpoa_client *client) argument
451 eg_cache_entry *entry = kmalloc(sizeof(eg_cache_entry), GFP_KERNEL); local
486 update_eg_cache_entry(eg_cache_entry * entry, uint16_t holding_time) argument
497 eg_cache_entry *entry, *next_entry; local
[all...]
H A Dlec.c202 struct lec_arp_table *entry; local
308 entry = NULL;
309 send_vcc = lec_arp_resolve(priv, dst, is_rdesc, &entry);
310 DPRINTK("%s:send_vcc:%p vcc_flags:%x, entry:%p\n", dev->name,
311 send_vcc, send_vcc?send_vcc->flags:0, entry);
313 if (entry && (entry->tx_wait.qlen < LEC_UNRES_QUE_LEN)) {
318 skb_queue_tail(&entry->tx_wait, skb);
320 DPRINTK("%s:lec_send_packet: tx queue full or no arp entry, dropping, ", dev->name);
335 while (entry
396 struct lec_arp_table *entry; local
1052 lec_arp_clear_vccs(struct lec_arp_table *entry) argument
1338 struct lec_arp_table *entry, *next; local
1449 struct lec_arp_table *entry; local
1479 struct lec_arp_table *entry = NULL; local
1534 struct lec_arp_table *entry, *next; local
1605 struct lec_arp_table *entry; local
1676 struct lec_arp_table *entry, *next; local
1706 struct lec_arp_table *entry, *tmp; local
1819 struct lec_arp_table *entry; local
1952 struct lec_arp_table *entry; local
1972 struct lec_arp_table *entry; local
2011 struct lec_arp_table *entry, *next; local
2086 struct lec_arp_table *entry, *prev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-ecc.h37 #define BAD_CLEAR(entry) ((entry)=0)
38 #define BAD_SET(entry,sector) ((entry)|=(1<<(sector)))
39 #define BAD_CHECK(entry,sector) ((entry)&(1<<(sector)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_scatter.h36 void DRM(sg_cleanup)( drm_sg_mem_t *entry )
41 for ( i = 0 ; i < entry->pages ; i++ ) {
42 page = entry->pagelist[i];
47 vfree( entry->virtual );
49 DRM(free)( entry->busaddr,
50 entry->pages * sizeof(*entry->busaddr),
52 DRM(free)( entry->pagelist,
53 entry->pages * sizeof(*entry
66 drm_sg_mem_t *entry; local
204 drm_sg_mem_t *entry; local
[all...]
H A Ddrm_agpsupport.h128 drm_agp_mem_t *entry; local
136 if (!(entry = DRM(alloc)(sizeof(*entry), DRM_MEM_AGPLISTS)))
139 memset(entry, 0, sizeof(*entry));
145 DRM(free)(entry, sizeof(*entry), DRM_MEM_AGPLISTS);
149 entry->handle = (unsigned long)memory->memory;
150 entry->memory = memory;
151 entry
174 drm_agp_mem_t *entry; local
188 drm_agp_mem_t *entry; local
205 drm_agp_mem_t *entry; local
230 drm_agp_mem_t *entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dpm.c33 * change must be protected so that an unlink of an entry doesn't clash
70 list_add(&dev->entry, &pm_devs);
88 list_del(&dev->entry);
98 list_del(&dev->entry);
115 struct list_head *entry; local
121 entry = pm_devs.next;
122 while (entry != &pm_devs) {
123 struct pm_dev *dev = list_entry(entry, struct pm_dev, entry);
124 entry
191 struct list_head *entry = last->entry.prev; local
234 struct list_head *entry; local
277 struct list_head *entry = from ? from->entry.next:pm_devs.next; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dcatalog.c13 * Actually, now it's used to increment the free entry pool. */
62 struct hfs_name CName; /* The name of this entry */
67 hfs_byte_t cdrType; /* The type of entry */
132 static inline void insert_hash(struct hfs_cat_entry *entry) argument
134 struct list_head *head = hash(entry->mdb, &entry->key);
135 list_add(&entry->hash, head);
138 static inline void remove_hash(struct hfs_cat_entry *entry) argument
140 list_del(&entry->hash);
141 INIT_LIST_HEAD(&entry
149 wait_on_entry(struct hfs_cat_entry * entry) argument
161 lock_entry(struct hfs_cat_entry * entry) argument
174 unlock_entry(struct hfs_cat_entry * entry) argument
183 hfs_cat_mark_dirty(struct hfs_cat_entry *entry) argument
201 delete_entry(struct hfs_cat_entry *entry) argument
219 init_entry(struct hfs_cat_entry *entry) argument
234 struct hfs_cat_entry *entry; local
246 struct hfs_cat_entry *entry; local
266 __read_entry(struct hfs_cat_entry *entry, const struct hfs_cat_rec *cat) argument
327 count_dir_entries(struct hfs_cat_entry *entry, struct hfs_brec *brec) argument
353 read_entry(struct hfs_cat_entry *entry, struct hfs_brec *brec) argument
375 __write_entry(const struct hfs_cat_entry *entry, struct hfs_cat_rec *cat) argument
420 write_entry(struct hfs_cat_entry * entry) argument
463 struct hfs_cat_entry * entry; local
490 struct hfs_cat_entry *entry; local
567 struct hfs_cat_entry * entry; local
673 struct hfs_cat_entry *entry; local
771 hfs_cat_put(struct hfs_cat_entry * entry) argument
847 struct hfs_cat_entry * entry; local
875 struct hfs_cat_entry *entry; local
920 struct hfs_cat_entry *entry; local
1115 hfs_cat_parent(struct hfs_cat_entry *entry) argument
1213 hfs_cat_delete(struct hfs_cat_entry *parent, struct hfs_cat_entry *entry, int with_thread) argument
1289 hfs_cat_move(struct hfs_cat_entry *old_dir, struct hfs_cat_entry *new_dir, struct hfs_cat_entry *entry, struct hfs_cat_key *new_key, struct hfs_cat_entry **removed) argument
[all...]
H A Ddir_nat.c72 * This is the lookup() entry in the inode_operations structure for
74 * the inode corresponding to an entry in a directory, given the inode
75 * for the directory and the name (and its length) of the entry.
81 struct hfs_cat_entry *entry; local
86 entry = HFS_I(dir)->entry;
100 ++entry->count; /* __hfs_iget() eats one */
101 inode = hfs_iget(entry, HFS_NAT_HDIR, dentry);
107 ++entry->count; /* __hfs_iget() eats one */
108 inode = hfs_iget(entry, HFS_NAT_HD
163 struct hfs_cat_entry *entry; local
307 struct hfs_cat_entry *entry = HFS_I(parent)->entry; local
347 struct hfs_cat_entry *entry = HFS_I(dir)->entry; local
398 struct hfs_cat_entry *entry = HFS_I(old_dir)->entry; local
[all...]
H A Ddir_cap.c72 * This is the lookup() entry in the inode_operations structure for
74 * inode corresponding to an entry in a directory, given the inode for
75 * the directory and the name (and its length) of the entry.
81 struct hfs_cat_entry *entry; local
86 entry = HFS_I(dir)->entry;
101 ++entry->count; /* __hfs_iget() eats one */
102 inode = hfs_iget(entry, HFS_CAP_RDIR, dentry);
107 ++entry->count; /* __hfs_iget() eats one */
108 inode = hfs_iget(entry, HFS_CAP_FDI
142 struct hfs_cat_entry *entry; local
[all...]
H A Dfile_cap.c47 struct hfs_cat_entry *entry)
50 memcpy(meta->fi_fndr, &entry->info, 32);
51 if ((entry->type == HFS_CDR_FIL) &&
52 (entry->u.file.flags & HFS_FIL_LOCK)) {
61 memcpy(meta->fi_macfilename, entry->key.CName.Name,
62 entry->key.CName.Len);
65 hfs_put_nl(hfs_m_to_htime(entry->create_date), meta->fi_ctime);
66 hfs_put_nl(hfs_m_to_htime(entry->modify_date), meta->fi_mtime);
96 * This is the read() entry in the file_operations structure for CAP
106 struct hfs_cat_entry *entry local
46 cap_build_meta(struct hfs_cap_info *meta, struct hfs_cat_entry *entry) argument
202 struct hfs_cat_entry *entry = HFS_I(inode)->entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsrm_env.c37 * - Update Config.help entry. I got a number of emails asking
117 srm_env_t *entry; local
126 entry = (srm_env_t *) data;
127 ret = callback_getenv(entry->id, page, count);
146 srm_env_t *entry; local
152 entry = (srm_env_t *) data;
168 ret1 = callback_setenv(entry->id, buf, count);
186 srm_env_t *entry; local
194 entry = srm_named_entries;
195 while(entry
233 srm_env_t *entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/cramfs/
H A Dmkcramfs.c93 /* In-core version of inode / directory entry. */
94 struct entry { struct
102 struct entry *same;
104 unsigned int dir_offset; /* Where in the archive is the directory entry? */
107 struct entry *child; /* null for non-directories and empty directories */
108 struct entry *next;
120 static int find_identical_file(struct entry *orig,struct entry *newfile)
132 static void eliminate_doubles(struct entry *root,struct entry *ori
181 struct entry *entry; local
365 set_data_offset(struct entry *entry, char *base, unsigned long offset) argument
385 write_directory_structure(struct entry *entry, char *base, unsigned int offset) argument
550 write_data(struct entry *entry, char *base, unsigned int offset) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dspitfire.h171 extern __inline__ unsigned long spitfire_get_dtlb_data(int entry) argument
177 : "r" (entry << 3), "i" (ASI_DTLB_DATA_ACCESS));
185 extern __inline__ unsigned long spitfire_get_dtlb_tag(int entry) argument
191 : "r" (entry << 3), "i" (ASI_DTLB_TAG_READ));
195 extern __inline__ void spitfire_put_dtlb_data(int entry, unsigned long data) argument
200 : "r" (data), "r" (entry << 3),
204 extern __inline__ unsigned long spitfire_get_itlb_data(int entry) argument
210 : "r" (entry << 3), "i" (ASI_ITLB_DATA_ACCESS));
218 extern __inline__ unsigned long spitfire_get_itlb_tag(int entry) argument
224 : "r" (entry <<
228 spitfire_put_itlb_data(int entry, unsigned long data) argument
368 cheetah_get_ldtlb_data(int entry) argument
381 cheetah_get_litlb_data(int entry) argument
394 cheetah_get_ldtlb_tag(int entry) argument
406 cheetah_get_litlb_tag(int entry) argument
418 cheetah_put_ldtlb_data(int entry, unsigned long data) argument
428 cheetah_put_litlb_data(int entry, unsigned long data) argument
438 cheetah_get_dtlb_data(int entry, int tlb) argument
450 cheetah_get_dtlb_tag(int entry, int tlb) argument
460 cheetah_put_dtlb_data(int entry, unsigned long data, int tlb) argument
470 cheetah_get_itlb_data(int entry) argument
483 cheetah_get_itlb_tag(int entry) argument
493 cheetah_put_itlb_data(int entry, unsigned long data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dspitfire.h171 extern __inline__ unsigned long spitfire_get_dtlb_data(int entry) argument
177 : "r" (entry << 3), "i" (ASI_DTLB_DATA_ACCESS));
185 extern __inline__ unsigned long spitfire_get_dtlb_tag(int entry) argument
191 : "r" (entry << 3), "i" (ASI_DTLB_TAG_READ));
195 extern __inline__ void spitfire_put_dtlb_data(int entry, unsigned long data) argument
200 : "r" (data), "r" (entry << 3),
204 extern __inline__ unsigned long spitfire_get_itlb_data(int entry) argument
210 : "r" (entry << 3), "i" (ASI_ITLB_DATA_ACCESS));
218 extern __inline__ unsigned long spitfire_get_itlb_tag(int entry) argument
224 : "r" (entry <<
228 spitfire_put_itlb_data(int entry, unsigned long data) argument
368 cheetah_get_ldtlb_data(int entry) argument
381 cheetah_get_litlb_data(int entry) argument
394 cheetah_get_ldtlb_tag(int entry) argument
406 cheetah_get_litlb_tag(int entry) argument
418 cheetah_put_ldtlb_data(int entry, unsigned long data) argument
428 cheetah_put_litlb_data(int entry, unsigned long data) argument
438 cheetah_get_dtlb_data(int entry, int tlb) argument
450 cheetah_get_dtlb_tag(int entry, int tlb) argument
460 cheetah_put_dtlb_data(int entry, unsigned long data, int tlb) argument
470 cheetah_get_itlb_data(int entry) argument
483 cheetah_get_itlb_tag(int entry) argument
493 cheetah_put_itlb_data(int entry, unsigned long data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dtr.c49 * Each RIF entry we learn is kept this way
236 rif_cache entry; local
258 * Walk the hash table and look for an entry
260 for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next);
263 * If we found an entry we can route the frame.
265 if(entry)
326 rif_cache entry; local
420 rif_cache entry, *pentry=rif_table+i; local
462 rif_cache entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.c64 newnode->entry.name = newstr(item.name);
65 newnode->entry.value = newstr(item.value);
94 if (current->entry.name)
95 free(current->entry.name);
96 if (current->entry.value)
97 free(current->entry.value);
124 entrytype entry; local
161 entry.name = (char *)malloc(sizeof(char) * BUFSIZ + 1);
162 if(!entry.name)
164 memset(entry
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhighlevel.c57 struct list_head *entry; local
65 entry = hl->addr_list.next;
67 while (entry != &hl->addr_list) {
68 as = list_entry(entry, struct hpsb_address_serve, addr_list);
70 entry = entry->next;
89 struct list_head *entry; local
110 entry = addr_space.next;
112 while (list_entry(entry, struct hpsb_address_serve, as_list)->end
114 if (list_entry(entry
162 struct list_head *entry; local
176 struct list_head *entry; local
191 struct list_head *entry; local
207 struct list_head *entry; local
227 struct list_head *entry; local
249 struct list_head *entry; local
294 struct list_head *entry; local
340 struct list_head *entry; local
373 struct list_head *entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DiSeries_irq.c158 struct iSeries_irqEntry* entry; local
160 for(entry=iSeries_irqMap[irq].head; entry!=NULL; entry=entry->next) {
161 bus = (entry->dsa >> 16) & 0xFFFF;
162 subBus = (entry->dsa >> 8) & 0xFF;
163 deviceId = entry->dsa & 0xFF;
190 struct iSeries_irqEntry* entry; local
195 for (entry
215 struct iSeries_irqEntry* entry; local
237 struct iSeries_irqEntry* entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirqueue.c147 * Function hashbin_insert (hashbin, entry, name)
149 * Insert an entry into the hashbin
152 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, __u32 hashv, char* name) argument
181 entry->q_hash = hashv;
183 strncpy( entry->q_name, name, 32);
186 * Insert new entry first
193 entry);
217 irda_queue_t* entry; local
241 * Search for entry
243 entry
284 irda_queue_t *entry = NULL; local
309 irda_queue_t* entry; local
404 hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) argument
471 irda_queue_t *entry; local
503 irda_queue_t* entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dswap_state.c70 int add_to_swap_cache(struct page *page, swp_entry_t entry) argument
74 if (!swap_duplicate(entry)) {
78 if (add_to_page_cache_unique(page, &swapper_space, entry.val,
79 page_hash(&swapper_space, entry.val)) != 0) {
80 swap_free(entry);
115 swp_entry_t entry; local
123 entry.val = page->index;
129 swap_free(entry);
156 * Lookup a swap entry in the swap cache. A found page will be returned
161 struct page * lookup_swap_cache(swp_entry_t entry) argument
184 read_swap_cache_async(swp_entry_t entry) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dagpsupport.c125 drm_agp_mem_t *entry; local
132 if (!(entry = drm_alloc(sizeof(*entry), DRM_MEM_AGPLISTS)))
135 memset(entry, 0, sizeof(*entry));
141 drm_free(entry, sizeof(*entry), DRM_MEM_AGPLISTS);
145 entry->handle = (unsigned long)memory->memory;
146 entry->memory = memory;
147 entry
170 drm_agp_mem_t *entry; local
184 drm_agp_mem_t *entry; local
201 drm_agp_mem_t *entry; local
225 drm_agp_mem_t *entry; local
[all...]
H A Dmga_bufs.c45 drm_buf_entry_t *entry; local
94 entry = &dma->bufs[order];
95 if (entry->buf_count) {
111 entry->buflist = drm_alloc(count * sizeof(*entry->buflist),
113 if (!entry->buflist) {
118 memset(entry->buflist, 0, count * sizeof(*entry->buflist));
120 entry->buf_size = size;
121 entry
217 drm_buf_entry_t *entry; local
462 drm_buf_entry_t *entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dextable.c44 const struct exception_table_entry *entry; local
49 entry = search_one_table(__start___ex_table, __stop___ex_table - 1, addr, main_gp);
50 if (entry)
51 fix.cont = entry->cont + main_gp;
64 entry = search_one_table(mp->ex_table_start, mp->ex_table_end - 1,
66 if (entry) {
67 fix.cont = entry->cont + (unsigned long) archdata->gp;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dext2_ext_attr.h44 #define EXT2_EXT_ATTR_NEXT(entry) \
46 (char *)(entry) + EXT2_EXT_ATTR_LEN((entry)->e_name_len)) )
49 #define EXT2_EXT_IS_LAST_ENTRY(entry) (*((__u32 *)(entry)) == 0UL)
50 #define EXT2_EXT_ATTR_NAME(entry) \
51 (((char *) (entry)) + sizeof(struct ext2_ext_attr_entry))

Completed in 469 milliseconds

1234567891011>>