HelenOS sources

loc_id_probe       65 uspace/lib/c/include/loc.h extern loc_object_type_t loc_id_probe(service_id_t);
loc_id_probe       65 uspace/lib/posix/include/libc/loc.h extern loc_object_type_t loc_id_probe(service_id_t);
loc_id_probe      215 uspace/srv/fs/locfs/locfs_ops.c 	return locfs_node_get_internal(rfn, loc_id_probe(index), index);
loc_id_probe      227 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(node->service_id);
loc_id_probe      533 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_id_probe      616 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_id_probe      685 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_id_probe      725 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_id_probe     1508 uspace/srv/locsrv/locsrv.c 			loc_id_probe(&call);
HelenOS homepage, sources at GitHub