HelenOS sources

hashed_iface_t     98 uspace/srv/ns/service.c 	hashed_iface_t *iface =
hashed_iface_t     99 uspace/srv/ns/service.c 	    hash_table_get_inst(item, hashed_iface_t, link);
hashed_iface_t    107 uspace/srv/ns/service.c 	hashed_iface_t *iface =
hashed_iface_t    108 uspace/srv/ns/service.c 	    hash_table_get_inst(item, hashed_iface_t, link);
hashed_iface_t    193 uspace/srv/ns/service.c 		hashed_iface_t *hashed_iface =
hashed_iface_t    194 uspace/srv/ns/service.c 		    hash_table_get_inst(link, hashed_iface_t, link);
hashed_iface_t    220 uspace/srv/ns/service.c 	hashed_iface_t *hashed_iface =
hashed_iface_t    221 uspace/srv/ns/service.c 	    (hashed_iface_t *) malloc(sizeof(hashed_iface_t));
hashed_iface_t    415 uspace/srv/ns/service.c 	hashed_iface_t *hashed_iface =
hashed_iface_t    416 uspace/srv/ns/service.c 	    hash_table_get_inst(link, hashed_iface_t, link);
HelenOS homepage, sources at GitHub