Searched defs:errdef (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h39 struct bofi_errdef errdef; member in struct:bofi_errent
79 struct bofi_link *link; /* errdef chain */
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c140 * be to only perform an access check errdef but not to corrupt writes - this
178 * as errdefs). An errdef corresponds to a specification of how to corrupt a
181 * arguments define a consistent errdef, the th_define process will store the
182 * errdef with the bofi driver and suspend itself until the criteria given by
183 * the errdef become satisfied (in practice, this will occur when the access
186 * When the resulting errdef is activated using the th_manage(1M) user command
187 * utility, the bofi driver will act upon the errdef by matching the number of
649 * and finally an access check errdef
905 * remove access that do not match the requested log -> errdef policy
1232 struct bofi_errdef *errdef, /* returne
1231 add_edef(int fd, struct bofi_errdef *errdef, struct bofi_errstate *errstate, struct handle_info *hdl, struct bofi_errdef *edp) argument
1286 collect_state(int fd, int cmd, struct bofi_errstate *errstate, struct bofi_errdef *errdef, char *devpath) argument
2029 struct bofi_errdef errdef = { local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c916 struct bofi_errdef errdef; local
954 errdef.namesize = errdef_32.namesize;
955 (void) strncpy(errdef.name, errdef_32.name, NAMESIZE);
956 errdef.instance = errdef_32.instance;
957 errdef.rnumber = errdef_32.rnumber;
958 errdef.offset = errdef_32.offset;
959 errdef.len = errdef_32.len;
960 errdef.access_type = errdef_32.access_type;
961 errdef.access_count = errdef_32.access_count;
962 errdef
[all...]

Completed in 52 milliseconds