Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 85) sorted by relevance

1234

/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.S59 #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 Dmisuse.test82 } {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 Ddmv.c200 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 Dsqlite.h.in148 #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 Dlog.c40 const char *routine, in log() argument
57 "SM-HBA Sun SAS VSL", routine, msg); in log()
H A Dsun_sas.h82 #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 Ddebug_logging.c37 log(int priority, const char *routine, char *msg, ...) in log() argument
54 routine, in log()
H A Dmp_utils.h92 void log(int priority, const char *routine, char *msg, ...);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dlog.c43 const char *routine, in isnslog() argument
61 "iSNS Daemon", routine, msg); in isnslog()
/illumos-gate/usr/src/uts/sun4/sys/
H A Ddmv.h87 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 DTrace.h55 return (routine); in label()
101 std::string routine;
H A DTrace.cc115 routine.c_str(), in message()
138 Trace::Trace(std::string myRoutine) : routine(myRoutine) { in Trace()
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME40 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 Dplatsvcd.conf42 * 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 Dnew_table.txt46 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 Dplatsvcd.conf42 * 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 Dplatsvcd.conf42 * 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.S29 / bootstrap routine for run-time linker
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmc-us3_asm.S34 ! This routine is to get content of Memory Control Registers
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dladd.S29 / Double long add routine.
H A Dlsub.S29 / Double long subtraction routine.
H A Dlmul.S29 / Double long multiply routine.
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c271 __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 Dmain.c755 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 Dpthread.h179 #define pthread_cleanup_push(routine, args) { \ argument
181 __pthread_cleanup_push((_Voidfp)(routine), (void *)(args), \

1234