Home
last modified time | relevance | path

Searched refs:ihandle (Results 51 – 75 of 466) sorted by relevance

12345678910>>...19

/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/forth/debugging/
H A Dclient.fs76 \ in boot-device and use the first that returns a valid ihandle on open.
110 \ Locate the boot-device opened by this ihandle (currently taken as being
113 : ihandle>boot-device-handle ( ihandle -- 0 | device-ihandle -1 )
116 ( result ihandle R: ihandle.parent )
136 open-dev ( ihandle )
142 " load-base" evaluate swap ( load-base ihandle )
143 dup ihandle>phandle " load" rot find-method ( xt 0|1 )
160 r@ ihandle>boot-device-handle if
161 ( myself-save partargs-str partargs-len block-ihandle )
163 dup >in.arguments 2@ >r >r dup >r ( R: block-ihandle arg-len arg-str )
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle) in of_close() argument
216 of_1_0("close", ihandle); in of_close()
220 of_write(ihandle_t ihandle, void *s, int len) in of_write() argument
222 return of_3_1("write", ihandle, p32cast s, len); in of_write()
226 of_read(ihandle_t ihandle, void *s, int len) in of_read() argument
228 return of_3_1("read", ihandle, p32cast s, len); in of_read()
232 of_seek(ihandle_t ihandle, int poshi, int poslo) in of_seek() argument
234 return of_3_1("seek", ihandle, poshi, poslo); in of_seek()
262 of_instance_to_package(ihandle_t ihandle) in of_instance_to_package() argument
264 return (phandle_t) of_1_1("instance-to-package", ihandle); in of_instance_to_package()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle) in of_close() argument
216 of_1_0("close", ihandle); in of_close()
220 of_write(ihandle_t ihandle, void *s, int len) in of_write() argument
222 return of_3_1("write", ihandle, p32cast s, len); in of_write()
226 of_read(ihandle_t ihandle, void *s, int len) in of_read() argument
228 return of_3_1("read", ihandle, p32cast s, len); in of_read()
232 of_seek(ihandle_t ihandle, int poshi, int poslo) in of_seek() argument
234 return of_3_1("seek", ihandle, poshi, poslo); in of_seek()
262 of_instance_to_package(ihandle_t ihandle) in of_instance_to_package() argument
264 return (phandle_t) of_1_1("instance-to-package", ihandle); in of_instance_to_package()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle) in of_close() argument
216 of_1_0("close", ihandle); in of_close()
220 of_write(ihandle_t ihandle, void *s, int len) in of_write() argument
222 return of_3_1("write", ihandle, p32cast s, len); in of_write()
226 of_read(ihandle_t ihandle, void *s, int len) in of_read() argument
228 return of_3_1("read", ihandle, p32cast s, len); in of_read()
232 of_seek(ihandle_t ihandle, int poshi, int poslo) in of_seek() argument
234 return of_3_1("seek", ihandle, poshi, poslo); in of_seek()
262 of_instance_to_package(ihandle_t ihandle) in of_instance_to_package() argument
264 return (phandle_t) of_1_1("instance-to-package", ihandle); in of_instance_to_package()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle) in of_close() argument
216 of_1_0("close", ihandle); in of_close()
220 of_write(ihandle_t ihandle, void *s, int len) in of_write() argument
222 return of_3_1("write", ihandle, p32cast s, len); in of_write()
226 of_read(ihandle_t ihandle, void *s, int len) in of_read() argument
228 return of_3_1("read", ihandle, p32cast s, len); in of_read()
232 of_seek(ihandle_t ihandle, int poshi, int poslo) in of_seek() argument
234 return of_3_1("seek", ihandle, poshi, poslo); in of_seek()
262 of_instance_to_package(ihandle_t ihandle) in of_instance_to_package() argument
264 return (phandle_t) of_1_1("instance-to-package", ihandle); in of_instance_to_package()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle) in of_close() argument
216 of_1_0("close", ihandle); in of_close()
220 of_write(ihandle_t ihandle, void *s, int len) in of_write() argument
222 return of_3_1("write", ihandle, p32cast s, len); in of_write()
226 of_read(ihandle_t ihandle, void *s, int len) in of_read() argument
228 return of_3_1("read", ihandle, p32cast s, len); in of_read()
232 of_seek(ihandle_t ihandle, int poshi, int poslo) in of_seek() argument
234 return of_3_1("seek", ihandle, poshi, poslo); in of_seek()
262 of_instance_to_package(ihandle_t ihandle) in of_instance_to_package() argument
264 return (phandle_t) of_1_1("instance-to-package", ihandle); in of_instance_to_package()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle) in of_close() argument
216 of_1_0("close", ihandle); in of_close()
220 of_write(ihandle_t ihandle, void *s, int len) in of_write() argument
222 return of_3_1("write", ihandle, p32cast s, len); in of_write()
226 of_read(ihandle_t ihandle, void *s, int len) in of_read() argument
228 return of_3_1("read", ihandle, p32cast s, len); in of_read()
232 of_seek(ihandle_t ihandle, int poshi, int poslo) in of_seek() argument
234 return of_3_1("seek", ihandle, poshi, poslo); in of_seek()
262 of_instance_to_package(ihandle_t ihandle) in of_instance_to_package() argument
264 return (phandle_t) of_1_1("instance-to-package", ihandle); in of_instance_to_package()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/clients/net-snk/oflib/
H A Dof.c214 of_close(ihandle_t ihandle)
216 of_1_0("close", ihandle);
220 of_write(ihandle_t ihandle, void *s, int len)
222 return of_3_1("write", ihandle, p32cast s, len);
226 of_read(ihandle_t ihandle, void *s, int len)
228 return of_3_1("read", ihandle, p32cast s, len);
232 of_seek(ihandle_t ihandle, int poshi, int poslo)
234 return of_3_1("seek", ihandle, poshi, poslo);
262 of_instance_to_package(ihandle_t ihandle)
264 return (phandle_t) of_1_1("instance-to-package", ihandle);
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/forth/admin/
H A Dbanner.fs25 dup ihandle>phandle " device_type" rot get-package-property if 0 0 then
29 \ draw logo ( ihandle )
30 dup ihandle>phandle " draw-logo" rot find-method if
31 ( ihandle xt )
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openhackware/src/
H A Dof.c1256 ihandle &= 0xFFFF; in OF_inst_find()
3032 uint32_t ihandle; in OF_method_fake() local
3043 uint32_t ihandle; in OF_mmu_translate() local
3063 uint32_t ihandle; in OF_mmu_map() local
3084 uint32_t ihandle; in OF_serial_write() local
3113 uint32_t ihandle; in OF_serial_read() local
3201 uint32_t ihandle; in OF_blockdev_open() local
3219 ihandle = -1; in OF_blockdev_open()
3282 uint32_t ihandle; in OF_blockdev_seek() local
3340 uint32_t ihandle; in OF_blockdev_read() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openhackware/src/
H A Dof.c1256 ihandle &= 0xFFFF; in OF_inst_find()
3032 uint32_t ihandle; in OF_method_fake() local
3043 uint32_t ihandle; in OF_mmu_translate() local
3063 uint32_t ihandle; in OF_mmu_map() local
3084 uint32_t ihandle; in OF_serial_write() local
3113 uint32_t ihandle; in OF_serial_read() local
3201 uint32_t ihandle; in OF_blockdev_open() local
3219 ihandle = -1; in OF_blockdev_open()
3282 uint32_t ihandle; in OF_blockdev_seek() local
3340 uint32_t ihandle; in OF_blockdev_read() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openhackware/src/
H A Dof.c1256 ihandle &= 0xFFFF; in OF_inst_find()
3032 uint32_t ihandle; in OF_method_fake() local
3043 uint32_t ihandle; in OF_mmu_translate() local
3063 uint32_t ihandle; in OF_mmu_map() local
3084 uint32_t ihandle; in OF_serial_write() local
3113 uint32_t ihandle; in OF_serial_read() local
3201 uint32_t ihandle; in OF_blockdev_open() local
3219 ihandle = -1; in OF_blockdev_open()
3282 uint32_t ihandle; in OF_blockdev_seek() local
3340 uint32_t ihandle; in OF_blockdev_read() local
[all …]
/dports/sysutils/solaar/Solaar-1.0.1/lib/logitech_receiver/
H A Dbase.py233 def _skip_incoming(handle, ihandle, notifications_hook): argument
242 data = _hid.read(ihandle, _MAX_READ_SIZE, 0)
337 ihandle = int(handle)
339 _skip_incoming(handle, ihandle, notifications_hook)
340 write(ihandle, devnumber, request_data)
439 ihandle = int(handle)
441 _skip_incoming(handle, ihandle, notifications_hook)
442 write(ihandle, devnumber, request_data)

12345678910>>...19