Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1161 struct chk_dev { struct
1171 struct chk_dev *chkp = (struct chk_dev *)arg; in chk_dev_fcn() argument
1197 struct chk_dev chk_dev; in is_devinfo_blk() local
1220 chk_dev.c_isblk = 0; in is_devinfo_blk()
1221 chk_dev.c_minor = minor_portion + 1; in is_devinfo_blk()
1223 rv = di_walk_minor(node, NULL, 0, &chk_dev, chk_dev_fcn); in is_devinfo_blk()
1227 if (rv == 0 && chk_dev.c_isblk) in is_devinfo_blk()