Home
last modified time | relevance | path

Searched refs:kdb_dbbe (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_kdb.c60 struct kdb_dbbe *kdb_dbbe = NULL; variable
157 struct kdb_dbbe **iter; in kdb_sysctl_available()
177 if (kdb_dbbe != NULL) in kdb_sysctl_current()
178 strlcpy(buf, kdb_dbbe->dbbe_name, sizeof(buf)); in kdb_sysctl_current()
442 if (kdb_dbbe != NULL && kdb_dbbe->dbbe_trace != NULL) { in kdb_backtrace()
444 kdb_dbbe->dbbe_trace(); in kdb_backtrace()
465 if (kdb_dbbe != NULL && kdb_dbbe in kdb_backtrace_thread()
[all...]
/freebsd/sys/sys/
H A Dkdb.h44 struct kdb_dbbe { struct
54 static struct kdb_dbbe name##_dbbe = { \ argument
63 SET_DECLARE(kdb_dbbe_set, struct kdb_dbbe);
68 extern struct kdb_dbbe *kdb_dbbe; /* Default debugger backend or NULL. */
/freebsd/sys/security/mac/
H A Dmac_kdb.c43 mac_kdb_grant_backend(struct kdb_dbbe *be) in mac_kdb_grant_backend()
52 mac_kdb_check_backend(struct kdb_dbbe *be) in mac_kdb_check_backend()
H A Dmac_framework.h66 struct kdb_dbbe;
227 int mac_kdb_check_backend(struct kdb_dbbe *be);
228 int mac_kdb_grant_backend(struct kdb_dbbe *be);
H A Dmac_policy.h82 struct kdb_dbbe;
273 typedef int (*mpo_kdb_check_backend_t)(struct kdb_dbbe *be);
/freebsd/sys/gdb/
H A Dnetgdb.c250 struct kdb_dbbe *be, **iter; in netgdb_init()
/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c351 mac_ddb_check_backend(struct kdb_dbbe *be) in mac_ddb_check_backend()
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c512 stub_kdb_check_backend(struct kdb_dbbe *be) in stub_kdb_check_backend()
/freebsd/sys/security/mac_test/
H A Dmac_test.c919 test_kdb_check_backend(struct kdb_dbbe *be) in test_kdb_check_backend()