HelenOS sources

label_ops_t       166 uspace/lib/label/include/types/liblabel.h 	label_ops_t *ops;
label_ops_t        54 uspace/lib/label/src/dummy.c label_ops_t dummy_label_ops = {
label_ops_t        41 uspace/lib/label/src/dummy.h extern label_ops_t dummy_label_ops;
label_ops_t        80 uspace/lib/label/src/gpt.c label_ops_t gpt_label_ops = {
label_ops_t        41 uspace/lib/label/src/gpt.h extern label_ops_t gpt_label_ops;
label_ops_t        46 uspace/lib/label/src/label.c static label_ops_t *probe_list[] = {
label_ops_t        55 uspace/lib/label/src/label.c 	label_ops_t **ops;
label_ops_t        71 uspace/lib/label/src/label.c 	label_ops_t *ops = NULL;
label_ops_t        74 uspace/lib/label/src/mbr.c label_ops_t mbr_label_ops = {
label_ops_t        41 uspace/lib/label/src/mbr.h extern label_ops_t mbr_label_ops;
HelenOS homepage, sources at GitHub