Home
last modified time | relevance | path

Searched refs:expect (Results 26 – 50 of 94) sorted by relevance

1234

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_zonecfg.sh47 expect=$2
67 grep -q "$expect" out.$$
71 echo " $expect"
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c106 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
108 #define expect(expr, value) (expr) macro
111 #define likely(expr) expect((expr) != 0, 1)
112 #define unlikely(expr) expect((expr) != 0, 0)
/illumos-gate/usr/src/test/util-tests/tests/libcustr/
H A Dcustr_remove.c24 expect(const char *var, custr_t *cu, const char *str, const char *file, in expect() function
38 #define EXPECT(_cu, _str) expect(#_cu, _cu, _str, __FILE__, __LINE__)
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/
H A Dfexecve_test.c39 forkit(char *msg, const char *expect, void (*postfn)(void)) in forkit() argument
109 if (strcmp(ptr, expect) != 0) { in forkit()
110 test_failed(t, "[%s] != [%s]", ptr, expect); in forkit()
/illumos-gate/usr/src/data/zoneinfo/
H A Detcetera38 # even though this is the opposite of what many people expect.
39 # POSIX has positive signs west of Greenwich, but many people expect
42 # (i.e. west of Greenwich) even though many people would expect it to
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c1098 x86pte_t expect = MAKEPTP(old->ht_pfn, old->ht_level); in unlink_ptp() local
1105 found = x86pte_cas(higher, entry, expect, 0); in unlink_ptp()
1111 if (found != expect && found != 0) in unlink_ptp()
1113 if (found != expect) in unlink_ptp()
1116 found, expect); in unlink_ptp()
2207 x86pte_t expect, in x86pte_inval() argument
2234 if (expect != 0 && (oldpte & PT_PADDR) != (expect & PT_PADDR)) in x86pte_inval()
2252 if (expect != 0 && (oldpte & PT_PADDR) != (expect & PT_PADDR)) in x86pte_inval()
2274 x86pte_t expect, in x86pte_update() argument
2286 found = CAS_PTE(ptep, expect, new); in x86pte_update()
[all …]
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib94 typeset expect=$1
123 $out | grep -i "$expect" > /dev/null 2>&1
182 typeset expect=$1
217 elif [[ -n $expect ]] ; then
218 $out | /usr/bin/grep -i "$expect" > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh260 typeset expect
271 expect=$prefix$status:deny
272 echo $expect
/illumos-gate/usr/src/test/smbclient-tests/cmd/scripts/
H A Dsmbutil.exp39 expect {
/illumos-gate/usr/src/test/smbclient-tests/doc/
H A DREADME60 - Install the "expect" package
62 # pkg install shell/expect
124 pkg install shell/expect
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.S59 movq %rax, %rsp / Set %rsp to what linkers expect
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.S59 movl %eax, %esp / Set %esp to what linkers expect
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslparser.y211 %expect 124
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.expects_err_ptr1 // list of functions which expect an ERR_PTR.
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c159 usage(char *expect, char *got) in usage() argument
165 expect, got, prog, rsvp); in usage()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c50 fail(int line, int r, char const *expect, char const *test) in fail() argument
55 line, r, expect, test); in fail()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dio.sh505 expect="xxx"
506 [[ "$actual" = "$expect" ]] || err_exit "<>; does not truncate files - $expect - $actual"
/illumos-gate/usr/src/cmd/sgs/test/
H A DREADME19 expect to be given a path to the proto area.
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c47 static int expect(char *, int);
389 ok = expect(want, fn); in chat()
422 expect(char *str, int fn) in expect() function
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c308 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
310 #define expect(expr, value) (expr) macro
314 #define likely(expr) expect((expr) != 0, 1)
318 #define unlikely(expr) expect((expr) != 0, 0)
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c172 verifytag(struct tag *tp, uint32_t loc, struct tag *otp, int expect) in verifytag() argument
185 if (id > 9 && id < 256 || id > 266 || (expect > 0 && id != expect)) in verifytag()
/illumos-gate/usr/src/lib/libjedec/common/
H A Dlibjedec_spd.c528 const uint16_t expect = si->si_data[off + len - 2] | in spd_parse_crc() local
543 if (crc == expect) { in spd_parse_crc()
547 "expected 0x%x, found 0x%x", expect, crc); in spd_parse_crc()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_multi_raidz.ksh138 typeset vbs vol refres refres1 refres2 expect
/illumos-gate/exception_lists/
H A Dpackaging.deps33 pkg:/shell/expect
/illumos-gate/
H A DREADME.md37 [CDDL](https://illumos.org/license/CDDL) and we expect new code will generally

1234