/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_signed.c | 95 sval_t known; in cap_gt_zero_and_lt() local 99 if (!get_value(expr->right, &known) || known.value != 0) in cap_gt_zero_and_lt() 143 sval_t known; in cap_lt_zero_or_gt() local 147 if (!get_value(expr->right, &known) || known.value != 0) in cap_lt_zero_or_gt() 203 sval_t known; in compare_against_macro() local 208 if (!get_value(expr->right, &known) || known.value != 0) in compare_against_macro() 215 sval_t known; in print_unsigned_never_less_than_zero() local 221 if (!get_value(expr->right, &known) || known.value != 0) in print_unsigned_never_less_than_zero() 233 sval_t known; in match_condition() local 264 if (get_value(expr->left, &known)) { in match_condition() [all …]
|
H A D | smatch_bits.c | 247 sval_t known; in get_bit_info() local 251 if (get_implied_value(expr, &known)) in get_bit_info() 252 return alloc_bit_info(known.value, known.value); in get_bit_info()
|
H A D | smatch_extra.c | 2015 static sval_t get_high_mask(sval_t known) in get_high_mask() argument 2020 ret = known; in get_high_mask() 2023 for (i = type_bits(known.type) - 1; i >= 0; i--) { in get_high_mask() 2024 if (known.uvalue & (1ULL << i)) in get_high_mask() 2078 static void handle_AND_op(struct expression *var, sval_t known) in handle_AND_op() argument 2084 sval_t low_mask = known; in handle_AND_op() 2090 if (known.value > 0) { in handle_AND_op() 2091 bit = ffsll(known.value) - 1; in handle_AND_op() 2093 true_rl = remove_range(orig_rl, sval_type_val(known.type, 0), low_mask); in handle_AND_op() 2095 high_mask = get_high_mask(known); in handle_AND_op() [all …]
|
H A D | check_debug.c | 121 int known = 0; in match_print_known() local 126 known = 1; in match_print_known() 131 …sm_msg("known: '%s' = '%s'. implied = '%s'", name, known ? sval_to_str(sval) : "<unknown>", show_… in match_print_known()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acache.c | 81 if ((ap->known & acc) == acc) { in nfs4_access_check() 125 nap->known = acc; in nfs4_access_cache() 139 ap->known |= acc; in nfs4_access_cache()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge.conf | 152 bge-known-subsystems = 0x108e1647,
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/amd_opteron/ |
H A D | ao.c | 331 int known = desc != NULL; in ao_mci_ctlmask_common() local 334 if (known) in ao_mci_ctlmask_common()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | rsend.kshlib | 689 typeset flag known derived=0 691 known=${feature[$flag]} 692 [[ -z $known ]] && log_fail "Unknown feature: $flag" 695 [[ $derived = $known ]] || return 1
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | shdr.msg | 79 as a section name. section can be one of the well known SHN_\n\ 84 as a section name. section can be one of the well known SHT_\n\ 100 known SHT_ symbolic constants, or any integer.\n" 111 interpreted as an integer, or one of the well known SHN_\n\ 115 interpreted as an integer, or one of the well known SHT_\n\ 162 or one of the well known SHT_ symbolic constant names.\n"
|
H A D | sym.msg | 123 as a section name. section can be one of the well known SHN_\n\ 127 as a section name. section can be one of the well known SHT_\n\ 170 and is interpreted as an integer, or one of the well known\n\ 174 and is interpreted as an integer, or one of the well known\n\
|
/illumos-gate/usr/src/lib/libmd/amd64/capabilities/ |
H A D | sha.cap | 26 # known.
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cb_srt0.S | 90 ! Set pstate to a known state:
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | arm64-detecting-tagged-addresses.txt | 16 Untagged variables are detected by looking for hard-coded known struct 17 members (such as vm_start, vm_end and addr_limit) and hard-coded known 20 have been assigned from these known untagged variables, though this
|
H A D | test-suite.rst | 66 ``check-known-to-fail`` 68 Mark the test as being known to fail.
|
/illumos-gate/usr/src/lib/libnwam/ |
H A D | README | 68 Known WiFi Networks (known WLANs): units that specify configuration 69 data associated with known WiFi access points that the user visits. If 70 a WLAN found by scanning is one of the known WLANs, NWAM will automatically 71 connect. Priorities associated with known WLANs can also be manipulated 407 For known WLAN entities: 451 Like ENMs, each known WLAN has a set of properties associated with it. 456 select a WLAN (and possibly add it to the known WLAN list) or set a WLAN
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
H A D | lc | 27 currentdict /bvbbox known not {/bvbbox [0 0 0 0 0 0 0] def} if
|
H A D | lf | 27 currentdict /bvbbox known not {/bvbbox [0 0 0 0 0 0 0] def} if
|
H A D | rc | 27 currentdict /bvbbox known not {/bvbbox [0 0 0 0 0 0 0] def} if
|
H A D | rf | 27 currentdict /bvbbox known not {/bvbbox [0 0 0 0 0 0 0] def} if
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | README | 40 known issues with the tests:
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecalgs | 32 ## NOTE: Some protocol numbers are well-known and defined in <netdb.h>
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | aliases | 52 # Well-known aliases.
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/ |
H A D | inetinit.dfl | 49 # with 6to4 Relay Routers. 192.88.99.1 is the well-known 6to4 Relay Router
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 58 … c0t0d1 FAULTED 0 0 0 cannot open\n\nerrors: No known data errors\n\n\nD… 74 …c0t0d1 FAULTED 0 0 0 cannot open\n\nerrors: No known data errors\n\n\nI… 90 …0t0d1 FAULTED 0 0 0 corrupted data\n\nerrors: No known data errors\n\n\nI… 106 …a\n c0t0d1 ONLINE 0 0 0\n\nerrors: No known data errors\n\n\nT… 122 …evice\n c0t0d0 ONLINE\n\n Additional devices are known to be part of this… 170 …known data errors\n\n\nFind the device with a non-zero error count for READ, WRITE, or CKSUM.\nThi… 186 …0\n c0t0d1 ONLINE 0 0 0\n\nerrors: No known errors\n\n\nThe po…
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 220 "Use the \"lpstat -c all\" command to list\nall known classes." 223 "Use the \"lpstat -p all\" command to list\nall known printers." 226 "Use the \"lpstat -f all\" command to list\nall known forms." 513 …f the form/character\nset name. Use the lpstat -f -S command\nto list all known forms and characte… 639 …"The printer type must be known:\n* to set default cpi, lpi, length, width\n* to define character … 654 "Use the command\n ls /usr/lib/lp/model\nto find the list of known models." 794 "Use the \"lpsystem -l\" command to list\nall known systems." 858 "to find the list of known printer ppd definitions." 954 …"Check the name again; use the\n\"lpstat -S all\" command to get a list of\nall known character se…
|