Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 71) sorted by relevance

123

/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_003_pos.ksh173 typeset -i expect=$1
181 if ((expect != 0)); then
185 if ((expect == 0)); then
202 typeset expect=${3:-0}
204 verify_expect $expect $CHG_USR_EXEC $user \
206 verify_expect $expect $CHG_USR_EXEC $user \
222 typeset expect=${3:-0}
225 verify_expect $expect $CHG_USR_EXEC $user \
227 verify_expect $expect $CHG_USR_EXEC $user \
236 typeset expect=${3:-0}
[all …]
H A Dcifs_attr_001_pos.ksh184 typeset expect="log_mustnot"
197 expect="log_must"
200 $expect $func $object $opt $user
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreadonly_001_pos.ksh94 expect="log_must"
97 expect="log_mustnot"
103 $expect $TOUCH $mtpt/$TESTFILE1
104 $expect $MKDIR -p $mtpt/$TESTDIR1
105 $expect eval "$ECHO 'y' | $RM $mtpt/$TESTFILE0"
106 $expect $RMDIR $mtpt/$TESTDIR0
108 if [[ $expect == "log_must" ]] ; then
116 $expect eval "$ECHO 'y' | $NEWFS \
/titanic_41/usr/src/cmd/tip/aculib/
H A Dv3451.c19 static int expect(char *);
47 if (!expect("READY")) { in v3451_dialer()
59 if (!expect("NUMBER?")) { in v3451_dialer()
69 if (!expect(phone)) { in v3451_dialer()
84 if (!expect("DIALING:")) { in v3451_dialer()
93 ok = expect("ON LINE"); in v3451_dialer()
129 expect(char *cp) in expect() function
/titanic_41/usr/src/cmd/mdb/test/
H A Dmtest.sh67 local expect base ext exe command odir res reason input
72 expect=${base%%.*}
75 [[ -z "$expect" ]] && fatal "found test without prefix: $name"
110 elif [[ "$expect" == "tst" && $res -ne 0 ]]; then
112 elif [[ "$expect" == "err" && $res -eq 0 ]]; then
/titanic_41/usr/src/cmd/bnu/
H A DDialers107 # "" expect nothing
109 # OK\r expect modem to reply OK
111 # OK\r expect modem to reply OK
116 # CONNECT expect "CONNECT" from modem when connected
129 # "" expect nothing
133 # \006 expect ACK from modem
135 # ed expect "ed" (actually "Answered")
151 # "" expect nothing
157 # ed expect "ed" (actually "Answered")
174 # "" expect nothing
[all …]
H A DSystems41 # in the format "[expect send] ...". The expect field
42 # may have subfields in the format "expect[-send-expect]".
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount.kshlib38 typeset -i expect=${4-0}
44 if (( expect == 0 )) ; then
56 if (( ret != expect)); then
H A Dzfs_unmount_002_pos.ksh60 typeset -i expect=${2-0}
72 "${dev[j]}" $expect
H A Dzfs_unmount_004_pos.ksh61 typeset -i expect=${2-0}
73 "${dev[j]}" $expect
H A Dzfs_unmount_003_pos.ksh61 typeset -i expect=${2-0}
74 "${dev[j]}" $expect
H A Dzfs_unmount_005_pos.ksh62 typeset -i expect=${2-0}
77 "${dev[j]}" $expect
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c147 uint_t sum, expect; in kdata_cksum() local
153 expect = descp->cpd_csum; in kdata_cksum()
156 expect = descp->cpd_usum; in kdata_cksum()
160 if (sum != expect) { in kdata_cksum()
163 expect, sum); in kdata_cksum()
H A Dcprboot.c159 usage(char *expect, char *got) in usage() argument
165 expect, got, prog, rsvp); in usage()
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_scan.c71 scan(tok_kind expect, token *tokp) in scan() argument
74 if (tokp->kind != expect) in scan()
75 expected1(expect); in scan()
130 peekscan(tok_kind expect, token *tokp) in peekscan() argument
133 if (tokp->kind == expect) { in peekscan()
/titanic_41/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)
/titanic_41/usr/src/data/zoneinfo/
H A Detcetera39 # even though this is the opposite of what many people expect.
40 # POSIX has positive signs west of Greenwich, but many people expect
43 # (i.e. west of Greenwich) even though many people would expect it to
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.c1078 x86pte_t expect = MAKEPTP(old->ht_pfn, old->ht_level); in unlink_ptp() local
1085 found = x86pte_cas(higher, entry, expect, 0); in unlink_ptp()
1091 if (found != expect && found != 0) in unlink_ptp()
1093 if (found != expect) in unlink_ptp()
1096 found, expect); in unlink_ptp()
2222 x86pte_t expect, in x86pte_inval() argument
2249 if (expect != 0 && (oldpte & PT_PADDR) != (expect & PT_PADDR)) in x86pte_inval()
2267 if (expect != 0 && (oldpte & PT_PADDR) != (expect & PT_PADDR)) in x86pte_inval()
2289 x86pte_t expect, in x86pte_update() argument
2301 found = CAS_PTE(ptep, expect, new); in x86pte_update()
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh278 typeset expect
289 expect=$prefix$status:deny
290 $ECHO $expect
/titanic_41/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.s59 movq %rax, %rsp / Set %rsp to what linkers expect
/titanic_41/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s59 movl %eax, %esp / Set %esp to what linkers expect
/titanic_41/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib107 typeset expect=$1
142 elif [[ -n $expect ]] ; then
143 $out | /usr/bin/grep -i "$expect" > /dev/null 2>&1
/titanic_41/usr/src/cmd/sgs/test/
H A DREADME19 expect to be given a path to the proto area.
/titanic_41/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
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c174 verifytag(struct tag *tp, uint32_t loc, struct tag *otp, int expect) in verifytag() argument
187 if (id > 9 && id < 256 || id > 266 || (expect > 0 && id != expect)) in verifytag()

123