Tos.hyp todo 24-03-2025 #4

Open
opened 2026-02-20 04:56:35 +01:00 by xdelatour · 1 comment
Owner

Looking at toshyp documentation and NVDI 4 english documentation, look
like there is a small error, third parameter, shoudl not be dev_exist
but dev_open, so the return if driver is found could not be always 1 but
could be 0 link to vdi_ptsout[0], this value is here the return value
while documentation said void, return value could be interesting but not
this one, better I think should be the actual value in dev_exist if we
want have one (usefull for vqt_devinfo). If something is changed in
vq_devinfo, warning it impact vqt_devinfo that call it.

vqt_devinfo, there is not same number of parameters between gemlib and
toshyp

Olivier

Looking at toshyp documentation and NVDI 4 english documentation, look like there is a small error, third parameter, shoudl not be dev_exist but dev_open, so the return if driver is found could not be always 1 but could be 0 link to vdi_ptsout[0], this value is here the return value while documentation said void, return value could be interesting but not this one, better I think should be the actual value in dev_exist if we want have one (usefull for vqt_devinfo). If something is changed in vq_devinfo, warning it impact vqt_devinfo that call it. vqt_devinfo, there is not same number of parameters between gemlib and toshyp Olivier
Author
Owner

(wip, compendium)

  • void vqt_devinfo(handle, dev_id, exists, dev_str)

    • dev_id: id from assign.sys
    • exists: pointer to word 1=installed, 0=not installed
    • dev_str: if exists, filename of the device space-padded 8.3
  • void vq_devinfo(handle, dev_open, filename_str, devicename_str)

    • dev_openn: open=1, close=0
    • filename_str
    • devicename_str
(wip, compendium) - void vqt_devinfo(handle, dev_id, exists, dev_str) - dev_id: id from assign.sys - exists: pointer to word 1=installed, 0=not installed - dev_str: if exists, filename of the device space-padded 8.3 - void vq_devinfo(handle, dev_open, filename_str, devicename_str) - dev_openn: open=1, close=0 - filename_str - devicename_str
Sign in to join this conversation.
No description provided.