Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 17 of 17) sorted by relevance

/titanic_51/usr/src/cmd/rpcgen/
H A Drpc_scan.c71 scan(tok_kind expect, token *tokp) in scan() argument
130 peekscan(tok_kind expect, token *tokp) in peekscan() argument
/titanic_51/usr/src/cmd/tip/aculib/
H A Dv3451.c129 expect(char *cp) in expect() function
/titanic_51/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
/titanic_51/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c113 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
115 #define expect(expr, value) (expr) macro
/titanic_51/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c147 uint_t sum, expect; in kdata_cksum() local
H A Dcprboot.c159 usage(char *expect, char *got) in usage() argument
/titanic_51/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
/titanic_51/usr/src/uts/i86pc/vm/
H A Dhtable.c1093 x86pte_t expect = MAKEPTP(old->ht_pfn, old->ht_level); in unlink_ptp() local
2237 x86pte_t expect, in x86pte_inval() argument
2304 x86pte_update(htable_t * ht,uint_t entry,x86pte_t expect,x86pte_t new) x86pte_update() argument
[all...]
/titanic_51/usr/src/common/ficl/softcore/
H A Dlz4.c262 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
264 #define expect(expr, value) (expr) macro
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dlz4.c279 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
281 #define expect(expr, value) (expr) macro
/titanic_51/usr/src/lib/libnsl/dial/
H A Dconn.c422 expect(char *str, int fn) in expect() function
/titanic_51/usr/src/lib/efcode/engine/
H A Denv.c173 expect(fcode_env_t *env) in expect() function
/titanic_51/usr/src/cmd/bnu/
H A Dconn.c622 expect(str, fn) in expect() function
/titanic_51/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h328 http_status_t expect; /* Expect: header */ member
/titanic_51/usr/src/uts/common/io/kb8042/
H A Dkb8042.c297 kb8042_send_and_expect(struct kb8042 *kb8042, uint8_t send, uint8_t expect, in kb8042_send_and_expect() argument
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c905 char *expect; local
[all...]
/titanic_51/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c451 warn_mismatch(char *desc, char *src, int expect, int assigned) in warn_mismatch() argument