Searched refs:fetch (Results 1 - 25 of 63) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbm.h40 extern datum fetch ();
H A Dfetch.c0 /* fetch.c - Find a key and return the associated data. */
42 fetch (key) function
H A Dtestdbm.c51 extern datum fetch ();
57 information. The commands are q (quit), f (fetch), s (store), d (delete),
129 return_data = fetch (key_data);
163 return_data = fetch (key_data);
176 return_data = fetch (key_data);
201 printf ("f - fetch\n");
H A Dconv2gdbm.c42 extern datum fetch ();
147 data = fetch (key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Ddbm.h40 extern datum fetch ();
H A Dfetch.c0 /* fetch.c - Find a key and return the associated data. */
42 fetch (key) function
H A Dtestdbm.c51 extern datum fetch ();
57 information. The commands are q (quit), f (fetch), s (store), d (delete),
129 return_data = fetch (key_data);
163 return_data = fetch (key_data);
176 return_data = fetch (key_data);
201 printf ("f - fetch\n");
H A Dconv2gdbm.c42 extern datum fetch ();
147 data = fetch (key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dtext2qos.c19 #define fetch __atmlib_fetch macro
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL);
160 switch (fetch(&text,"tx","rx",NULL)) {
162 if (!fetch(&text,":none",NULL)) {
176 if (fetch(&text,"rx",NULL)) return -1;
177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DGetURL.java32 public void fetch (String s) { method in class:GetURL
81 (new GetURL()).fetch(args[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl45 set d [berkdb fetch $str]
58 set d [berkdb fetch $key]
89 set d [berkdb fetch $key]
H A Dndbm.tcl48 set d [$db fetch $str]
61 set d [$db fetch $key]
104 set d [$db fetch $key]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dclear_page.S45 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE
47 br.cloop.sptk.few .fetch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Disp.S407 mov.l %usp,%a0 # fetch user stack pointer
423 # fetch the opword and first extension word pointed to by the stacked pc
426 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
428 bsr.l _imem_read_long # fetch opword & extword
549 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
584 mov.l EXC_A7(%a6),%a0 # fetch user stack pointer
886 # (An) - fetch An value from stack #
887 # -(An) - fetch An value from stack; return decr value; #
891 # (An)+ - fetch An value from stack; return value; #
895 # (d16,An) - fetch A
[all...]
H A Dpfpsp.S650 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
652 bsr.l _imem_read_long # fetch the instruction words
711 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
890 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
892 bsr.l _imem_read_long # fetch the instruction words
954 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
1117 # get_packed() - fetch packed operand from memory #
1216 mov.l %usp,%a0 # fetch user stack pointer
1232 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
1234 bsr.l _imem_read_long # fetch th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S100 ldr r11, [r12, #IRQ_MIR_REG_OFFSET] @ fetch interrupts mask
102 ldr r13, [r12, #IRQ_ITR_REG_OFFSET] @ fetch interrupts status
126 ldr r11, [r12, #OMAP1510_GPIO_INT_MASK] @ fetch GPIO interrupts mask
128 ldr r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ fetch status bits
147 ldr r8, [r12, #OMAP1510_GPIO_DATA_INPUT] @ fetch GPIO input
149 ldr r10, [r9, #BUF_STATE] @ fetch kbd interface state
170 data: ldr r10, [r9, #BUF_MASK] @ fetch current input bit mask
174 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
187 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A DMakefile.inc10 imap-lsub imap-fetch imap-store imap-append imap-examine imap-search \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_emulate.h79 * fetch: Read bytes of standard (non-emulated/special) memory.
80 * Used for instruction fetch.
85 int (*fetch)(unsigned long addr, void *val, member in struct:x86_emulate_ops
205 struct fetch_cache fetch; member in struct:decode_cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dthread.c468 struct thread *fetch)
470 *fetch = *thread;
473 return fetch;
503 thread_fetch (struct thread_master *m, struct thread *fetch)
523 return thread_run (m, thread, fetch);
532 return thread_run (m, thread, fetch);
537 return thread_run (m, thread, fetch);
569 return thread_run (m, thread, fetch);
464 thread_run(struct thread_master *m, struct thread *thread, struct thread *fetch) argument
500 thread_fetch(struct thread_master *m, struct thread *fetch) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memcpy.S145 ldq $1, 0($17) # L : fetch 8
165 ldbu $1, 0($17) # L : fetch a byte
188 ldbu $1, 0($17) # L : fetch a byte
227 ldbu $1, 0($17) # L : fetch 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Durlget.c53 have an URL datatype and operations to fetch an URL's contents. Such
78 static void fetch (const char *url, const char *file);
149 fetch (argv[optind], argv[optind + 1]);
240 fetch (const char *url, const char *file) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c131 /* Data fetch function type */
165 /* Data fetch function templates */
239 if (ret < 0) { /* Failed to fetch string */
357 /* Default (unsigned long) fetch type */
384 .fetch = { \
409 fetch_func_t fetch[FETCH_MTD_END]; member in struct:fetch_type
455 if (type->fetch[i] == orig_fn)
456 return fetch_type_table[FETCH_TYPE_STRSIZE].fetch[i];
467 struct fetch_param fetch; member in struct:probe_arg
590 if (CHECK_FETCH_FUNCS(deref, arg->fetch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dos.S155 dmrbuae:movs.b (%a0),%d0 | fetch user byte
157 dmrbs: move.b (%a0),%d0 | fetch super byte
191 dmrwuae:movs.w (%a0), %d0 | fetch user word
193 dmrws: move.w (%a0), %d0 | fetch super word
226 dmrluae:movs.l (%a0),%d0 | fetch user longword
228 dmrls: move.l (%a0),%d0 | fetch super longword
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dentry.S83 ldr r1, [sp, #S_PSR] @ fetch the PSR
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S116 stc r2_bank, k0 ! fetch old sp from r2_bank0
120 stc r0_bank, k3 ! fetch old pr from r0_bank0

Completed in 149 milliseconds

123