/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.S | 59 #define FLATCALL(routine) \ argument 61 call routine; \ 109 jmpl %g1, %g0 ! bop off to new routine 122 jmpl %g1, %g0 ! bop off to new routine 133 jmpl %g1, %g0 ! bop off to new routine 144 jmpl %g1, %g0 ! bop off to new routine 155 jmpl %g1, %g0 ! bop off to new routine 166 jmpl %g1, %g0 ! bop off to new routine 177 jmpl %g1, %g0 ! bop off to new routine 201 jmpl %g1, %g0 ! bop off to new routine [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 82 } {1 {library routine called out of sequence}} 85 } {21 {library routine called out of sequence}} 90 } {1 {library routine called out of sequence}} 111 } {1 {library routine called out of sequence}} 114 } {21 {library routine called out of sequence}} 119 } {1 {library routine called out of sequence}} 140 } {1 {library routine called out of sequence}} 143 } {21 {library routine called out of sequence}} 148 } {1 {library routine called out of sequence}} 165 } {21 {library routine called out of sequence}}
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 148 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ 178 ** available as the ROWID, OID, or _ROWID_ column.) The following routine 233 /* If the parameter to this routine is one of the return value constants 234 ** defined above, then this routine returns a constant text string which 241 ** return at its earliest opportunity. This routine is typically 259 ** This routine identifies a callback function that is invoked 283 ** This routine sets a busy handler that sleeps for a while when a 289 ** Calling this routine with an argument less than or equal to zero 295 ** This next routine is really just a wrapper around sqlite_exec(). 297 ** result, this routine remembers each row of the result in memory [all …]
|
/illumos-gate/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()
|
H A D | sun_sas.h | 82 #define OUT_OF_MEMORY(routine) \ argument 83 log(LOG_DEBUG, routine, "Out of memory.")
|
/illumos-gate/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, ...);
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | log.c | 43 const char *routine, in isnslog() argument 61 "iSNS Daemon", routine, msg); in isnslog()
|
/illumos-gate/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);
|
/illumos-gate/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()
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 42 * TASK <policy library> <policy routine> 48 * Specifies the "task" or policy routine, the shared object file it
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | new_table.txt | 46 If there are subtables, a dump routine must be written: 63 Simple tables do not require a compile routine. The definition of the 66 Complex tables with subtables will require a compile routine with a name
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 42 * TASK <policy library> <policy routine> 48 * Specifies the "task" or policy routine, the shared object file it
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 42 * TASK <policy library> <policy routine> 48 * Specifies the "task" or policy routine, the shared object file it
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtboot.S | 29 / bootstrap routine for run-time linker
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mc-us3_asm.S | 34 ! This routine is to get content of Memory Control Registers
|
/illumos-gate/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.
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 755 call(void (*routine)(int argc, char *argv[]), ...) in call() 761 va_start(ap, routine); in call() 765 (*routine)(argc, argv); in call()
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 179 #define pthread_cleanup_push(routine, args) { \ argument 181 __pthread_cleanup_push((_Voidfp)(routine), (void *)(args), \
|