Home
last modified time | relevance | path

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

123456

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH121 * This symbol, if defined, indicates that the difftime routine is
127 * This symbol, if defined, indicates that the dlerror routine is
134 * This symbol, if defined, indicates that the dup2 routine is
140 * This symbol, if defined, indicates that the fchmod routine is available
146 * This symbol, if defined, indicates that the fchown routine is available
158 * This symbol, if defined, indicates that the fgetpos routine is
164 * This symbol, if defined, indicates that the flock routine is
170 * This symbol, if defined, indicates that the fork routine is
176 * This symbol, if defined, indicates that the fsetpos routine is
193 * This symbol, if defined, indicates that the getgroups() routine is
[all …]
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dmisuse.test84 } {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}}
/onnv-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s69 #define FLATCALL(routine) \ argument
71 call routine; \
158 jmpl %g1, %g0 ! bop off to new routine
184 jmpl %g1, %g0 ! bop off to new routine
209 jmpl %g1, %g0 ! bop off to new routine
233 jmpl %g1, %g0 ! bop off to new routine
259 jmpl %g1, %g0 ! bop off to new routine
284 jmpl %g1, %g0 ! bop off to new routine
310 jmpl %g1, %g0 ! bop off to new routine
336 jmpl %g1, %g0 ! bop off to new routine
[all …]
/onnv-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()
/onnv-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()
/onnv-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, ...);
/onnv-gate/usr/src/cmd/isns/isnsd/
H A Dlog.c43 const char *routine, in isnslog() argument
61 "iSNS Daemon", routine, msg); in isnslog()
/onnv-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);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/
H A DGlossary380 indicates to the C program that the accessx() routine is available.
384 indicates to the C program that the aintl() routine is available.
389 indicates to the C program that the alarm() routine is available.
399 routine is available.
403 indicates to the C program that the atolf() routine is available.
407 indicates to the C program that the atoll() routine is available.
416 the bcmp() routine is available to compare strings.
420 the bcopy() routine is available to copy strings.
437 the bzero() routine is available to set memory to 0.
454 indicates to the C program that the chown() routine is available.
[all …]
/onnv-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in151 #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 …]
/onnv-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s76 ! 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
/onnv-gate/usr/src/lib/sun_fc/common/
H A DTrace.h55 return (routine); in label()
101 std::string routine;
H A DTrace.cc114 routine.c_str(), in message()
137 Trace::Trace(std::string myRoutine) : routine(myRoutine) { in Trace()
/onnv-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
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dplatsvcd.conf45 * TASK <policy library> <policy routine>
51 * Specifies the "task" or policy routine, the shared object file it
/onnv-gate/usr/src/lib/libc/i386/crt/
H A D_rtboot.s29 / bootstrap routine for run-time linker
/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/
H A Dutil.c244 util_routineFailureMessage(char *routine) in util_routineFailureMessage() argument
255 dgettext(TEXT_DOMAIN, "%s Failed."), routine); in util_routineFailureMessage()
/onnv-gate/usr/src/uts/sun4u/ml/
H A Dmc-us3_asm.s52 ! This routine is to get content of Memory Control Registers
/onnv-gate/usr/src/cmd/fps/fptest/
H A Dfsr_test.s124 ! end of the routine.
205 ! end of the routine.
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf44 * TASK <policy library> <policy routine>
50 * Specifies the "task" or policy routine, the shared object file it
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dplatsvcd.conf44 * TASK <policy library> <policy routine>
50 * Specifies the "task" or policy routine, the shared object file it
/onnv-gate/usr/src/lib/libc/i386/gen/
H A Dlsub.s29 / Double long subtraction routine.
H A Dladd.s29 / Double long add routine.
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c684 call(void (*routine)(int argc, char *argv[]), ...) in call()
690 va_start(ap, routine); in call()
694 (*routine)(argc, argv); in call()

123456