Home
last modified time | relevance | path

Searched refs:packed_label (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdvar.h130 struct packed_label { struct
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c222 static void fdunpacklabel(struct packed_label *, struct dk_label *);
363 static struct packed_label fdlbl_high_21 = {
389 static struct packed_label fdlbl_high_80 = {
419 static struct packed_label fdlbl_medium_80 = {
445 static struct packed_label fdlbl_low_80 = {
5614 fdunpacklabel(struct packed_label *from, struct dk_label *to) in fdunpacklabel()