Searched refs:alarm (Results 76 - 100 of 155) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c369 (void) alarm(5);
372 (void) alarm(0);
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c339 alarm(5);
341 alarm(0);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclkstat.c344 (void) alarm(1);
351 /* Disable alarm */
352 (void) alarm(0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c223 dsyslog(LOG_DEBUG, "alarm\n");
224 alarm(15);
307 alarm(30);
H A Din.tftpd.c380 (void) alarm(0);
1037 (void) alarm(rexmtval); /* read the ack */
1115 (void) alarm(rexmtval); /* read the ack */
1244 (void) alarm(rexmtval);
1315 (void) alarm(rexmtval);
1318 (void) alarm(0);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c138 (void) alarm(_RPCSVC_CLOSEDOWN);
472 (void) alarm(_RPCSVC_CLOSEDOWN);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c169 * Turn off the alarm, and reset the signal to trap out..
171 (void) alarm(0);
184 * Alert the console operator, and enable the alarm clock to
186 * If the alarm goes off while in the query_once for loop, we just
211 (void) alarm(timeout);
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c71 alarm(1);
73 alarm(0);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c118 (void) alarm(LOCKWAIT);
585 (void) alarm(LOCKWAIT);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c378 oldalarm = alarm(2);
394 alarm (oldalarm);
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c702 alarm(expecttime);
707 alarm(0);
719 alarm(0);
724 alarm(0);
729 * alarmtr() - catch alarm routine for "expect".
1018 (void) alarm(expecttime);
1021 (void) alarm(0);
H A Din.uucpd.c213 alarm(60);
264 alarm(0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c406 (void) alarm(0); /* cancel alarm */
500 (void) alarm(0); /* cancel alarm */
606 (void) alarm(0); /* cancel alarm */
699 (void) alarm(0); /* cancel alarm */
917 (void) alarm(0); /* cancel alarm */
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c61 static struct snoop_handler *snoop_hp; /* global alarm handler head */
62 static struct snoop_handler *snoop_tp; /* global alarm handler tail */
63 static time_t snoop_nalarm; /* time of next alarm */
827 * sdefault: default global alarm handler. Causes the current packet
837 * snoop_alarm: register or unregister an alarm handler to be called after
864 /* register an alarm handler */
878 (void) alarm(sh->s_time - now);
885 (void) alarm(sh->s_time - now);
893 /* unregister an alarm handler */
920 (void) alarm(
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c162 (void) alarm(timeout);
165 (void) alarm(0);
177 (void) alarm(0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c171 (void) alarm(rexmtval);
291 (void) alarm(0);
299 (void) alarm(rexmtval);
H A Dtftpsubs.c385 * Turn off the alarm timer and ensure any pending SIGALRM signal is ignored.
390 (void) alarm(0);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c212 void (*oldsig)() = NULL; /* old alarm handler */
562 saw_alarm = 0; /* global tracking the alarm */
563 (void) alarm(20); /* only wait 20 seconds */
570 msg("alarm caught it; unreachable.");
613 (void) alarm(0); /* reset that alarm if its outstanding */
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c246 (void) alarm(_RPCSVC_CLOSEDOWN);
682 (void) alarm(_RPCSVC_CLOSEDOWN);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/
H A Dlibpiclfrudata.conf111 name:/platform/pci@1e,600000/isa@7/i2c@0,320/alarm-fru-prom
112 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/alarm-fru-prom@0,ac:alarm-fru-prom"
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c105 static int signalled; /* set if alarm goes off "early" */
141 * Sets a flag to not wait for the alarm.
340 (void)alarm(interval);
469 (void)alarm(interval);
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c305 (void) alarm(60); /* wake up in 60 secs just in case */
308 (void) alarm(0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c279 alarm(timeout);
286 alarm(0);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c144 * The alarm will go off again, hold off for now.
230 alarm (CLOCK_TICK);
309 alarm (CLOCK_TICK);
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbuiltins.c112 "alarm", NV_BLTIN, bltin(alarm),
1891 const char e_alrm1[] = "alarm -r %s +%.3g\n";
1892 const char e_alrm2[] = "alarm %s %.3f\n";

Completed in 226 milliseconds

1234567