Searched refs:funcp (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_method.c116 __ham_get_h_hash(dbp, funcp)
118 u_int32_t (**funcp) __P((DB *, const void *, u_int32_t));
125 if (funcp != NULL)
126 *funcp = hashp->h_hash;
154 __ham_get_h_compare(dbp, funcp)
156 int (**funcp) __P((DB *, const DBT *, const DBT *));
163 if (funcp != NULL)
164 *funcp = t->h_compare;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_method.c116 __ham_get_h_hash(dbp, funcp)
118 u_int32_t (**funcp) __P((DB *, const void *, u_int32_t));
125 if (funcp != NULL)
126 *funcp = hashp->h_hash;
154 __ham_get_h_compare(dbp, funcp)
156 int (**funcp) __P((DB *, const DBT *, const DBT *));
163 if (funcp != NULL)
164 *funcp = t->h_compare;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_method.c116 __ham_get_h_hash(dbp, funcp)
118 u_int32_t (**funcp) __P((DB *, const void *, u_int32_t));
125 if (funcp != NULL)
126 *funcp = hashp->h_hash;
154 __ham_get_h_compare(dbp, funcp)
156 int (**funcp) __P((DB *, const DBT *, const DBT *));
163 if (funcp != NULL)
164 *funcp = t->h_compare;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/prom/
H A Dmisc_32.c88 /* Set prom sync handler to call function 'funcp'. */
90 prom_setsync(sfunc_t funcp) argument
92 if(!funcp) return;
93 *romvec->pv_synchook = funcp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/prom/
H A Dmisc_32.c88 /* Set prom sync handler to call function 'funcp'. */
90 prom_setsync(sfunc_t funcp) argument
92 if(!funcp) return;
93 *romvec->pv_synchook = funcp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.c393 pvr2_i2c_func funcp = NULL; local
401 funcp = hdw->i2c_func[msgs[0].addr];
403 if (!funcp) {
414 if (funcp(hdw,msgs[0].addr,NULL,0,NULL,0)) {
431 if (funcp(hdw,msgs[0].addr,NULL,0,
444 if (funcp(hdw,msgs[0].addr,
472 if (funcp(hdw,msgs[0].addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.c393 pvr2_i2c_func funcp = NULL; local
401 funcp = hdw->i2c_func[msgs[0].addr];
403 if (!funcp) {
414 if (funcp(hdw,msgs[0].addr,NULL,0,NULL,0)) {
431 if (funcp(hdw,msgs[0].addr,NULL,0,
444 if (funcp(hdw,msgs[0].addr,
472 if (funcp(hdw,msgs[0].addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c3047 struct function *funcp; local
3096 for (funcp = G.top_func; funcp; funcp = funcp->next)
3117 for (funcp = G.top_func; funcp; funcp = funcp->next) {
3119 *pp++ = funcp
3498 const struct function *funcp = *find_function_slot(name); local
3508 struct function *funcp = *funcpp; local
3546 struct function *funcp = *funcpp; local
3573 exec_function(char ***to_free, const struct function *funcp, char **argv) argument
3598 run_function(const struct function *funcp, char **argv) argument
3767 const struct function *funcp = find_function(argv[0]); local
4184 struct function *funcp; local
4222 const struct function *funcp; local
4224 enum { funcp = 0 }; enumerator in enum:__anon35520
7149 struct function *funcp = new_function(optarg); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c3047 struct function *funcp; local
3096 for (funcp = G.top_func; funcp; funcp = funcp->next)
3117 for (funcp = G.top_func; funcp; funcp = funcp->next) {
3119 *pp++ = funcp
3498 const struct function *funcp = *find_function_slot(name); local
3508 struct function *funcp = *funcpp; local
3546 struct function *funcp = *funcpp; local
3573 exec_function(char ***to_free, const struct function *funcp, char **argv) argument
3598 run_function(const struct function *funcp, char **argv) argument
3767 const struct function *funcp = find_function(argv[0]); local
4184 struct function *funcp; local
4222 const struct function *funcp; local
4224 enum { funcp = 0 }; enumerator in enum:__anon590
7149 struct function *funcp = new_function(optarg); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c3047 struct function *funcp; local
3096 for (funcp = G.top_func; funcp; funcp = funcp->next)
3117 for (funcp = G.top_func; funcp; funcp = funcp->next) {
3119 *pp++ = funcp
3498 const struct function *funcp = *find_function_slot(name); local
3508 struct function *funcp = *funcpp; local
3546 struct function *funcp = *funcpp; local
3573 exec_function(char ***to_free, const struct function *funcp, char **argv) argument
3598 run_function(const struct function *funcp, char **argv) argument
3767 const struct function *funcp = find_function(argv[0]); local
4184 struct function *funcp; local
4222 const struct function *funcp; local
4224 enum { funcp = 0 }; enumerator in enum:__anon1495
7149 struct function *funcp = new_function(optarg); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_method.c234 __bam_get_bt_compare(dbp, funcp)
236 int (**funcp) __P((DB *, const DBT *, const DBT *));
244 if (funcp != NULL)
245 *funcp = t->bt_compare;
433 __bam_get_bt_prefix(dbp, funcp)
435 size_t (**funcp) __P((DB *, const DBT *, const DBT *));
442 if (funcp != NULL)
443 *funcp = t->bt_prefix;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_method.c234 __bam_get_bt_compare(dbp, funcp)
236 int (**funcp) __P((DB *, const DBT *, const DBT *));
244 if (funcp != NULL)
245 *funcp = t->bt_compare;
433 __bam_get_bt_prefix(dbp, funcp)
435 size_t (**funcp) __P((DB *, const DBT *, const DBT *));
442 if (funcp != NULL)
443 *funcp = t->bt_prefix;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_method.c234 __bam_get_bt_compare(dbp, funcp)
236 int (**funcp) __P((DB *, const DBT *, const DBT *));
244 if (funcp != NULL)
245 *funcp = t->bt_compare;
433 __bam_get_bt_prefix(dbp, funcp)
435 size_t (**funcp) __P((DB *, const DBT *, const DBT *));
442 if (funcp != NULL)
443 *funcp = t->bt_prefix;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_method.c490 __db_get_append_recno(dbp, funcp)
492 int (**funcp) __P((DB *, DBT *, db_recno_t));
495 if (funcp)
496 *funcp = dbp->db_append_recno;
588 __db_get_dup_compare(dbp, funcp)
590 int (**funcp) __P((DB *, const DBT *, const DBT *));
595 if (funcp != NULL) {
598 *funcp =
602 *funcp = dbp->dup_compare;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_method.c490 __db_get_append_recno(dbp, funcp)
492 int (**funcp) __P((DB *, DBT *, db_recno_t));
495 if (funcp)
496 *funcp = dbp->db_append_recno;
588 __db_get_dup_compare(dbp, funcp)
590 int (**funcp) __P((DB *, const DBT *, const DBT *));
595 if (funcp != NULL) {
598 *funcp =
602 *funcp = dbp->dup_compare;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_method.c490 __db_get_append_recno(dbp, funcp)
492 int (**funcp) __P((DB *, DBT *, db_recno_t));
495 if (funcp)
496 *funcp = dbp->db_append_recno;
588 __db_get_dup_compare(dbp, funcp)
590 int (**funcp) __P((DB *, const DBT *, const DBT *));
595 if (funcp != NULL) {
598 *funcp =
602 *funcp = dbp->dup_compare;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_utils_64.c552 unsigned long funcp = *((unsigned long *)func); local
553 int offset = funcp - (unsigned long)insn_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_utils_64.c552 unsigned long funcp = *((unsigned long *)func); local
553 int offset = funcp - (unsigned long)insn_addr;

Completed in 241 milliseconds