HelenOS sources

loc_object_type_t  537 uspace/lib/c/generic/loc.c loc_object_type_t loc_id_probe(service_id_t handle)
loc_object_type_t  549 uspace/lib/c/generic/loc.c 	return (loc_object_type_t) type;
loc_object_type_t   65 uspace/lib/c/include/loc.h extern loc_object_type_t loc_id_probe(service_id_t);
loc_object_type_t   65 uspace/lib/posix/include/libc/loc.h extern loc_object_type_t loc_id_probe(service_id_t);
loc_object_type_t   52 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type;
loc_object_type_t  105 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_node_get_internal(fs_node_t **rfn, loc_object_type_t type,
loc_object_type_t  226 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(node->service_id);
loc_object_type_t  532 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_object_type_t  615 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_object_type_t  684 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
loc_object_type_t  724 uspace/srv/fs/locfs/locfs_ops.c 	loc_object_type_t type = loc_id_probe(index);
HelenOS homepage, sources at GitHub