Home
last modified time | relevance | path

Searched refs:mi_required (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_module.c81 if (mi->mi_required != NULL) { in modctl32_handle_stat()
82 req_len += strlen(mi->mi_required) + 1; in modctl32_handle_stat()
88 if (mi->mi_required != NULL) { in modctl32_handle_stat()
89 req_len += strlen(mi->mi_required) + 1; in modctl32_handle_stat()
109 if (mi->mi_required != NULL) { in modctl32_handle_stat()
111 used = strlcpy(req, mi->mi_required, req_len - off); in modctl32_handle_stat()
131 if (mi->mi_required != NULL) { in modctl32_handle_stat()
133 used = strlcpy(req, mi->mi_required, req_len - off); in modctl32_handle_stat()
H A Dnetbsd32_compat_80.c91 if (mi->mi_required != NULL) { in modctl32_handle_ostat()
92 used = strlcpy(oms->oms_required, mi->mi_required, in modctl32_handle_ostat()
115 if (mi->mi_required != NULL) { in modctl32_handle_ostat()
116 used = strlcpy(oms->oms_required, mi->mi_required, in modctl32_handle_ostat()
/netbsd/sys/kern/
H A Dsys_module.c150 if (mi->mi_required != NULL) { in handle_modctl_stat()
151 req_len += strlen(mi->mi_required) + 1; in handle_modctl_stat()
157 if (mi->mi_required != NULL) { in handle_modctl_stat()
158 req_len += strlen(mi->mi_required) + 1; in handle_modctl_stat()
178 if (mi->mi_required != NULL) { in handle_modctl_stat()
180 used = strlcpy(req, mi->mi_required, req_len - off); in handle_modctl_stat()
200 if (mi->mi_required != NULL) { in handle_modctl_stat()
202 used = strlcpy(req, mi->mi_required, req_len - off); in handle_modctl_stat()
H A Dkern_module.c923 if (mi->mi_required != NULL) { in module_do_builtin()
924 for (s = mi->mi_required; *s != '\0'; s = p) { in module_do_builtin()
1304 if (mi->mi_required != NULL) { in module_do_load()
1306 for (s = mi->mi_required; *s != '\0'; s = p) { in module_do_load()
1316 "longer than %d", mi->mi_required, in module_do_load()
/netbsd/sys/compat/common/
H A Dkern_mod_80.c101 if (mi->mi_required != NULL) { in compat_80_modstat()
102 used = strlcpy(oms->oms_required, mi->mi_required, in compat_80_modstat()
125 if (mi->mi_required != NULL) { in compat_80_modstat()
126 used = strlcpy(oms->oms_required, mi->mi_required, in compat_80_modstat()
/netbsd/sys/sys/
H A Dmodule.h82 const char *mi_required; member
165 .mi_required = (required) \