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 84 uspace/srv/ns/service.c hashed_service_t *service =
hashed_service_t 85 uspace/srv/ns/service.c hash_table_get_inst(item, hashed_service_t, link);
hashed_service_t 174 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 175 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hashed_service_t 213 uspace/srv/ns/service.c static errno_t ns_iface_register(hashed_service_t *hashed_service, iface_t iface)
hashed_service_t 244 uspace/srv/ns/service.c static errno_t ns_broker_register(hashed_service_t *hashed_service)
hashed_service_t 269 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 270 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hashed_service_t 277 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 278 uspace/srv/ns/service.c (hashed_service_t *) malloc(sizeof(hashed_service_t));
hashed_service_t 312 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 313 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
hashed_service_t 320 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 321 uspace/srv/ns/service.c (hashed_service_t *) malloc(sizeof(hashed_service_t));
hashed_service_t 391 uspace/srv/ns/service.c hashed_service_t *hashed_service =
hashed_service_t 392 uspace/srv/ns/service.c hash_table_get_inst(link, hashed_service_t, link);
HelenOS homepage, sources at GitHub