Searched refs:have (Results 1 - 25 of 89) sorted by relevance

1234

/illumos-gate/usr/src/lib/librpcsvc/common/
H A Drstat_simple.c46 int32_t have; local
50 xdr_int, (char *) &have, (char *) NULL) != 0)
53 return (have);
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzread.c23 local int gz_load(state, buf, len, have)
27 unsigned *have;
31 *have = 0;
33 ret = read(state->fd, buf + *have, len - *have);
36 *have += ret;
37 } while (*have < len);
80 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
152 state->x.have = 0;
162 state->x.have
[all...]
H A Dinfback.c133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
[all...]
H A Dinflate.c101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
464 have = strm->avail_in; \
475 strm->avail_in = have; \
491 if (have == 0) goto inf_leave; \
492 have--; \
566 would all have to actually be part of the saved state in case NEEDBITS()
612 unsigned have, left; /* available input and output */ local
635 in = have;
736 if (copy > have) copy = have;
[all...]
H A Dgzwrite.c78 unsigned have; local
103 have = (unsigned)(strm->next_out - state->x.next);
104 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
105 (unsigned)got != have)) {
117 have = strm->avail_out;
124 have -= strm->avail_out;
125 } while (have);
213 unsigned have, copy; local
217 have
252 unsigned have; local
[all...]
H A Dinflate.h114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
H A Dgzlib.c81 state->x.have = 0; /* no output data available */
84 state->past = 0; /* have not read past end yet */
399 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
402 state->x.have = 0;
425 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
426 (unsigned)offset : state->x.have;
427 state->x.have -= n;
590 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
592 state->x.have
[all...]
/illumos-gate/usr/src/cmd/mvdir/
H A Dmvdir.sh85 echo arguments have common path >&2
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
415 have = strm->avail_in; \
426 strm->avail_in = have; \
442 if (have == 0) goto inf_leave; \
443 have--; \
522 would all have to actually be part of the saved state in case NEEDBITS()
568 unsigned have, left; /* available input and output */ local
591 in = have;
694 if (copy > have) copy = have;
[all...]
H A Dinflate.h112 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c354 size_t have; local
362 have = to->end - to->ptr;
363 if (have < 4096UL)
367 have = to->end - to->ptr;
368 got = fread(to->ptr, (size_t)1, have, fp);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt54 somewhere? I *have* searched the specs and Hale's HIW docs and
58 Even assertions in the specs seem to be ignored; I have a drive for
71 with what the BIOS and the drive have figured out unless it
88 >somewhere? I *have* searched the specs and Hale's HIW docs and
92 >Even assertions in the specs seem to be ignored; I have a drive for
97 "broken". Warning: some older drives have words 57:58 in big endian
104 If you have no need to use CHS mode, then just ignore words 1, 3, 6 and
145 You don't have much choice but to assume that [1]*[3]*[6] is the
163 have a CHS translation that matches the CHS translation that was used in
165 have t
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s47 bgu ovbc ! if size is bigger, have do overlapped copy
70 stb %i4, [%i0] ! have to do bytes,
H A Dmemcpy.s77 stb %o4, [%o0] ! have to do bytes,
H A Dstrcmp.s58 ! In this case, we have multiple routines depending upon the
H A Dsync_instruction_memory.s63 ! when we get here, we have executed 3 instructions after the
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s47 bgu %xcc, ovbc ! if size is bigger, have to do overlapped copy
70 stb %i4, [%i0] ! have to do bytes,
H A Dmemcpy.s81 stb %o4, [%g5] ! have to do bytes,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s123 ! It is very important to have a thread pointer and a cpu struct
130 ! we don't have the cache on yet for this CPU.
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c906 int rv, cur_buf, left, have, tpcnt; local
924 have = (left < Out.f_bsize) ? left : Out.f_bsize;
930 have = (tpcnt < have) ? tpcnt : have;
933 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) <
963 int rv, left, have, tpcnt, cur_buf; local
986 have = (xfer_cnt < In.f_bsize) ? xfer_cnt : In.f_bsize;
997 have = (tpcnt < have)
1049 int rv, left, have, tpcnt = 1, xfer_cnt = Fs * BLKSIZ; local
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s64 sth %o4, [%g5] ! have to do 2-bytes,
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c264 if (val > 255) { /* have two digits */
288 unsigned have; local
311 in = h2b(hex, &have); assert(in != NULL);
312 if (step == 0 || step > have)
313 step = have;
315 have -= step;
338 have += strm.avail_in;
339 strm.avail_in = step > have ? have : step;
340 have
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh47 /* We have no reliable way to test msgsize */
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dio.c72 ber_uint_t need, have, total; local
79 have = have_bytes / EXBUFSIZ;
81 total = have * EXBUFSIZ + need * EXBUFSIZ;
299 * format modifiers have not been properly matched can result in a
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s114 ! Start up routines -- the aout_start will have a pointer in %o0 that we'll
121 ! Create a stack frame, perform PIC set up. If we're a "normal" start, we have
177 ! target program (normal), or if return value of _setup is "0" we have

Completed in 71 milliseconds

1234