Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.h.in18 /* Define to 1 if you have the <curses.h> header file. */
27 /* Define to 1 if you have the <inttypes.h> header file. */
30 /* Define if you have a curses library */
33 /* Define to 1 if you have the <memory.h> header file. */
39 /* Define to 1 if you have the <ncurses.h> header file. */
48 /* Define to 1 if you have the <stdint.h> header file. */
51 /* Define to 1 if you have the <stdlib.h> header file. */
54 /* Define to 1 if you have the <strings.h> header file. */
57 /* Define to 1 if you have the <string.h> header file. */
66 /* Define to 1 if you have the <unistd.h> header file. */
[all …]
H A DTODO9 Reported bugs generally have top priority.
11 but don't really impede things) have lower priority.
55 * Port the script ``grub-install'' to OpenBSD. At least you will have to
72 partition. (We already have the code, but need an approval by an
92 BIOSes which have bootable-CDROM support (so you may use the "Bootable
/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c128 have = strm->avail_in; \
139 strm->avail_in = have; \
155 if (have == 0) { \
157 if (have == 0) { \
170 have--; \
336 if (copy > have) copy = have; in inflateBack()
339 have -= copy; in inflateBack()
368 state->have = 0; in inflateBack()
374 while (state->have < 19) in inflateBack()
389 state->have = 0; in inflateBack()
[all …]
H A Dinflate.c492 have--; \
633 in = have; in inflate()
744 if (copy > have) copy = have; in inflate()
778 have -= copy; in inflate()
800 have -= copy; in inflate()
900 if (copy > have) copy = have; in inflate()
930 state->have = 0; in inflate()
952 state->have = 0; in inflate()
1381 got = *have; in syncsearch()
1392 *have = got; in syncsearch()
[all …]
H A Ddeflate.c1697 unsigned len, left, have, last = 0; local
1709 have = s->strm->avail_out - have;
1713 if (len > have)
1816 have = s->window_size - s->strstart;
1828 if (have > s->strm->avail_in)
1829 have = s->strm->avail_in;
1830 if (have) {
1832 s->strstart += have;
1845 have = MIN(s->pending_buf_size - have, MAX_STORED);
1846 min_block = MIN(have, s->w_size);
[all …]
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Drstat_simple.c45 int32_t have; local
49 xdr_int, (char *) &have, (char *) NULL) != 0)
52 return (have);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos7 # A full copy of the text of the CDDL should have accompanied this
19 maintenance and the adding of new devices easier in illumos, we have gone
28 and igb_osdep.c. It's important that they have different names and not be called
33 We have a few differences from the common version of the FreeBSD code that exist
34 so that we can both gather firmware information and that have workarounds for
39 introduced with the I350 family of parts in the igb driver. However, there have
41 until tests have proven that there are no longer problems.
50 Due to several changes that have been made to the core e1000 code in
105 driver. Another potential option which may prove to have less value is to take
106 all of the gld and ddi logic and have one driver export that leaving e1000g and
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ9 have multiple front ends and back ends, but they all have to be part
26 would have to re-parse the whole thing and would have to have its
42 they want to have a proprietary back-end, that's ok by me too. It's
52 won't have any types, and you can't use them.
55 rather than just assuming they have type "int".
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c904 int rv, cur_buf, left, have, tpcnt; in child_copy() local
922 have = (left < Out.f_bsize) ? left : Out.f_bsize; in child_copy()
928 have = (tpcnt < have) ? tpcnt : have; in child_copy()
931 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < in child_copy()
961 int rv, left, have, tpcnt, cur_buf; in parent_copy() local
995 have = (tpcnt < have) ? tpcnt : have; in parent_copy()
1047 int rv, left, have, tpcnt = 1, xfer_cnt = Fs * BLKSIZ; in copy() local
1065 have = (tpcnt < have) ? tpcnt : have; in copy()
1088 have = (left < Out.f_bsize) ? left : Out.f_bsize; in copy()
1094 have = (tpcnt < have) ? tpcnt : have; in copy()
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat-setup10 For example, your internal interface might have an IP# of 10.1.1.1 and be
30 When you're connected to the Internet, you will either have a block of IP
32 single IP address, i.e. with dialup PPP. If you have a block of addresses
33 assigned, these can be used to create either a 1:1 mapping (if you have
35 addresses map to a single IP address and unless you have enough Internet
39 For an N:1 situation, you might have:
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs9 # A full copy of the text of the CDDL should have accompanied this
25 maintenance policy, the modifications that have been made to it, and how it
37 nice-to-have, but not required for channel programs to be well-supported. As
50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
53 neither of these make sense from inside channel programs. We have removed
57 return meaningful error codes to userland. We have customized the Lua
70 Each of these modifications have been tested in the zfs-test suite. If / when
/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A Dexecvpe-noperm7 # A full copy of the text of the CDDL should have accompanied this
17 # This file does not have a #! and that must be kept that way. The point of this
20 # to the shell execution, which is why we have the exit 0.
/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 to say bad things about the documents published by some of my friends
/illumos-gate/usr/src/pkg/transforms/
H A Dglobal_zone_only_component30 # to appear primarily in the global zone, but which may have some small
41 # You may well have other actions which you wish to appear in all zones.
59 # We have a problem to solve here: To make an action appear in all zones,
60 # it should have *no* variant.opensolaris.zone attribute. So it's a bit
64 # which have no variant.opensolaris.zone attribute to be
67 # variant.opensolaris.zone=__NODEFAULT. Additionally we have some rules
/illumos-gate/usr/src/cmd/fm/dicts/
H A DFMD.po108 msgstr "All faults associated with an event id have been addressed.\n Refer to %s for more informa…
110 msgstr "Some system components offlined because of the original fault may have been brought back on…
112 msgstr "Performance degradation of the system due to the original fault may have been recovered."
124 msgstr "Some faults associated with an event id have been addressed.\n Refer to %s for more inform…
126 msgstr "Some system components offlined because of the original fault may have been brought back on…
128 msgstr "Performance degradation of the system due to the original fault may have been recovered."
140 msgstr "All faults associated with an event id have been addressed.\n Refer to %s for more informa…
142 msgstr "All system components offlined because of the original fault have been brought back online."
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c352 size_t have; in s_read_to_eof() local
360 have = to->end - to->ptr; in s_read_to_eof()
361 if (have < 4096UL) in s_read_to_eof()
365 have = to->end - to->ptr; in s_read_to_eof()
366 got = fread(to->ptr, (size_t)1, have, fp); in s_read_to_eof()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY6 I have not include cases that are clearly bugs in ksh-88. I also have
29 the output format for set, typeset and alias now have single
30 quotes around values that have special characters. The output
54 Thus, with ksh-93, if you have the current directory first
55 in your PATH, and you have a program named test in your
80 17. The POSIX standard requires that test "$arg" have exit status
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc7 * A full copy of the text of the CDDL should have accompanied this
25 * They must always have a string property "error", set to one of the
28 * As well as "error", they must have both the "port_index" and "txr_index"
100 * have difficulty telling the difference between it and "whitelist".
102 * If you want this for a pcifn driver rather than pciexfn, you'll have to
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos7 # A full copy of the text of the CDDL should have accompanied this
26 directly; however, a few have slightly different names. The following
33 Next you need to copy the country tab and the zone tab files. These have
66 Specifically, if you have a line in the form of:
82 file entries. The update_manifest script will take care of files which have
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2655 have--; \
2803 in = have;
2902 if (copy > have) copy = have;
2934 have -= copy;
3042 if (copy > have) copy = have;
3072 state->have = 0;
3093 state->have = 0;
3461 unsigned FAR *have; in syncsearch()
3468 got = *have;
3479 *have = got;
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.ignore_side_effects4 * Most of these have intentional side effects.
5 * Some of them like put_user() and friends, have side effects when __CHECKER__
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A DREADME.illumos7 # A full copy of the text of the CDDL should have accompanied this
16 The following illumos changes have further modified the common code:
/illumos-gate/usr/src/lib/librstp/common/
H A DChangeLog23 - - Defaults for 'bridge' and 'ports' configuration have
39 - have been changed
42 - - All per Port variables have been moved from the State
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_lease.c774 uint32_t have, want; /* lease flags */ in smb2_lease_acquire() local
832 have = lease->ls_state & CACHE_RWH; in smb2_lease_acquire()
834 if ((have & ~want) != 0 || lease->ls_breaking) { in smb2_lease_acquire()
835 op->op_oplock_state = have | in smb2_lease_acquire()
879 if (have != 0) { in smb2_lease_acquire()
880 op->op_oplock_state = have | in smb2_lease_acquire()
898 if ((want & ~have) == 0) in smb2_lease_acquire()
924 if ((want & ~have) == 0) in smb2_lease_acquire()
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME7 # A full copy of the text of the CDDL should have accompanied this
19 Historically, kernel modules have all been built as relocatable objects.
39 * These mapfiles do not hide symbols! Library mapfiles always have
55 have the public interfaces provided by modules and thus should not

12345678910>>...38