Home
last modified time | relevance | path

Searched refs:WD_NODE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h58 #define WD_NODE 7 macro
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1149 *capacity = (diskaddr_t)cl->cl_map[WD_NODE].dkl_nblk; in cmlb_efi_label_capacity()
1572 S_IFBLK, (instance << shift) | WD_NODE, in cmlb_create_minor_nodes()
1575 S_IFCHR, (instance << shift) | WD_NODE, in cmlb_create_minor_nodes()
1582 S_IFBLK, (instance << shift) | WD_NODE, in cmlb_create_minor_nodes()
1585 S_IFCHR, (instance << shift) | WD_NODE, in cmlb_create_minor_nodes()
2942 if (i == WD_NODE) {
4419 S_IFBLK, (CMLBUNIT(dev, shift) << shift) | WD_NODE,
4422 S_IFCHR, (CMLBUNIT(dev, shift) << shift) | WD_NODE,
4507 S_IFBLK, (CMLBUNIT(dev, shift) << shift) | WD_NODE,
5029 (CMLBUNIT(dev, shift) << shift) | WD_NODE,
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c54 #ifndef WD_NODE
55 #define WD_NODE 7 macro