Searched refs:this (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dfsm.c18 fsm_instance *this; local
22 this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);
23 if (this == NULL) {
28 memset(this, 0, sizeof(fsm_instance));
29 strncpy(this->name, name, sizeof(this->name));
35 kfree_fsm(this);
43 this->f = f;
50 kfree_fsm(this);
63 kfree_fsm(this);
73 kfree_fsm(fsm_instance *this) argument
134 fsm_expire_timer(fsm_timer *this) argument
144 fsm_settimer(fsm_instance *fi, fsm_timer *this) argument
157 fsm_deltimer(fsm_timer *this) argument
167 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) argument
199 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Ddoc2000.c48 * this:
412 static void DoC_ScanChips(struct DiskOnChip *this) argument
419 this->numchips = 0;
420 this->mfr = 0;
421 this->id = 0;
423 if (DoC_is_Millennium(this))
432 ret = DoC_IdentChip(this, floor, chip);
435 this->numchips++;
441 if (!this->numchips) {
447 this
515 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
604 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
753 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
913 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
974 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
1064 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
1076 struct DiskOnChip *this = (struct DiskOnChip *) mtd->priv; local
1150 struct DiskOnChip *this; local
[all...]
H A Ddoc2001.c33 * this:*/
235 static void DoC_ScanChips(struct DiskOnChip *this) argument
241 this->numchips = 0;
242 this->mfr = 0;
243 this->id = 0;
249 ret = DoC_IdentChip(this, floor, chip);
252 this->numchips++;
257 if (!this->numchips) {
263 this->chips = kmalloc(sizeof(struct Nand) * this
329 struct DiskOnChip *this = (struct DiskOnChip *)mtd->priv; local
407 struct DiskOnChip *this = (struct DiskOnChip *)mtd->priv; local
532 struct DiskOnChip *this = (struct DiskOnChip *)mtd->priv; local
656 struct DiskOnChip *this = (struct DiskOnChip *)mtd->priv; local
708 struct DiskOnChip *this = (struct DiskOnChip *)mtd->priv; local
774 struct DiskOnChip *this = (struct DiskOnChip *)mtd->priv; local
838 struct DiskOnChip *this; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/nand/
H A Dnand.c36 #define nand_select() NAND_CTRL &= ~this->NCE; \
39 #define nand_deselect() NAND_CTRL |= ~this->NCE;
68 register struct nand_chip *this = mtd->priv; local
69 register unsigned long NAND_IO_ADDR = this->IO_ADDR;
72 NAND_CTRL |= this->CLE;
105 NAND_CTRL &= ~this->CLE;
106 NAND_CTRL |= this->ALE;
122 NAND_CTRL &= ~this->ALE;
135 struct nand_chip *this = mtd->priv; local
137 return nand_read_ecc (mtd, from, len, retlen, buf, this
151 struct nand_chip *this = mtd->priv; local
344 struct nand_chip *this = mtd->priv; local
428 struct nand_chip *this = mtd->priv; local
444 struct nand_chip *this = mtd->priv; local
701 struct nand_chip *this = mtd->priv; local
839 struct nand_chip *this = mtd->priv; local
1098 struct nand_chip *this = mtd->priv; local
1246 struct nand_chip *this = mtd->priv; local
1292 struct nand_chip *this = mtd->priv; local
[all...]
H A Dspia.c83 struct nand_chip *this; local
94 this = (struct nand_chip *) (&spia_mtd[1]);
98 memset((char *) this, 0, sizeof(struct nand_chip));
101 spia_mtd->priv = this;
110 this->IO_ADDR = spia_fio_base;
111 this->CTRL_ADDR = spia_io_base + spia_pedr;
112 this->CLE = 0x01;
113 this->ALE = 0x02;
114 this->NCE = 0x04;
123 this
144 struct nand_chip *this = (struct nand_chip *) &spia_mtd[1]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dreadinode.c11 * The contents of this file are subject to the Red Hat eCos Public
12 * License Version 1.1 (the "Licence"); you may not use this file
23 * Alternatively, the contents of this file may be used under the
26 * above. If you wish to allow the use of your version of this file
28 * version of this file under the RHEPL, indicate your decision by
31 * provisions above, a recipient may use your version of this file
52 struct jffs2_node_frag *this = f->fraglist;
54 while(this) {
55 if (this->node)
56 printk(KERN_DEBUG "frag %04x-%04x: 0x%08x on flash (*%p->%p)\n", this
78 jffs2_obsolete_node_frag(struct jffs2_sb_info *c, struct jffs2_node_frag *this) argument
102 struct jffs2_node_frag *this, **prev, *old; local
231 struct jffs2_node_frag *this = *list; local
[all...]
H A Dsuper.c11 * The contents of this file are subject to the Red Hat eCos Public
12 * License Version 1.1 (the "Licence"); you may not use this file
23 * Alternatively, the contents of this file may be used under the
26 * above. If you wish to allow the use of your version of this file
28 * version of this file under the RHEPL, indicate your decision by
31 * provisions above, a recipient may use your version of this file
119 struct list_head *this; local
121 list_for_each(this, &c->clean_list) {
122 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
129 struct list_head *this; local
139 struct list_head *this; local
149 struct list_head *this; local
159 struct list_head *this; local
169 struct list_head *this; local
179 struct list_head *this; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dcompat_firewall.h23 int (*fw_forward)(struct firewall_ops *this, int pf,
26 int (*fw_input)(struct firewall_ops *this, int pf,
29 int (*fw_output)(struct firewall_ops *this, int pf,
33 int (*fw_acct_in)(struct firewall_ops *this, int pf,
36 int (*fw_acct_out)(struct firewall_ops *this, int pf,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dcompat_firewall.h23 int (*fw_forward)(struct firewall_ops *this, int pf,
26 int (*fw_input)(struct firewall_ops *this, int pf,
29 int (*fw_output)(struct firewall_ops *this, int pf,
33 int (*fw_acct_in)(struct firewall_ops *this, int pf,
36 int (*fw_acct_out)(struct firewall_ops *this, int pf,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Didi.c360 ENTITY * this = NULL; local
390 this = entity_ptr(a, e_no);
393 if ( !this )
403 DPRINTF(("IDI: >A%d Id=0x%x Req=0x%x", io->ANum, this->Id, this->Req))
406 DPRINTF(("IDI: >REQ=%x,Id=%x,Ch=%x",this->Req,this->Id,this->ReqCh));
415 i = this->XCurrent;
416 X = PTR_X(a,this);
636 ENTITY * this; local
745 ENTITY * this; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_csz.c81 real links are not ideal, and the real algorithm must take this
294 flows, but SFQ is better choice in this case.
298 /* Insert flow "this" to the list "b" before
304 struct csz_flow *this)
307 unsigned long finish = this->finish;
314 this->fnext = f->fnext;
315 this->fprev = f;
316 this->fnext->fprev = this->fprev->fnext = (struct csz_head*)this;
303 csz_insert_finish(struct csz_head *b, struct csz_flow *this) argument
323 csz_insert_start(struct csz_head *b, struct csz_flow *this) argument
450 struct csz_flow *this; local
532 csz_move_queue(struct csz_flow *this, long delta) argument
543 csz_enough_tokens(struct csz_sched_data *q, struct csz_flow *this, struct sk_buff *skb) argument
629 struct csz_flow *this; local
713 struct csz_flow *this = q->flow + i; local
761 struct csz_flow *this = q->flow + i; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcommon.c50 void *this; local
52 if ((this = malloc(size))) return this;
71 LINK *this; local
74 this = (LINK *) *root;
75 *root = this->next;
76 free(this->data);
77 free(this);
H A Dfile.c186 FDSC **this; local
188 if ((this = file_find(curr,fixed))) return (*this)->type;
195 FDSC **this,*next; local
197 if (!(this = file_find(curr,fixed)))
199 switch ((*this)->type) {
205 *fixed = *(*this)->name;
211 next = (*this)->next;
212 free(*this);
213 *this
217 report_unused(FDSC *this) argument
[all...]
H A Dio.c141 CHANGE *this; local
145 this = changes;
147 if (llseek(fd,this->pos,0) != this->pos)
149 this->pos,strerror(errno),this->size);
150 else if ((size = write(fd,this->data,this->size)) < 0)
151 fprintf(stderr,"Writing %d bytes at %lld failed: %s\n",this->size,
152 this
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/login.radius/
H A Dlogin.radius13 This is the dummy login.radius script. If you want that this script
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/login.radius/
H A Dlogin.radius13 This is the dummy login.radius script. If you want that this script
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dchipreg.c35 struct mtd_chip_driver *ret = NULL, *this; local
40 this = list_entry(pos, typeof(*this), list);
42 if (!strcmp(this->name, name)) {
43 ret = this;
76 probe-only module, which is no longer required from this
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexmutex.c23 * along with this program; if not, write to the Free Software
73 * DESCRIPTION: Add a mutex to the "Acquired_mutex" list for this walk
88 /* Update old first object to point back to this object */
105 * *Obj_desc - The object descriptor for this op
137 * If the mutex is already owned by this thread,
173 * PARAMETERS: *Obj_desc - The object descriptor for this op
202 /* The Mutex is owned, but this thread must be the owner */
261 acpi_operand_object *this; local
271 this = next;
272 next = this
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dsysdep.c49 static int hfs_hash_dentry(struct dentry *dentry, struct qstr *this) argument
51 if (this->len > HFS_NAMELEN)
54 this->hash = hfs_strhash(this->name, this->len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Daddr.c61 struct atm_dev_addr *this; local
65 this = dev->local;
66 dev->local = this->next;
67 kfree(this);
102 struct atm_dev_addr **walk,*this; local
114 this = *walk;
115 *walk = this->next;
116 kfree(this);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Dfpu.h18 * along with this program; if not, write to the Free Software
28 * <<please update with a synopis of the functionality provided by this file>>
35 PA header file -- do not include this header file for non-PA builds.
62 * following flags are used at assist this differeniation.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsgialib.h3 * License. See the file "COPYING" in the main directory of this archive
64 extern pcomponent *ArcGetPeer(pcomponent *this);
67 extern pcomponent *ArcGetChild(pcomponent *this);
76 extern long prom_getcdata(void *buffer, pcomponent *this);
79 extern pcomponent *prom_childadd(pcomponent *this, pcomponent *tmp, void *data);
80 extern long prom_delcomponent(pcomponent *this);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsgialib.h3 * License. See the file "COPYING" in the main directory of this archive
64 extern pcomponent *ArcGetPeer(pcomponent *this);
67 extern pcomponent *ArcGetChild(pcomponent *this);
76 extern long prom_getcdata(void *buffer, pcomponent *this);
79 extern pcomponent *prom_childadd(pcomponent *this, pcomponent *tmp, void *data);
80 extern long prom_delcomponent(pcomponent *this);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsgialib.h3 * License. See the file "COPYING" in the main directory of this archive
64 extern pcomponent *ArcGetPeer(pcomponent *this);
67 extern pcomponent *ArcGetChild(pcomponent *this);
76 extern long prom_getcdata(void *buffer, pcomponent *this);
79 extern pcomponent *prom_childadd(pcomponent *this, pcomponent *tmp, void *data);
80 extern long prom_delcomponent(pcomponent *this);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsgialib.h3 * License. See the file "COPYING" in the main directory of this archive
64 extern pcomponent *ArcGetPeer(pcomponent *this);
67 extern pcomponent *ArcGetChild(pcomponent *this);
76 extern long prom_getcdata(void *buffer, pcomponent *this);
79 extern pcomponent *prom_childadd(pcomponent *this, pcomponent *tmp, void *data);
80 extern long prom_delcomponent(pcomponent *this);

Completed in 126 milliseconds

1234567891011>>