Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 116) sorted by path

12345

/illumos-gate/exception_lists/
H A Dpackaging374 # USB skeleton driver stays in sync with the rest of USB but doesn't ship.
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th133 1 to end_of_file? \ mark end of file to skip the rest
274 \ for get_arguments reading the rest of the line and parsing it
H A Dloader.4th80 \ for rest. Be sure to review this, if more options are to be added into
H A Dpcibios.4th38 \ for get_arguments reading the rest of the line and parsing it
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c961 size_t blks, blkoff, bsize, bio_size, rest; in bd_realstrategy() local
1052 rest = size; in bd_realstrategy()
1061 if (rest < bsize) in bd_realstrategy()
1062 bsize = rest; in bd_realstrategy()
1080 bsize = min(bsize, rest); in bd_realstrategy()
1082 } else if (rest < bd->bd_sectorsize) { in bd_realstrategy()
1088 bsize = rest; in bd_realstrategy()
1112 rest -= bsize; in bd_realstrategy()
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch30 # listed prior to an exhaustive search of the rest of /dev.
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1257 $rest = $';
1258 if ($rest =~ /^(\d+)-bit\s+/) {
1260 $rest = $';
1262 if ($rest =~ /^(LSB|MSB)\s+/) {
1264 $rest = $';
1266 if ($rest =~ /SPARC/) {
1267 if ($rest =~ /\bSPARC\b/) {
1278 if ($rest =~ /\bAMD64\b/ ||
1901 my ($lib, $sym, $rest);
1909 ($lib, $sym, $rest) =
[all …]
H A Dsymprof.pl1050 my ($line, $filters, $neededs, $rest);
1078 $rest = trim($1);
1080 if ($rest =~ /^filtered by /) {
1083 } elsif ($rest =~ /^needed by /) {
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c338 char rest[SMBUF]; local
344 lcase(climit, rest, SMBUF);
346 if (!(p = strchr(rest, 'k')) && (!(p = strchr(rest, 'm')))) {
368 *nlimit = (long) (atof(rest) * ONE_K);
372 *nlimit = (long) (atof(rest) * ONE_MEG);
H A Duux.c557 APPCMD(rest);
589 if (rest[0] != '~')
590 if (ckexpf(rest))
607 APPCMD(rest);
618 if (ckexpf(rest))
627 APPCMD(rest);
640 if (ckexpf(rest))
709 if (ckexpf(rest))
759 if (ckexpf(rest))
871 if (ckexpf(rest))
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c637 char *rest; in set_option() local
658 optval = strtol(val, &rest, 10); in set_option()
659 if (errno != 0 || *rest != '\0') { in set_option()
688 optval = strtol(val, &rest, 10); in set_option()
689 if (errno != 0 || *rest != '\0') { in set_option()
1239 char *rest; in list_setting() local
1241 entry = strtol(which, &rest, 10); in list_setting()
1242 if (errno != 0 || *rest != '\0') { in list_setting()
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd81 while read intf rest; do
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME65 "packet.h" provide a Packet object for use by the rest of
299 unimportant details away from the rest of the agent code. In order to
382 meant to be fairly independent of the rest of the DHCP client.
H A DREADME.v6686 rest of dhcpagent.
715 rest of the root) is mounted on a read-only ramdisk. In this case,
1157 depend on the rest of the dhcpagent infrastructure for timers and
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd134 local($num, $item, @rest) = @_;
135 print "No ", $item, "s", @rest if $num == 0;
136 print "1 ", $item, @rest if $num == 1;
137 print $num, " ", $item, "s", @rest if $num > 1;
1552 local ($tomake, $rest) = ($1, $2);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE321 be a consequence of the rest of this License.
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1156 char *rbuf, *sptr, *rest; local
1186 sptr = strtok_r(rbuf, DOORLINESEP, &rest);
1189 sptr = strtok_r(NULL, DOORLINESEP, &rest);
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1850 int rest = sizeof (lofi_crypto_magic); in check_file_is_encrypted() local
1861 got = read(fd, buf + sizeof (lofi_crypto_magic) - rest, rest); in check_file_is_encrypted()
1867 rest -= got; in check_file_is_encrypted()
1868 } while (rest > 0); in check_file_is_encrypted()
/illumos-gate/usr/src/cmd/look/
H A Dwords19067 rest
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c154 *rest, local
230 (void)strtol(optarg, &rest, 10);
231 if (!rest || !*rest)
436 Q = strtol(optarg, &rest, 10);
441 if (rest && *rest) {
499 t = strtol(optarg, &rest, 10);
504 if (rest && *rest) {
546 W = strtol(optarg, &rest, 10);
551 if (rest && *rest) {
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c152 char * rest; in main() local
196 (void)strtol (optarg, &rest, 10); in main()
197 if (!rest || (!*rest && rest != optarg)) in main()
262 alert.Q = strtol(optarg, &rest, 10); in main()
267 if (rest && *rest) { in main()
285 alert.W = strtol(optarg, &rest, 10); in main()
290 if (rest && *rest) { in main()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c59 char * rest; in rdform() local
192 (i = strtol(p, &rest, 10)) <= 0 in rdform()
193 || *rest in rdform()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsdn.c142 char * rest; in _getsdn() local
169 sdn.val = strtod(str, &rest); in _getsdn()
176 while (*rest && *rest == ' ') in _getsdn()
177 rest++; in _getsdn()
179 switch (*rest) { in _getsdn()
183 *p_after = rest; in _getsdn()
187 sdn.sc = *rest++; in _getsdn()
189 *p_after = rest; in _getsdn()
H A Dset_charset.c73 char *rest, local
94 && 0 <= (cs = strtol(char_set + 2, &rest, 10)) && cs <= 63
95 && !*rest
H A Dset_pitch.c69 char *rest, local
107 xpi = strtod(str, &rest);
150 switch (*rest) {

12345