Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 112) sorted by path

12345

/illumos-gate/usr/src/boot/common/
H A Dhelp.common155 remaining files will not be shown.
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th369 \ set it as acpi-user-options and move remaining to addr'
391 \ acpi-user-options is set, now move remaining string to its place.
H A Dmenu.4th362 \ the remaining environment variables to construct the menu entirely).
599 menu_timeout @ ( "time" remaining: -- N )
H A Dmenusets.4th468 \ so that the remaining variables are influenced by its actions
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S225 movb $0x7,%cl # Set remaining
262 mov %cx,%es # remaining
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c325 size_t size, remaining, n; in cd9660_fsread() local
345 remaining = nbytes; in cd9660_fsread()
348 while (remaining > 0) { in cd9660_fsread()
357 if (remaining < ISO_DEFAULT_BLOCK_SIZE - byte_off) { in cd9660_fsread()
358 n = remaining; in cd9660_fsread()
363 remaining -= n; in cd9660_fsread()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c1071 size_t remaining; in passthru_msix_addr() local
1090 remaining = pi->pi_bar[baridx].size - table_offset - table_size; in passthru_msix_addr()
1091 if (remaining > 0) { in passthru_msix_addr()
1095 remaining) != 0) in passthru_msix_addr()
1099 remaining, sc->psc_bar[baridx].addr + in passthru_msix_addr()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6273 Finally, the remaining items (and the bulk of the original ifslist
1226 - Fix known bugs in source address selection (remaining from TX
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1249 int n, remaining; in reader() local
1267 while ((remaining = rcvcnt - (bufp - rcvbuf)) > 0) { in reader()
1269 n = write(STDOUT_FILENO, bufp, remaining); in reader()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4908 int remaining, copied; in write_data_len() local
4910 remaining = BUFSIZ - (nfrontp - netobuf); in write_data_len()
4916 if ((len > BUFSIZ ? BUFSIZ : len) > remaining) { in write_data_len()
4918 remaining = BUFSIZ - (nfrontp - netobuf); in write_data_len()
4921 copied = remaining > len ? len : remaining; in write_data_len()
4925 remaining -= copied; in write_data_len()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2164 size_t curlen, remaining; in sum_attr_bitmap() local
2175 remaining = buflen - curlen; in sum_attr_bitmap()
2176 snprintf(bp, remaining, in sum_attr_bitmap()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc1221 * the remaining propagations are also used for poisoned requests propagating
1294 * the remaining propagations are also used for poisoned completions propagating
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c161 int dfd, int sfd, int remaining);
3052 write_rest(bpb_t *wbpb, char *efn, int dfd, int sfd, int remaining) in write_rest() argument
3063 numsect = idivceil(remaining, BPSEC); in write_rest()
/illumos-gate/usr/src/cmd/latencytop/
H A Ddisplay.c789 int remaining; in lt_display_loop() local
830 remaining = duration - (int)(lt_millisecond() - start); in lt_display_loop()
832 if (remaining <= 0) { in lt_display_loop()
846 if (next_snap > 0 && remaining > next_snap) { in lt_display_loop()
847 remaining = next_snap; in lt_display_loop()
850 timeout.tv_sec = remaining / 1000; in lt_display_loop()
851 timeout.tv_usec = (remaining % 1000) * 1000; in lt_display_loop()
/illumos-gate/usr/src/cmd/netfiles/
H A Dnsswitch.ad30 # hosts lookups; and files for the remaining databases.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info457 * be the remaining four disks if the first controller is also a 1064x.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c530 int remaining = ip->interval; in run_policies() local
535 remaining = sleep(remaining); in run_policies()
536 } while (remaining > 0); in run_policies()
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt149 in_buf_len will be set to the remaining size from this address to
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME652 address still remaining "user@local.host".
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.msg140 of slots remaining in the capabilities group below the specified\n\
150 exceed the number of slots remaining in the capabilities group\n\
H A Ddyn.msg170 of slots remaining in the table below the specified position.\n\
179 exceed the number of slots remaining in the table below\n\
H A Dphdr.msg141 of slots remaining in the header table below the specified.\n\
150 cannot exceed the number of slots remaining in the program\n\
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1156 satisfied from backup reservation: remaining %#llx"
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README846 4963676 Remove remaining static libraries
1693 14901 remove remaining a.out support from sgs
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5155 int remaining = (TBLOCK * j) - i; in readtape() local
5160 if ((r = read(mt, b, remaining)) < 0) { in readtape()
5166 remaining -= r; in readtape()
5168 } while (remaining > 0 && r != 0); in readtape()

12345