Searched refs:tab (Results 1 - 25 of 45) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
32 static void *hash_next_cursor(hash_table *tab, hash_bucket *b);
37 * tab -- hash table
48 hash_init(hash_table *tab, argument
55 tab->hash_offset = hash_offset;
56 tab->compute_hash = compute;
57 tab
76 hash_insert(hash_table *tab, void *item) argument
103 hash_remove(hash_table *tab, void *item) argument
131 hash_find(hash_table *tab, void *item) argument
155 hash_find_next(hash_table *tab, void *item) argument
176 hash_start(hash_table *tab, void **cursor) argument
202 hash_next(hash_table *tab, void **cursor) argument
222 hash_next_cursor(hash_table *tab, hash_bucket *b) argument
236 hash_num_entries(hash_table *tab) argument
[all...]
H A Dhash.h37 void hash_init(hash_table *tab,
41 void hash_insert(hash_table *tab, void *item);
42 void hash_remove(hash_table *tab, void *item);
43 void *hash_find(hash_table *tab, void *item);
44 void *hash_find_next(hash_table *tab, void *item);
45 size_t hash_num_entries(hash_table *tab);
48 void *hash_start(hash_table *tab, void **cursor);
49 void *hash_next(hash_table *tab, void **cursor);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dcom_right.c60 struct error_table tab; member in struct:foobar
77 struct error_table *tab; local
87 et->table = tab = &f->tab;
88 tab->msgs = messages;
89 tab->n_msgs = num_errors;
90 tab->base = base;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/tools/
H A Dprint_offsets.awk18 # look for .tab:
64 /tab:/ {
68 /tab\#:/ {
H A Dprint_offsets.c44 tab[] = variable in typeref:struct:__anon416
204 for (i = 0; i < sizeof (tab) / sizeof (tab[0]); ++i)
206 if (tab[i].name[0] == '\0')
210 len = strlen (tab[i].name);
219 tab[i].name, space, tab[i].value, tab[i].value);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A DMakefile49 SHARED_SRC=zconf.tab.c
50 SHARED_DEPS:=lkc.h lkc_proto.h lkc_defs.h expr.h zconf.tab.h
78 %.tab.c %.tab.h: %.y
91 zconf.tab.o: zconf.tab.c lex.zconf.c confdata.c expr.c symbol.c menu.c $(SHARED_DEPS)
94 zconf.tab.c: zconf.tab.c_shipped
95 cp zconf.tab.c_shipped zconf.tab
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhid-debug.h146 __inline__ static void tab(int n) { function
154 tab(n);
159 tab(n);
163 tab(n); printk("Usage(%d)\n", field->maxusage);
165 tab(n+2);resolv_usage(field->usage[j].hid); printk("\n");
168 tab(n); printk("Logical Minimum(%d)\n", field->logical_minimum);
169 tab(n); printk("Logical Maximum(%d)\n", field->logical_maximum);
172 tab(n); printk("Physical Minimum(%d)\n", field->physical_minimum);
173 tab(n); printk("Physical Maximum(%d)\n", field->physical_maximum);
176 tab(
[all...]
H A Dkbtab.c40 struct kbtab *tab = urb->context; local
41 unsigned char *data = tab->data;
42 struct input_dev *dev = &tab->dev;
47 tab->x = (data[2] << 8) + data[1];
48 tab->y = (data[4] << 8) + data[3];
50 tab->pressure = (data[5]);
54 input_report_abs(dev, ABS_X, tab->x);
55 input_report_abs(dev, ABS_Y, tab->y);
56 input_report_abs(dev, ABS_PRESSURE, tab->pressure);
60 input_report_key(dev, BTN_LEFT, (tab
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_gred.c88 struct gred_sched_data *tab[MAX_DPs]; member in struct:gred_sched
111 if ( ((skb->tc_index&0xf) > t->DPs) || !(q=t->tab[skb->tc_index&0xf])) {
113 if (!(q=t->tab[t->def])) {
129 if ((!t->tab[i]) || (i==q->DP))
132 if ((t->tab[i]->prio < q->prio) && (PSCHED_IS_PASTPERFECT(t->tab[i]->qidlestart)))
133 qave +=t->tab[i]->qave;
143 q->qave=t->tab[t->def]->qave;
144 q->qidlestart=t->tab[t->def]->qidlestart;
165 t->tab[
[all...]
H A Dsch_api.c239 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, struct rtattr *tab) argument
250 if (tab == NULL || r->rate == 0 || r->cell_log == 0 || RTA_PAYLOAD(tab) != 1024)
257 memcpy(rtab->data, RTA_DATA(tab), 1024);
264 void qdisc_put_rtab(struct qdisc_rate_table *tab) argument
268 if (!tab || --tab->refcnt)
272 if (rtab == tab) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile53 mv $(<:.y=).tab.c $(<:.y=.c)
54 mv $(<:.y=).tab.h $(<:.y=.h)
58 mv $(<:.y=).tab.c $(<:.y=.c)
59 mv $(<:.y=).tab.h $(<:.y=.h)
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dmissing86 bison create \`y.tab.[ch]', if possible, from existing .[ch]
92 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
209 rm -f y.tab.c y.tab.h
216 cp "$SRCFILE" y.tab.c
220 cp "$SRCFILE" y.tab.h
225 if [ ! -f y.tab.h ]; then
226 echo >y.tab.h
228 if [ ! -f y.tab.c ]; then
229 echo 'main() { return 0; }' >y.tab
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A DMakefile.sol248 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A DMakefile.sol247 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A DMakefile.sol247 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dmissing44 bison touch file \`y.tab.c'
46 yacc touch file \`y.tab.c'"
103 touch y.tab.c
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dmissing44 bison touch file \`y.tab.c'
46 yacc touch file \`y.tab.c'"
103 touch y.tab.c
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_command.c500 cmdtab_t **tab; local
512 tab = &cmd_root;
516 cword = cmd_findword(*tab,argv[idx]);
520 tab = &(cword->child);
572 cmdtab_t **tab; local
596 tab = &cmd_root;
600 cword = cmd_findword(*tab,cmd->argv[idx]);
604 tab = &(cword->child);
613 _showpossible(cmd,*tab);
620 _showpossible(cmd,*tab);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dcompatmac.h39 # define REGISTER_SYMTAB(tab) register_symtab(tab)
41 # define REGISTER_SYMTAB(tab) /* nothing */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcompatmac.h39 # define REGISTER_SYMTAB(tab) register_symtab(tab)
41 # define REGISTER_SYMTAB(tab) /* nothing */
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A DMakefile.in74 MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o
78 MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
112 ct.tab.c ct.tab.h: ct.y
113 $(RM) -f ct.tab.* y.*
115 $(MV) -f y.tab.c ct.tab.c
116 $(MV) -f y.tab.h ct.tab.h
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c246 static int find_tb_table(unsigned long codeaddr, struct tbtable *tab);
844 struct tbtable tab; local
953 if (find_tb_table(bp->address, &tab) && tab.name[0]) {
955 int delta = bp->address - tab.funcstart;
956 sprintf(bp->funcname, "%s+0x%x", tab.name, delta);
993 struct tbtable tab; local
1030 find_tb_table(regs.nip, &tab)) {
1031 int delta = regs.nip-tab.funcstart;
1035 printf(" %s+0x%x", tab
1083 struct tbtable tab; local
2071 find_tb_table(unsigned long codeaddr, struct tbtable *tab) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Drt_names.c34 static void rtnl_tab_initialize(char *file, char **tab, int size) argument
63 tab[id] = strdup(namebuf);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_sched.h429 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, struct rtattr *tab);
430 void qdisc_put_rtab(struct qdisc_rate_table *tab);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_sched.h429 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, struct rtattr *tab);
430 void qdisc_put_rtab(struct qdisc_rate_table *tab);

Completed in 428 milliseconds

12