Searched refs:caller (Results 1 - 25 of 69) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dcxx_int.h63 #define DB_ERROR(dbenv, caller, ecode, policy) \
64 DbEnv::runtime_error(dbenv, caller, ecode, policy)
66 #define DB_ERROR_DBT(dbenv, caller, dbt, policy) \
67 DbEnv::runtime_error_dbt(dbenv, caller, dbt, policy)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,
H A Dgetopt.c13 * @caller: name of the caller, for error messages
26 int smb_getopt(char *caller, char **options, struct option *opts, argument
52 caller, token);
62 printk("%s: Unrecognized mount option %s\n", caller, token);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
H A Dgetopt.c14 * @caller: name of the caller, for error messages
27 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, argument
51 caller, token);
62 caller, token, val);
69 caller, val, token);
73 printk(KERN_INFO "%s: Unrecognized mount option %s\n", caller, token);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dmemcpy.S21 # to caller's fixup routine, aborting the remainder of the copy
H A Dmemset.S21 # to caller's fixup routine, aborting the remainder of the set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmac_hid.c83 int mac_hid_mouse_emulate_buttons(int caller, unsigned int keycode, int down) argument
85 switch (caller) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.h123 int snd_seq_port_connect(struct snd_seq_client *caller,
129 int snd_seq_port_disconnect(struct snd_seq_client *caller,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrontab.c42 char caller[256]; /* user that ran program */ local
51 safe_strncpy(caller, pas->pw_name, sizeof(caller));
128 repFd = GetReplaceStream(caller, repFile);
174 EditFile(caller, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpanic.c70 unsigned long caller = (unsigned long) __builtin_return_address(0); local
138 disabled_wait(caller);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s25 b 2(,r14) / Return to caller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.h49 char caller[35]; /* caller id, partial string with * + subaddr allowed */ member in struct:__anon4638
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcallback_srm.S30 jmp ($3) # Return directly to caller of wrapper.
47 jmp ($3) # Return directly to caller of srm_fixup.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/lockd/
H A Dxdr.h31 char * caller; member in struct:nlm_lock
32 int len; /* length of "caller" */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Detrap.S19 #define t_psr l0 /* Set by caller */
20 #define t_pc l1 /* Set by caller */
21 #define t_npc l2 /* Set by caller */
22 #define t_wim l3 /* Set by caller */
100 jmpl %t_retpc + 0x8, %g0 ! return to caller
127 jmpl %t_retpc + 0x8, %g0 ! return to caller
183 jmpl %t_retpc + 0x8, %g0 ! return to caller
225 /* Done by caller: andcc %sp, 0x7, %g0 */
282 * stack. Save bad user stack, and return to caller.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dverify_cpu.S29 * The caller needs to check for the error code and take the action
36 pushfl # Save caller passed flags
113 popfl # Restore caller passed flags
117 popfl # Restore caller passed flags
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dverify_cpu.S2 This runs in 16bit mode so that the caller can still use the BIOS
8 pushfl # Save caller passed flags
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp573 // ON_ERROR_RETURN do nothing here, the caller will return an error
577 const char *caller, int error, int error_policy)
587 DbDeadlockException dl_except(caller);
593 DbLockNotGrantedException lng_except(caller);
599 DbRepHandleDeadException hd_except(caller);
605 DbRunRecoveryException rr_except(caller);
611 DbException except(caller, error);
622 const char *caller, Dbt *dbt, int error_policy)
629 DbMemoryException except(caller, dbt);
639 const char *caller, in
576 runtime_error(DbEnv *dbenv, const char *caller, int error, int error_policy) argument
621 runtime_error_dbt(DbEnv *dbenv, const char *caller, Dbt *dbt, int error_policy) argument
638 runtime_error_lock_get(DbEnv *dbenv, const char *caller, int error, db_lockop_t op, db_lockmode_t mode, const Dbt *obj, DbLock lock, int index, int error_policy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
982 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) argument
992 (void) sprintf(errmsg, "%s: alarm", caller);
1001 (void) sprintf(errmsg, "%s: getmsg", caller);
1009 (void) sprintf(errmsg, "%s: alarm", caller);
1018 sprintf(buffer, "%s: MORECTL|MOREDATA", caller);
1024 sprintf(buffer, "%s: MORECTL", caller);
1030 sprintf(buffer, "%s: MOREDATA", caller);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S24 ! stack wiping I return pointer to the top of stack of the *caller*.
125 add %fp,BIAS,%i0 ! return pointer to caller�s top of stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S77 @@ return to the caller, after having the MMU
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dxdr.c127 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
162 if (!(p = xdr_encode_string(p, lock->caller))
305 || !(p = xdr_decode_string_inplace(p, &lock->caller,
339 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
H A Dxdr4.c129 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
163 if (!(p = xdr_encode_string(p, lock->caller))
312 || !(p = xdr_decode_string_inplace(p, &lock->caller,
346 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_jbd.h118 void ext3_journal_abort_handle(const char *caller, const char *err_fn,

Completed in 306 milliseconds

123