/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) {
|
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_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) {
|
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) {
|
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) {
|
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) {
|