/titanic_44/usr/src/uts/common/sys/ |
H A D | cmlb.h | 127 diskaddr_t start_block, size_t reqlength, void *tg_cookie); 198 void *tg_cookie); 310 int alter_behavior, cmlb_handle_t cmlbhandle, void *tg_cookie); 343 cmlb_validate(cmlb_handle_t cmlbhandle, int flags, void *tg_cookie); 355 cmlb_invalidate(cmlb_handle_t cmlbhandle, void *tg_cookie); 408 diskaddr_t *startblockp, char **partnamep, uint16_t *tagp, void *tg_cookie); 434 void *tg_cookie); 481 intptr_t arg, int flag, cred_t *cred_p, int *rval_p, void *tg_cookie); 503 char *name, caddr_t valuep, int *lengthp, int part, void *tg_cookie); 525 void *tg_cookie); [all …]
|
H A D | cmlb_impl.h | 226 #define DK_TG_READ(ihdlp, bufaddr, start_block, reqlength, tg_cookie)\ argument 228 bufaddr, start_block, reqlength, tg_cookie) 230 #define DK_TG_WRITE(ihdlp, bufaddr, start_block, reqlength, tg_cookie)\ argument 232 bufaddr, start_block, reqlength, tg_cookie) 234 #define DK_TG_GETPHYGEOM(ihdlp, phygeomp, tg_cookie) \ argument 236 (void *)phygeomp, tg_cookie) 238 #define DK_TG_GETVIRTGEOM(ihdlp, virtgeomp, tg_cookie) \ argument 240 (void *)virtgeomp, tg_cookie) 242 #define DK_TG_GETCAP(ihdlp, capp, tg_cookie) \ argument 244 capp, tg_cookie) [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 290 int flags, void *tg_cookie); 292 void *tg_cookie); 294 void *tg_cookie); 299 void *tg_cookie); 300 static void cmlb_build_default_label(struct cmlb_lun *cl, void *tg_cookie); 306 static int cmlb_write_label(struct cmlb_lun *cl, void *tg_cookie); 308 void *tg_cookie); 309 static void cmlb_clear_efi(struct cmlb_lun *cl, void *tg_cookie); 310 static void cmlb_clear_vtoc(struct cmlb_lun *cl, void *tg_cookie); 311 static void cmlb_setup_default_geometry(struct cmlb_lun *cl, void *tg_cookie); [all …]
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 211 xdfs_lb_getinfo(dev_info_t *dip, int cmd, void *arg, void *tg_cookie) in xdfs_lb_getinfo() argument 236 TG_GETPHYGEOM, &pgeom, tg_cookie)) != 0) in xdfs_lb_getinfo() 263 rv = xdf_lb_getinfo(xsp->xdfss_tgt_dip, cmd, arg, tg_cookie); in xdfs_lb_getinfo() 470 diskaddr_t start, size_t count, void *tg_cookie) in xdfs_lb_rdwr() argument 483 cmd, bufaddr, start, count, tg_cookie); in xdfs_lb_rdwr()
|
/titanic_44/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 1417 size_t length, void *tg_cookie) in bd_tg_rdwr() argument 1430 kmflag = tg_cookie ? KM_NOSLEEP : KM_SLEEP; in bd_tg_rdwr() 1465 xi->i_flags = tg_cookie ? BD_XFER_POLL : 0; in bd_tg_rdwr() 1476 bd_tg_getinfo(dev_info_t *dip, int cmd, void *arg, void *tg_cookie) in bd_tg_getinfo() argument 1480 _NOTE(ARGUNUSED(tg_cookie)); in bd_tg_getinfo()
|
/titanic_44/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 216 diskaddr_t start, size_t length, void *tg_cookie); 219 void *tg_cookie); 1463 diskaddr_t start, size_t count, void *tg_cookie) in cmdk_lb_rdwr() argument 1504 cmdk_lb_getinfo(dev_info_t *dip, int cmd, void *arg, void *tg_cookie) in cmdk_lb_getinfo() argument
|
/titanic_44/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 127 diskaddr_t start_block, size_t reqlength, void *tg_cookie); 131 void *tg_cookie); 4590 diskaddr_t start_block, size_t reqlength, void *tg_cookie) in dcd_lb_rdwr() argument 4667 dcd_lb_getinfo(dev_info_t *devi, int cmd, void *arg, void *tg_cookie) in dcd_lb_getinfo() argument
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2382 xdf_lb_getinfo(dev_info_t *dip, int cmd, void *arg, void *tg_cookie) in xdf_lb_getinfo() argument 2414 diskaddr_t start, size_t reqlen, void *tg_cookie) in xdf_lb_rdwr() argument
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 1671 diskaddr_t start_block, size_t reqlength, void *tg_cookie); 1673 static int sd_tg_getinfo(dev_info_t *devi, int cmd, void *arg, void *tg_cookie); 31022 diskaddr_t start_block, size_t reqlength, void *tg_cookie) argument 31025 int path_flag = (int)(uintptr_t)tg_cookie; 31138 sd_tg_getinfo(dev_info_t *devi, int cmd, void *arg, void *tg_cookie) argument 31144 int path_flag = (int)(uintptr_t)tg_cookie;
|