OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stataddr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/compat/common/
kern_mod_80.c
69
bool
stataddr
;
local in function:compat_80_modstat
83
stataddr
= (error == 0);
111
if (mod->mod_kobj != NULL &&
stataddr
) {
135
if (mod->mod_kobj != NULL &&
stataddr
) {
/src/sys/compat/netbsd32/
netbsd32_compat_80.c
64
bool
stataddr
;
local in function:modctl32_handle_ostat
73
stataddr
= (error == 0);
101
if (mod->mod_kobj != NULL &&
stataddr
) {
125
if (mod->mod_kobj != NULL &&
stataddr
) {
netbsd32_module.c
63
bool
stataddr
;
local in function:modctl32_handle_stat
68
stataddr
= (error == 0);
117
if (mod->mod_kobj != NULL &&
stataddr
) {
139
if (mod->mod_kobj != NULL &&
stataddr
) {
/src/sys/kern/
sys_module.c
132
bool
stataddr
;
local in function:handle_modctl_stat
137
stataddr
= (error == 0);
186
if (mod->mod_kobj != NULL &&
stataddr
) {
208
if (mod->mod_kobj != NULL &&
stataddr
) {
/src/games/hunt/huntd/
driver.c
67
* - stat (statsock,
stataddr
, etc.)
79
* Daemon -> both
stataddr
and huntaddr
109
static struct sockaddr_storage
stataddr
;
variable in typeref:struct:sockaddr_storage
453
makeaddr(localmode ? statsockpath : NULL, 0, &
stataddr
, &stataddrlen);
454
statsock = socket(
stataddr
.ss_family, SOCK_STREAM, 0);
455
if (bind(statsock, (struct sockaddr *)&
stataddr
, stataddrlen) < 0) {
Completed in 17 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025