| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| errinfo | 3 # errinfo - report on syscall failures and print errno error messages. 6 # When system calls fail, an errno variable is set to convay a meaningful 27 # ERR Value of errno 28 # DESC Description of errno message 30 # SEE ALSO: /usr/include/sys/errno.h 73 # Load errno descriptions 75 open(ERRNO,"/usr/include/sys/errno.h") || die "ERROR1: reading errno.h: $!\n"; 76 while (chomp($line = <ERRNO>)) { [all...] |
| /src/external/cddl/dtracetoolkit/dist/ |
| errinfo | 3 # errinfo - report on syscall failures and print errno error messages. 6 # When system calls fail, an errno variable is set to convay a meaningful 27 # ERR Value of errno 28 # DESC Description of errno message 30 # SEE ALSO: /usr/include/sys/errno.h 73 # Load errno descriptions 75 open(ERRNO,"/usr/include/sys/errno.h") || die "ERROR1: reading errno.h: $!\n"; 76 while (chomp($line = <ERRNO>)) { [all...] |
| /src/external/mpl/dhcp/dist/tests/DHCPv6/ |
| 000-badmsgtype.pl | 88 0+$ERRNO, $ERRNO; 128 0+$ERRNO, $ERRNO;
|
| 010-solicit-noclientid.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|
| 011-solicit-serverid.pl | 137 0+$ERRNO, $ERRNO; 179 0+$ERRNO, $ERRNO;
|
| 020-advertise-mcast.pl | 88 0+$ERRNO, $ERRNO; 128 0+$ERRNO, $ERRNO;
|
| 030-request-noclientid.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|
| 031-request-noserverid.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|
| 032-request-badduid.pl | 138 0+$ERRNO, $ERRNO; 180 0+$ERRNO, $ERRNO;
|
| 110-information-request-ia_na.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|
| 111-information-request-ia_ta.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|
| 112-badduid.pl | 130 0+$ERRNO, $ERRNO; 172 0+$ERRNO, $ERRNO;
|
| 210-solicit-nohost.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|
| 211-solicit-opt-in-na.pl | 140 0+$ERRNO, $ERRNO; 182 0+$ERRNO, $ERRNO;
|
| 212-solicit-opt-in-na-norapidcommit.pl | 140 0+$ERRNO, $ERRNO; 182 0+$ERRNO, $ERRNO;
|
| 280-release-nohost.pl | 97 0+$ERRNO, $ERRNO; 139 0+$ERRNO, $ERRNO;
|
| 281-release-bad-address.pl | 109 0+$ERRNO, $ERRNO; 151 0+$ERRNO, $ERRNO;
|
| 282-release-no-address.pl | 105 0+$ERRNO, $ERRNO; 147 0+$ERRNO, $ERRNO;
|
| 283-release.pl | 111 0+$ERRNO, $ERRNO; 153 0+$ERRNO, $ERRNO;
|
| 290-decline-nohost.pl | 97 0+$ERRNO, $ERRNO; 139 0+$ERRNO, $ERRNO;
|
| 291-decline-bad-address.pl | 109 0+$ERRNO, $ERRNO; 151 0+$ERRNO, $ERRNO;
|
| 292-decline-no-address.pl | 105 0+$ERRNO, $ERRNO; 147 0+$ERRNO, $ERRNO;
|
| 293-decline.pl | 111 0+$ERRNO, $ERRNO; 153 0+$ERRNO, $ERRNO;
|
| stubcli-opt-in-na.pl | 139 0+$ERRNO, $ERRNO; 181 0+$ERRNO, $ERRNO;
|
| stubcli.pl | 134 0+$ERRNO, $ERRNO; 176 0+$ERRNO, $ERRNO;
|