Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/boot/forth/
H A Dmenusets.4th406 \ routine is evaluated and not passed down to $menu_init (which
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S586 iret # Call target routine
/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/cmd-inet/sbin/dhcpagent/
H A DREADME132 from there, it can use the iu_earliest_timer() routine to find the
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h314 extern void call(void (*routine)(int argc, char *argv[]), ...);
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/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3401 intrtn_t routine; in call() local
3409 routine = (va_arg(ap, intrtn_t)); /* extract the routine's name */ in call()
3417 (*routine)(argno, args); in call()
/illumos-gate/usr/src/cmd/filesync/
H A DREADME293 this routine almost makes sense on its own,
295 routine in the entire program. Everything
/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/cmd/look/
H A Dwords19449 routine
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME40 special device control escapes (from routine devcntrl() in dpost.c).
/illumos-gate/usr/src/cmd/lp/filter/
H A Dslow.filter27 ## This routine invokes a slow filter on each of the files in a
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard512 # If no filter is being used, we have a little routine that
H A Dtsol_standard528 # If no filter is being used, we have a little routine that
H A Dtsol_standard_foomatic547 # If no filter is being used, we have a little routine that
/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/daktari/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/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/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c66 char routine[64]; member
510 syslog(LOG_ERR, POLICY_FAILED_MSG, tp->routine, dev_name, in lock_and_run()
577 tp->funcp = (int32_t (*)(void *, char *))dlsym(tp->hdl, tp->routine); in load_policy()
660 name, library, tp->routine); in load_interval()
696 tp->routine); in load_interval()
/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/cmd/picl/plugins/sun4u/silverstone/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/sendmail/cf/
H A DREADME3774 routine will never be invoked. You
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m42685 dnl use the generic routine (for now)
2973 dnl use the generic routine (for now)
2995 dnl use the generic routine (for now)
/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
H A Dmilter.c195 # define MILTER_TIMEOUT(routine, secs, write, started, function) \ argument
206 (routine), m->mf_name, m->mf_sock, \
211 m->mf_name, (routine), m->mf_sock, \
234 (routine), m->mf_name, (function)); \
240 (routine), (function)); \
247 sm_dprintf("milter_%s(%s): select: %s\n", (routine), \
253 m->mf_name, (routine), \
264 (routine), m->mf_name); \
269 m->mf_name, (routine)); \

1234