OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modstat_t
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/modstat/
main.c
77
modstat_t
*ms;
182
ms = (
modstat_t
*)((char *)iov.iov_base + sizeof(int));
184
qsort(ms, len, sizeof(
modstat_t
), modstatcmp);
190
ms = (
modstat_t
*)((char *)iov.iov_base + sizeof(int));
250
const
modstat_t
*msa, *msb;
/src/tests/modules/
t_builtin.c
142
modstat_t
*ms;
143
modstat_t
m;
173
ms = (
modstat_t
*)((char *)iov.iov_base + sizeof(int));
t_modctl.c
51
static bool get_modstat_info(const char *,
modstat_t
*);
85
get_modstat_info(const char *name,
modstat_t
*msdest)
91
modstat_t
*ms;
92
modstat_t
m;
115
ms = (
modstat_t
*)((char *)iov.iov_base + sizeof(int));
501
modstat_t
ms;
/src/sys/compat/netbsd32/
netbsd32_module.c
49
modstat_t
*ms, *mso;
75
* Count up the number of
modstat_t
needed, and total size of
94
ms_len = ms_cnt * sizeof(
modstat_t
);
159
/* Copy out the count of
modstat_t
*/
166
/* Copy out the
modstat_t
array */
netbsd32_compat_80.c
138
uimin(omslen - sizeof(
modstat_t
), iov->iov_len));
141
iov->iov_len = omslen - sizeof(
modstat_t
);
/src/tests/lib/libc/stdio/
t_fopen.c
316
modstat_t
*ms;
317
modstat_t
m;
338
ms = (
modstat_t
*)((char *)iov.iov_base + sizeof(int));
/src/sys/sys/
module.h
269
}
modstat_t
;
typedef in typeref:struct:modstat
/src/sys/kern/
sys_module.c
118
modstat_t
*ms, *mso;
144
* Count up the number of
modstat_t
needed, and total size of
163
ms_len = ms_cnt * sizeof(
modstat_t
);
228
/* Copy out the count of
modstat_t
*/
235
/* Copy out the
modstat_t
array */
Completed in 15 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025