OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:count_args
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libarch/alpha/
alpha_bus_window.c
52
struct alpha_bus_get_window_count_args
count_args
;
local in function:alpha_bus_getwindows
57
count_args
.type = type;
58
if (sysarch(ALPHA_BUS_GET_WINDOW_COUNT, &
count_args
) != 0)
61
abw = malloc(sizeof(*abw) *
count_args
.count);
64
memset(abw, 0, sizeof(*abw) *
count_args
.count);
66
for (i = 0; i <
count_args
.count; i++) {
77
return (
count_args
.count);
Completed in 39 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025