Searched defs:toolong (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c421 toolong(int dummy) function
457 (void) signal(SIGALRM, toolong);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c413 time_t toolong = curtime() + SafeAlias; local
418 if (curtime() > toolong)
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1596 uint32_t toolong; local
1627 &toolong,
1656 gs->glds_dot3_frame_too_long = toolong;
H A Dpe.c740 * return: toolong - # recv pkts too long
754 uint32_t *toolong, uint32_t *runt, ulong_t *multixmt, ulong_t *multircv,
823 *toolong = sp->RxFrameTooLongErrors;
851 *toolong = 0;
749 pe_get_stats(ch_t *sa, uint64_t *speed, uint32_t *intrcnt, uint32_t *norcvbuf, uint32_t *oerrors, uint32_t *ierrors, uint32_t *underrun, uint32_t *overrun, uint32_t *framing, uint32_t *crc, uint32_t *carrier, uint32_t *collisions, uint32_t *xcollisions, uint32_t *late, uint32_t *defer, uint32_t *xerrs, uint32_t *rerrs, uint32_t *toolong, uint32_t *runt, ulong_t *multixmt, ulong_t *multircv, ulong_t *brdcstxmt, ulong_t *brdcstrcv) argument
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c88 static char toolong[] = "Record too long (LIMIT: %d bytes)"; variable
1630 awkerr(toolong, NLINE);
1652 awkerr(toolong, NLINE);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1203 time_t toolong; local
1209 toolong = (time_t)ufsfx_tune.uft_too_long + f->uf_entered_tm;
1210 if (time > toolong)
1214 return (time <= toolong? 0: time - toolong);
1697 time_t toolong; local
1710 toolong =
1712 TRIVIA(("%stoolong", !toolong? "not": ""));
1726 if (!toolong) {
1789 toolong
1824 int toolong = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.h125 uint64_t toolong; member in struct:iprb
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c485 unsigned long toolong:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon2164

Completed in 93 milliseconds