Lines Matching defs:subsystem
639 kcov_remote_enter(int subsystem, void *id)
648 kr = kr_lookup(subsystem, id);
682 kcov_remote_leave(int subsystem, void *id)
694 kr = kr_lookup(subsystem, id);
724 kcov_remote_register(int subsystem, void *id)
727 kcov_remote_register_locked(subsystem, id);
732 kcov_remote_unregister(int subsystem, void *id)
737 kr = kr_lookup(subsystem, id);
744 kcov_remote_register_locked(int subsystem, void *id)
757 kr->kr_subsystem = subsystem;
763 tmp = kr_lookup(subsystem, id);
790 if (arg->subsystem == KCOV_REMOTE_COMMON) {
847 kr_lookup(int subsystem, void *id)
854 if (kr->kr_subsystem == subsystem && kr->kr_id == id)