Searched refs:routine (Results 1 - 25 of 68) sorted by relevance

123

/osnet-11/usr/src/lib/sun_sas/common/
H A Dlog.c40 const char *routine,
57 "SM-HBA Sun SAS VSL", routine, msg);
38 log( int level, const char *routine, char *msg, ... ) argument
H A Dsun_sas.h81 /* To be consistent, when out of memory call this macro routine */
82 #define OUT_OF_MEMORY(routine) \
83 log(LOG_DEBUG, routine, "Out of memory.")
/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtboot.s29 / bootstrap routine for run-time linker
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Ddebug_logging.c38 log(int priority, const char *routine, char *msg, ...) argument
56 "MP-API (SUN) Plugin", routine, msg);
H A Dmp_utils.h94 void log(int priority, const char *routine, char *msg, ...);
/osnet-11/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.
H A Dldivide.s29 / Double long divide routine.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH54 * This symbol, if defined, indicates that the alarm routine is
60 * This symbol is defined if the bcmp() routine is available to
66 * This symbol is defined if the bcopy() routine is available to
72 * This symbol is defined if the bzero() routine is available to
78 * This symbol, if defined, indicates that the chown routine is
84 * This symbol, if defined, indicates that the chroot routine is
90 * This symbol, if defined, indicates that the chsize routine is available
91 * to truncate files. You might need a -lx to get this routine.
107 * This symbol, if defined, indicates that the cuserid routine is
121 * This symbol, if defined, indicates that the difftime routine i
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.h55 return (routine);
101 std::string routine; member in class:Trace
H A DTrace.cc114 routine.c_str(),
128 * @param myRoutine The name of the routine
137 Trace::Trace(std::string myRoutine) : routine(myRoutine) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DAssert.pm29 A simple assert routine since we don't have Carp::Assert handy.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm35 The validate() routine takes a single multiline string consisting of
49 The routine returns the number of warnings issued.
62 the validate() routine would leave the user program in whatever
H A DBasename.pm34 You select the syntax via the routine fileparse_set_fstype().
57 The fileparse() routine divides a file specification into three
103 The basename() routine returns the first element of the list produced
110 The dirname() routine returns the directory portion of the input file
H A DCopy.pm337 File::Copy also provides the C<syscopy> routine, which copies the
341 C<copy> routine, which doesn't preserve OS-specific attributes. For
342 VMS systems, this calls the C<rmscopy> routine (see below). For OS/2
360 The system copy routine may also be called directly under VMS and OS/2
362 is the routine that does the actual work for syscopy).
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPoll.pm153 C<IO::Poll> is a simple interface to the system level poll routine.
171 Call the system level poll routine. If TIMEOUT is not specified then the
/osnet-11/usr/src/lib/libc/port/threads/
H A Dcancel.c212 * For deferred mode, this routine makes a thread cancelable.
231 * This routine turns cancelability off and possible calls pthread_exit().
267 * cleanup struct and calls this routine to push the handler off the
271 __pthread_cleanup_push(void (*routine)(void *),
277 infop->func = routine;
286 * POSIX.1c pthread_cleanup_pop(). It calls this routine to pop the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm203 within your draw routine in order to achieve special effects.
209 after the -next_page routine returns a false value. The subroutine
211 -next_page routine.
247 HTTP header for each page. Simply modify your draw routine to
287 basis, call push_delay() from within your draw routine. push_delay()
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.h35 SEGOFF16_t routine; member in struct:undi_call_info
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm283 The fixup routine gets passed the remaining fragment of string being
293 but gives the fixup routine very little context.
297 The fixup routine gets passed the original string, an index into
309 This scheme gives maximal control to the fixup routine but is more
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.pm23 This routine provides word completion on the list of words in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL122 Percentage of time spent in this routine.
126 Number of calls to this routine.
130 Average number of seconds per call to this routine.
134 Name of routine.
138 Time (in seconds) spent in this routine and routines called from it.
142 Time (in seconds) spent in this routine (not including those called
147 Average time (in seconds) spent in each call of this routine

Completed in 257 milliseconds

123