/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 84 } {1 {library routine called out of sequence}} 87 } {21 {library routine called out of sequence}} 92 } {1 {library routine called out of sequence}} 113 } {1 {library routine called out of sequence}} 116 } {21 {library routine called out of sequence}} 121 } {1 {library routine called out of sequence}} 142 } {1 {library routine called out of sequence}} 145 } {21 {library routine called out of sequence}} 150 } {1 {library routine called out of sequence}} 167 } {21 {library routine called out of sequence}}
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 70 #define FLATCALL(routine) \ argument 72 call routine; \ 159 jmpl %g1, %g0 ! bop off to new routine 186 jmpl %g1, %g0 ! bop off to new routine 210 jmpl %g1, %g0 ! bop off to new routine 236 jmpl %g1, %g0 ! bop off to new routine 261 jmpl %g1, %g0 ! bop off to new routine 287 jmpl %g1, %g0 ! bop off to new routine 313 jmpl %g1, %g0 ! bop off to new routine 350 jmpl %g1, %g0 ! bop off to new routine [all …]
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | dmv.c | 200 dmv_add_intr(int dmv_inum, void (*routine)(), void *arg) in dmv_add_intr() argument 216 dmv_dispatch_table[dmv_inum].dmv_func = routine; in dmv_add_intr() 240 dmv_add_softintr(void (*routine)(void), void *arg) in dmv_add_softintr() 253 dmv_dispatch_table[i].dmv_func = routine; in dmv_add_softintr()
|
/titanic_50/usr/src/lib/sun_sas/common/ |
H A D | log.c | 40 const char *routine, in log() argument 57 "SM-HBA Sun SAS VSL", routine, msg); in log()
|
/titanic_50/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | debug_logging.c | 37 log(int priority, const char *routine, char *msg, ...) in log() argument 54 routine, in log()
|
H A D | mp_utils.h | 92 void log(int priority, const char *routine, char *msg, ...);
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 151 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ 181 ** available as the ROWID, OID, or _ROWID_ column.) The following routine 236 /* If the parameter to this routine is one of the return value constants 237 ** defined above, then this routine returns a constant text string which 244 ** return at its earliest opportunity. This routine is typically 262 ** This routine identifies a callback function that is invoked 286 ** This routine sets a busy handler that sleeps for a while when a 292 ** Calling this routine with an argument less than or equal to zero 298 ** This next routine is really just a wrapper around sqlite_exec(). 300 ** result, this routine remembers each row of the result in memory [all …]
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | log.c | 43 const char *routine, in isnslog() argument 61 "iSNS Daemon", routine, msg); in isnslog()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | dmv.h | 87 int dmv_add_intr(int dmv_inum, void (*routine)(), void *arg); 88 int dmv_add_softintr(void (*routine)(void), void *arg);
|
/titanic_50/usr/src/ucbcmd/sbcp/ |
H A D | sbcp.s | 76 ! passed to this routine, but we do know how our initial stack has 81 ! Since we want to invoke the following c initalization routine: 115 ! trap0 - glue between 4.x syscall trap and 5.x BCP routine
|
/titanic_50/usr/src/lib/sun_fc/common/ |
H A D | Trace.h | 55 return (routine); in label() 101 std::string routine;
|
H A D | Trace.cc | 115 routine.c_str(), in message() 138 Trace::Trace(std::string myRoutine) : routine(myRoutine) { in Trace()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | READ_ME | 40 collect.c The routine that actually reads the mail into a temp 49 convtime.c A routine to sanely process times. 58 main.c The main routine to sendmail. This file also 66 readcf.c The routine that reads the configuration file and
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 45 * TASK <policy library> <policy routine> 51 * Specifies the "task" or policy routine, the shared object file it
|
/titanic_50/usr/src/lib/libc/i386/crt/ |
H A D | _rtboot.s | 29 / bootstrap routine for run-time linker
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 44 * TASK <policy library> <policy routine> 50 * Specifies the "task" or policy routine, the shared object file it
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 44 * TASK <policy library> <policy routine> 50 * Specifies the "task" or policy routine, the shared object file it
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | mc-us3_asm.s | 52 ! This routine is to get content of Memory Control Registers
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | ladd.s | 29 / Double long add routine.
|
H A D | lsub.s | 29 / Double long subtraction routine.
|
H A D | lmul.s | 29 / Double long multiply routine.
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 684 call(void (*routine)(int argc, char *argv[]), ...) in call() 690 va_start(ap, routine); in call() 694 (*routine)(argc, argv); in call()
|
/titanic_50/usr/src/head/ |
H A D | pthread.h | 169 #define pthread_cleanup_push(routine, args) { \ argument 171 __pthread_cleanup_push((_Voidfp)(routine), (void *)(args), \
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | cancel.c | 271 __pthread_cleanup_push(void (*routine)(void *), in __pthread_cleanup_push() 277 infop->func = routine; in __pthread_cleanup_push()
|
/titanic_50/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach.il.cpp | 83 ! A simple copy routine that copies 32 bytes using physical
|