Searched refs:cmlb_validate (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cmlb.h | 361 cmlb_validate(cmlb_handle_t cmlbhandle, int flags, void *tg_cookie);
|
/illumos-gate/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 385 (void) cmlb_validate(dkp->dk_cmlbhandle, 0, 0); in cmdkattach() 915 if (cmlb_validate(dkp->dk_cmlbhandle, 0, 0) != 0) in cmdkioctl() 1121 if (cmlb_validate(dkp->dk_cmlbhandle, 0, 0) != 0) { in cmdkopen()
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 881 (void) cmlb_validate(bd->d_cmlbh, 0, 0); in bd_attach() 1175 if (cmlb_validate(bd->d_cmlbh, 0, 0) != 0) { in bd_open() 2074 (void) cmlb_validate(bd->d_cmlbh, 0, 0); in bd_update_state()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 760 if (cmlb_validate(lsp->ls_cmlbhandle, 0, 0) != 0) { in lofi_open() 3161 (void) cmlb_validate(lsp->ls_cmlbhandle, 0, 0); in lofi_map_file()
|
H A D | cmlb.c | 804 cmlb_validate(cmlb_handle_t cmlbhandle, int flags, void *tg_cookie) in cmlb_validate() function
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2617 rv = cmlb_validate(vdp->xdf_vd_lbl, 0, 0); in xdf_ioctl() 3567 if ((err = cmlb_validate(vdp->xdf_vd_lbl, 0, NULL)) != 0) { in xdf_attach()
|
/illumos-gate/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 1217 rval = cmlb_validate(un->un_dklbhandle, 0, 0); in dcd_validate_geometry()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 7690 geom_label_valid = (cmlb_validate(un->un_cmlbhandle, 0, in sd_unit_attach() 10005 (void) cmlb_validate(un->un_cmlbhandle, 0, in sd_ready_and_valid() 19027 if (cmlb_validate(un->un_cmlbhandle, 0, 21827 tmprval = cmlb_validate(un->un_cmlbhandle, CMLB_SILENT, 23309 if ((cmlb_validate(un->un_cmlbhandle, 0,
|