Searched refs:remaining (Results 1 - 25 of 67) sorted by relevance

123

/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh98 typeset prefix remaining=${.sh.value} var= n= k=
99 while [[ $remaining ]]
100 do prefix=${remaining%%'\'*}
101 remaining=${remaining#$prefix}
103 case ${remaining:1:1} in
121 [0-7]) case ${remaining:1:3} in
128 eval n="\$'"${remaining:0:k}"'"
130 remaining=${remaining
[all...]
/illumos-gate/usr/src/common/ucode/
H A Ducode_utils.c170 int remaining; local
175 for (remaining = size; remaining > 0; ) {
178 uint8_t *curbuf = &ucodep[size - remaining];
215 remaining -= total_size;
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c512 size_t used, remaining; local
656 remaining = out_len;
662 used = snprintf(bp, remaining, "%hu",
665 used = strlcpy(bp, event->ae_desc, remaining);
667 remaining -= used;
671 used = strlcpy(bp, " failed", remaining);
673 used = strlcpy(bp, " ok", remaining);
675 remaining -= used;
678 used = snprintf(bp, remaining, " session %u",
680 remaining
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_bootcfg.c253 size_t remaining; local
297 for (offset = 0; offset < sector_length; offset += remaining) {
298 remaining = MIN(chunk_length, sector_length - offset);
304 MIN(remaining, used_bytes - offset));
311 offset, (caddr_t)chunk, remaining)) != 0)
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c267 int *remaining,
287 *remaining -= kw->length;
334 len = (*remaining);
349 *remaining -= len;
395 int remaining; local
405 remaining = strlen(rule);
414 if (remaining > 1) {
418 remaining -= 2;
422 remaining -= 2;
426 while (remaining >
265 parse_rule_component(krb5_context context, const char **rule, int *remaining, rule_component **ret_rule) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s65 * o2 byte count remaining
97 bz,a,pt %xcc, .wrdbl3 ! Have 8 bytes remaining to copy.
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_manage.c229 u16 remaining, i, j, prev_bytes; local
253 remaining = length & 0x3;
254 length -= remaining;
271 if (remaining) {
273 if (j < remaining)
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c789 int remaining; local
830 remaining = duration - (int)(lt_millisecond() - start);
832 if (remaining <= 0) {
846 if (next_snap > 0 && remaining > next_snap) {
847 remaining = next_snap;
850 timeout.tv_sec = remaining / 1000;
851 timeout.tv_usec = (remaining % 1000) * 1000;
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s110 b .wrchar ! write the remaining bytes
H A Dmemcmp.s143 and %o2, 3, %o2 ! remaining bytes
226 b .bytcmp ! compare remaining bytes, if any
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1187 * o Updates remaining
1191 sctp_next_parm(sctp_parm_hdr_t *current, ssize_t *remaining) argument
1197 *remaining -= len;
1198 if (*remaining < sizeof (*current) || len < sizeof (*current)) {
1203 *remaining -= pad;
1263 ssize_t remaining; local
1344 remaining = ntohs(ich->sch_len) - sizeof (*ich) -
1346 if (remaining < sizeof (*ph)) {
1384 if (remaining >= PARM_ADDR4_LEN) {
1422 if (remaining >
1513 ssize_t remaining; local
[all...]
H A Dsctp_cookie.c163 ssize_t remaining; local
192 remaining = ntohs(ch->sch_len) - sizeof (*ch);
194 remaining -= sizeof (*ic);
195 if (remaining < sizeof (*cph)) {
331 cph = sctp_next_parm(cph, &remaining);
1446 ssize_t remaining; local
1468 remaining = ntohs(ich->sch_len) - sizeof (*ich) - sizeof (*iack);
1469 if (remaining < sizeof (*ph)) {
1519 ph = sctp_next_parm(ph, &remaining);
H A Dsctp_hash.c357 ssize_t mlen, remaining; local
399 remaining = ntohs(ich->sch_len) - sizeof (*ich) -
401 if (remaining < sizeof (*ph)) {
408 totaddr = remaining/addr_len;
456 ph = sctp_next_parm(ph, &remaining);
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c316 int remaining; local
329 for (remaining = size; remaining > 0; ) {
334 uint8_t *curbuf = &buf[size - remaining];
343 remaining -= total_size;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1022 int remaining; local
1027 remaining = head->count;
1052 remaining--;
1058 if ((next->next && (remaining == 0)) ||
1059 ((next->next == NULL) && remaining)) {
1094 int remaining; local
1103 remaining = head->count;
1113 remaining--;
1116 if ((e && (remaining == 0)) ||
1117 ((e == NULL) && (remaining))) {
1258 int remaining; local
1290 int remaining; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c404 int blks, remaining; local
426 remaining = (int)(BD(dev).bd_sectors - dblk); /* truncate */
427 if (remaining > 0 && remaining < blks) {
428 blks = remaining;
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s126 andl $63, %ecx / compute remaining bytes
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s177 addcc %o2, 16, %o2 ! adjust remaining count
232 cmp %o2, 64 ! do we have < 64 bytes remaining
270 cmp %o2, 32 ! do we have < 32 bytes remaining
279 cmp %o2, 8 ! do we have < 8 bytes remaining
288 cmp %o2, 8 ! do we have < 8 bytes remaining
568 addcc %o2, 16, %o2 ! adjust remaining count
620 ! Currently, o2 is the actual count remaining
868 bne %ncc, 2f ! exactly 1 block remaining?
883 ! This is when there is exactly 1 block remaining and SRC is aligned
982 bne %ncc, 2f ! exactly 1 block remaining
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s201 addcc %o2, 16, %o2 ! adjust remaining count
256 cmp %o2, 64 ! do we have < 64 bytes remaining
293 cmp %o2, 32 ! do we have < 32 bytes remaining
302 cmp %o2, 8 ! do we have < 8 bytes remaining
311 cmp %o2, 8 ! do we have < 8 bytes remaining
586 addcc %o2, 16, %o2 ! adjust remaining count
637 ! Currently, o2 is the actual count remaining
894 bne %ncc, 2f ! exactly 1 block remaining?
909 ! This is when there is exactly 1 block remaining and SRC is aligned
1016 bne %ncc, 2f ! exactly 1 block remaining
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s196 ! Set the remaining doubles
232 ! Set the remaining bytes, if any
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s146 and %o2, 3, %o2 ! remaining bytes
230 b .bytcmp ! compare remaining bytes, if any
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c481 uint32_t base, size, lo, hi, win, off, remaining, i, n; local
543 remaining = mr.len;
545 while (remaining) {
552 n = min(remaining, MEMWIN2_APERTURE - off);
554 for (i = 0; i < n; i += 4, remaining -= 4)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c971 int remaining; local
980 for (remaining = size; remaining > 0; ) {
982 uint8_t *curbuf = &ucodep[size - remaining];
1023 remaining -= total_size;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c487 int remaining; local
493 remaining = sizeof (xbs->read_buffer) -
496 if (sizeof (*msg) + msg->len > remaining) {

Completed in 93 milliseconds

123