Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dbofi_impl.h39 struct bofi_errdef errdef;
H A Dbofi.h108 struct bofi_errdef { struct
/titanic_50/usr/src/cmd/th_tools/
H A Dth_define.c79 struct bofi_errdef ed; /* definition of the log criteria */
481 struct bofi_errdef *edp, in define_one_error()
512 define_op_err(FILE *fp, int *ecnt, struct bofi_errdef *edp, in define_op_err()
666 define_nerrs(int fd, FILE *fp, int *ecnt, struct bofi_errdef *edp, in define_nerrs()
1052 log2errdefs(int fd, struct bofi_errdef *edp, struct acc_log *log, in log2errdefs()
1232 struct bofi_errdef *errdef, /* returned access criteria */ in add_edef()
1235 struct bofi_errdef *edp) /* requested access criteria */ in add_edef()
1288 struct bofi_errdef *errdef, in collect_state()
1748 test_driver(struct bofi_errdef *edp, in test_driver()
2029 struct bofi_errdef errdef = { in main()
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c152 static int bofi_errdef_alloc(struct bofi_errdef *, char *,
916 struct bofi_errdef errdef; in bofi_ioctl()
979 sizeof (struct bofi_errdef), mode)) in bofi_ioctl()
985 sizeof (struct bofi_errdef), mode) != 0) in bofi_ioctl()
1076 sizeof (struct bofi_errdef), mode) != 0) { in bofi_ioctl()
1086 sizeof (struct bofi_errdef), mode) != 0) { in bofi_ioctl()
1732 bofi_errdef_alloc(struct bofi_errdef *errdefp, char *namep, in bofi_errdef_alloc()
1949 struct bofi_errdef *edp = (struct bofi_errdef *)arg; in bofi_signal()
2249 struct bofi_errdef *edp = &(ep->errdef); in log_acc_event()