Searched refs:pca (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem_safe.c | 421 tems_safe_copy(struct vis_conscopy *pca, cred_t *credp, in tems_safe_copy() argument 425 tems.ts_fb_polledio->copy(tems.ts_fb_polledio->arg, pca); in tems_safe_copy() 427 tems_copy_layered(pca, credp); in tems_safe_copy() 437 tems_safe_cursor(struct vis_conscursor *pca, cred_t *credp, in tems_safe_cursor() argument 441 tems.ts_fb_polledio->cursor(tems.ts_fb_polledio->arg, pca); in tems_safe_cursor() 443 tems_cursor_layered(pca, credp); in tems_safe_cursor()
|
H A D | tem.c | 764 tems_cursor_layered(struct vis_conscursor *pca, in tems_cursor_layered() argument 770 (intptr_t)pca, FKIOCTL, credp, &rval); in tems_cursor_layered()
|
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 688 tems_cursor(struct vis_conscursor *pca) in tems_cursor() argument 691 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCURSOR, pca); in tems_cursor()
|