Home
last modified time | relevance | path

Searched refs:fetchstore_error (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/tests/modules/ufetchstore/
H A Dufetchstore_tester.c50 args->fetchstore_error = ufetch_8(uaddr, &args->val8); in test_ufetch()
53 args->fetchstore_error = ufetch_16(uaddr, &args->val16); in test_ufetch()
56 args->fetchstore_error = ufetch_32(uaddr, &args->val32); in test_ufetch()
60 args->fetchstore_error = ufetch_64(uaddr, &args->val64); in test_ufetch()
77 args->fetchstore_error = ustore_8(uaddr, args->val8); in test_ustore()
80 args->fetchstore_error = ustore_16(uaddr, args->val16); in test_ustore()
83 args->fetchstore_error = ustore_32(uaddr, args->val32); in test_ustore()
87 args->fetchstore_error = ustore_64(uaddr, args->val64); in test_ustore()
104 args->fetchstore_error = ucas_32(uaddr, in test_ucas()
109 args->fetchstore_error = ucas_64(uaddr, in test_ucas()
[all …]
H A Dt_ufetchstore.c138 args->fetchstore_error = EBADF; /* poison */ in do_sysctl()
166 return args.fetchstore_error; in do_ufetch_8()
180 return args.fetchstore_error; in do_ufetch_16()
194 return args.fetchstore_error; in do_ufetch_32()
209 return args.fetchstore_error; in do_ufetch_64()
224 return args.fetchstore_error; in do_ustore_8()
238 return args.fetchstore_error; in do_ustore_16()
252 return args.fetchstore_error; in do_ustore_32()
267 return args.fetchstore_error; in do_ustore_64()
284 return args.fetchstore_error; in do_ucas_32()
[all …]
H A Dcommon.h43 int fetchstore_error; member
/netbsd-src/tests/modules/
H A Dt_ufetchstore.c138 args->fetchstore_error = EBADF; /* poison */ in do_sysctl()
166 return args.fetchstore_error; in do_ufetch_8()
180 return args.fetchstore_error; in do_ufetch_16()
194 return args.fetchstore_error; in do_ufetch_32()
209 return args.fetchstore_error; in do_ufetch_64()
224 return args.fetchstore_error; in do_ustore_8()
238 return args.fetchstore_error; in do_ustore_16()
252 return args.fetchstore_error; in do_ustore_32()
267 return args.fetchstore_error; in do_ustore_64()
284 return args.fetchstore_error; in do_ucas_32()
[all …]