HelenOS sources
hashed_service_t 75 uspace/srv/ns/service.c hashed_service_t *service =
hashed_service_t 76 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_service_t, link);
hashed_service_t 85 uspace/srv/ns/service.c hashed_service_t *service =
hashed_service_t 86 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_service_t, link);
hashed_service_t 175 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 176 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hashed_service_t 214 uspace/srv/ns/service.c static errno_t ns_iface_register(hashed_service_t *hashed_service, iface_t iface)
hashed_service_t 245 uspace/srv/ns/service.c static errno_t ns_broker_register(hashed_service_t *hashed_service)
hashed_service_t 270 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 271 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hashed_service_t 278 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 279 uspace/srv/ns/service.c (hashed_service_t *) malloc(sizeof(hashed_service_t));
hashed_service_t 313 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 314 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hashed_service_t 321 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 322 uspace/srv/ns/service.c (hashed_service_t *) malloc(sizeof(hashed_service_t));
hashed_service_t 392 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 393 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
HelenOS homepage, sources at GitHub