Searched defs:routine (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Ddebug_logging.c37 log(int priority, const char *routine, char *msg, ...) argument
54 routine,
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dlog.c43 const char *routine,
61 "iSNS Daemon", routine, msg);
41 isnslog( int level, const char *routine, char *msg, ... ) argument
/illumos-gate/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
/illumos-gate/usr/src/uts/sun4/os/
H A Ddmv.c48 * is made to an interface; for instance, a routine which used to take
49 * 3 parameters now takes 4, or a routine which used have the semantics
57 * is made to an interface; for instance, a routine now supports a new
105 * routine pointer to the device's vectored interrupt
106 * handler. This routine is subject to the
143 * it is permissible to jump to a routine within the handler's
173 * interrupt routine in order to do further processing at normal
177 * soft interrupt routine. (This is analogous to the DDI
180 * a high-level interrupt routine.)
188 * whether a soft interrupt routine wil
200 dmv_add_intr(int dmv_inum, void (*routine)(), void *arg) argument
240 dmv_add_softintr(void (*routine)(void), void *arg) argument
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.h55 return (routine);
101 std::string routine; member in class:Trace
H A DFCHBAPort.cc72 log.internalError("NULL routine argument");
229 reportSense(struct scsi_extended_sense *sense, const char *routine) { argument
236 if (!routine) {
237 log.internalError("NULL routine argument passed.");
462 // This routine is not index based, so we can discard stateChange
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h35 SEGOFF16_t routine; member in struct:undi_call_info
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c66 char routine[64]; member in struct:__anon1190
337 * routine takes in the path of a parent and then searches the psvc_paths
489 * goto our timer routine to wait for it to become enabled.
510 syslog(LOG_ERR, POLICY_FAILED_MSG, tp->routine, dev_name,
574 tp->funcp = (int32_t (*)(void *, char *))dlsym(tp->hdl, tp->routine);
657 name, library, tp->routine);
693 tp->routine);
1461 /* Enviornmental Lock Object's Read and Write routine */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c118 int (*handler)(); /* routine which executes command */
773 int (*handler)(); /* routine to do actual setting */
1290 int (*handler)(); /* routine which executes command */
3425 * Call routine with argc, argv set from args.
3435 intrtn_t routine; local
3443 routine = (va_arg(ap, intrtn_t)); /* extract the routine's name */
3446 while (argno < n_ptrs) /* extract the routine's args */
3451 (*routine)(argno, args);

Completed in 78 milliseconds