Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 77) sorted by relevance

1234

/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Ddefault_capabs.c41 } checks[] = { in check_caps() local
46 for (uint_t i = 0; i < ARRAY_SIZE(checks); i++) { in check_caps()
47 const char *capname = vm_capability_type2name(checks[i].cap); in check_caps()
50 if (vm_get_capability(vcpu, checks[i].cap, &val) != 0) { in check_caps()
54 if (actual != checks[i].enabled) { in check_caps()
56 capname, actual, checks[i].enabled); in check_caps()
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh77 checks="etc etc/svc var var/svc"
78 for x in $checks; do
85 checks="lib/svc sbin/zonename usr/bin/chmod"
86 for x in $checks; do
/illumos-gate/usr/src/grub/grub-0.97/
H A Dacinclude.m41 dnl grub_ASM_USCORE checks if C symbols get an underscore after
184 dnl grub_CHECK_START_SYMBOL checks if start is automatically defined by
203 dnl grub_CHECK_USCORE_START_SYMBOL checks if _start is automatically
222 dnl grub_CHECK_USCORE_USCORE_BSS_START_SYMBOL checks if __bss_start is
241 dnl grub_CHECK_EDATA_SYMBOL checks if edata is automatically defined by the
260 dnl grub_CHECK_USCORE_EDATA_SYMBOL checks if _edata is automatically
279 dnl grub_CHECK_END_SYMBOL checks if end is automatically defined by the
298 dnl grub_CHECK_USCORE_END_SYMBOL checks if _end is automatically defined
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c824 register unsigned long checks; local
862 if ((checks = sum_chkprinter(
871 if ((checks & PCK_CPI) && cpi_f)
874 if ((checks & PCK_LPI) && lpi_f)
877 if ((checks & PCK_WIDTH) && width_f)
880 if ((checks & PCK_LENGTH) && length_f)
883 if ((checks & PCK_CHARSET) && formbuf.chset) {
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py239 checks = {} variable
249 checks[name] = (fn, gen)
501 (cmd, gen) = checks[check]
519 "%-11s %s" % (c, checks[c][0].__doc__),
544 if arg not in checks:
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.crlf1 # checks whether lines with crlf are parsed ok
/illumos-gate/usr/src/
H A DMakefile.smatch30 SMATCH_ARGS += --fatal-checks
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE9 10-05-28 dllcheck.c: add dllcheck() to do plugin_version() checks
27 02-11-18 dllfind.c: add path,size args (with backwards compatibility checks)
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DRELEASE4 06-10-11 add sfstruse() error checks
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.S54 ! If it is not, it attempts to align it and then checks the
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DRELEASE4 08-05-01 sumlib.c: add some -lmd verification checks
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A DREADME.illumos18 This function has a smatch error. It checks for:
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.dfl31 # checks described in getusershell(3C) apply either way.
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c726 uint8_t checks = 3; in des23_keycheck() local
734 checks = 2; in des23_keycheck()
745 for (j = 0; j < checks; j++) { in des23_keycheck()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib140 # checks first disk to determine slice prefix.
169 # checks first disk to determine device directory
247 # First checks state of disk. Test will fail if disk is not properly onlined
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md26 an actual test wrapper that just checks the values of the
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE40 10-01-26 tail.c: -f sleep(1) only if no progress from last round of checks
62 09-06-19 mktemp.c: --unsafe now checks and prints path but does create
108 07-07-27 wclib.c: bias <wchar.h> checks for modern unix
145 06-10-11 chgrp.c,cp.c: add sfstruse() error checks
293 98-03-11 cat,cp,rev,tee: fix sfmove() error checks
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME21 goes through and checks the CTF for various aspects. Due to the fact
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE20 12-02-29 package.sh: fix ksh vs -lcmd compatibility checks
88 09-11-11 package.sh: re-order and combine cc checks
92 09-10-06 package.sh: stub in ar intercept checks -- not used yet
230 package.sh: add more pdksh => /bin/sh checks
247 05-08-18 package.sh: 'package host cpu' now checks $NPROC first
476 03-03-19 package.sh: add registry checks for `host cpu'
515 02-11-28 probe.win32: add C++ and -I- CC.DIALECT checks
516 02-11-26 package.sh: package release now checks for second level files
638 01-10-30 package.sh: make action skeleton view now checks subdirs
747 package.sh: relax checkaout checks for non-owners
[all …]
/illumos-gate/usr/src/tools/
H A DREADME.tools80 checks ELF attributes used by ELF dynamic objects in the proto area.
108 checks C source for compliance with OS/Net guidelines.
151 checks headers for compliance with OS/Net standards (form, includes,
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat-setup63 IP Filter will always translate addresses in a packet _BEFORE_ it checks its
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE27 07-03-11 add -D-Y pp:pedantic, PP_WARN macro formal parenthesis checks
136 01-02-07 ppcall.c: fix stack inequality checks
194 98-10-20 pplex: a few more (HOSTED|RELAX) checks
206 ppcall: fix macro actual arg error checks
436 90-03-20 add <prefix>cpp checks to ppprobe
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE456 06-10-11 add sfstruse()/sfstropen() error checks
629 astmath.c: add { frexpl ldexpl } checks for ast.req
675 vmalloc: -g: export VMCHECK=1 enable malloc/free checks
714 03-09-17 regcomp.c: add pedantic backref error checks
731 03-08-11 string/fmtesc.c: fix optional quoting checks
1182 strto[ln][ll]: add overflow checks
1201 01-02-22 pathprobe: reprobe test now checks probe.ini too
1351 features/fs: add __RENAME checks for stat familiy (netbsd)
1653 96-01-22 add regcomp env.paren overflow checks
1718 _lib_utime_now checks utime(path,0)
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c871 int checks = 10000; in serial_putchar() local
873 while (((inb(port + LSR) & XHRE) == 0) && checks--) in serial_putchar()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A DREADME65 between the pre-processor value and it. Only strict equality checks

1234