Home
last modified time | relevance | path

Searched refs:kill_type (Results 1 – 25 of 107) sorted by relevance

12345

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst6 uint32_t kill_type,
15 Where kill_type is one of: ::
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst9 uint32_t kill_type,
18 Where kill_type is one of:
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst9 uint32_t kill_type,
18 Where kill_type is one of:
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst9 uint32_t kill_type,
18 Where kill_type is one of:
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst9 uint32_t kill_type,
18 Where kill_type is one of:
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst9 uint32_t kill_type,
18 Where kill_type is one of:
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-tce-kill-126.rst9 uint32_t kill_type,
18 Where kill_type is one of:
/dports/databases/db5/db-5.3.28/test/tcl/
H A Ddb_reptest.tcl231 set kill_type "NONE"
239 set kill_type [lindex $use(kill) 0]
274 if { $kill_type == "DIE" || $kill_type == "REMOVE" } {
277 if { $kill_type == "LIVE_REM" } {
354 if { ($kill_type == "DIE" || $kill_type == "REMOVE") && \
/dports/databases/db18/db-18.1.40/test/tcl/
H A Ddb_reptest.tcl295 set kill_type "NONE"
305 set kill_type [lindex $use(kill) 0]
309 if { $kill_type == "DIE" || $kill_type == "REMOVE" } {
362 if { $kill_type == "DIE" || $kill_type == "REMOVE" } {
365 if { $kill_type == "LIVE_REM" } {
474 if { ($kill_type == "DIE" || $kill_type == "REMOVE") && \
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dxset.c61 Atom kill_type = 0; in init_mit_saver_extension() local
70 &kill_id, &kill_type) in init_mit_saver_extension()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/
H A Dn_tty.c979 enum { ERASE, WERASE, KILL } kill_type; in eraser() local
989 kill_type = ERASE; in eraser()
991 kill_type = WERASE; in eraser()
1006 kill_type = KILL; in eraser()
1024 if (kill_type == WERASE) { in eraser()
1046 } else if (kill_type == ERASE && !L_ECHOE(tty)) { in eraser()
1087 if (kill_type == ERASE) in eraser()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/
H A Dn_tty.c979 enum { ERASE, WERASE, KILL } kill_type; in eraser() local
989 kill_type = ERASE; in eraser()
991 kill_type = WERASE; in eraser()
1006 kill_type = KILL; in eraser()
1024 if (kill_type == WERASE) { in eraser()
1046 } else if (kill_type == ERASE && !L_ECHOE(tty)) { in eraser()
1087 if (kill_type == ERASE) in eraser()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/
H A Dn_tty.c979 enum { ERASE, WERASE, KILL } kill_type; in eraser() local
989 kill_type = ERASE; in eraser()
991 kill_type = WERASE; in eraser()
1006 kill_type = KILL; in eraser()
1024 if (kill_type == WERASE) { in eraser()
1046 } else if (kill_type == ERASE && !L_ECHOE(tty)) { in eraser()
1087 if (kill_type == ERASE) in eraser()
/dports/x11/beforelight/beforelight-1.0.5/
H A Db4light.c296 Atom kill_type; in main() local
338 if (XScreenSaverGetRegistered (display, screen, &kill_id, &kill_type)) { in main()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dattack.h119 kill_method_type kill_type; variable
H A Dranged-attack.cc36 kill_type = KILLED_BY_BEAM; in ranged_attack()
46 kill_type = KILLED_BY_SELF_AIMED; in ranged_attack()
H A Dactor.h206 kill_method_type kill_type = KILLED_BY_MONSTER,
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dpci-opal.c343 uint32_t kill_type, in opal_pci_tce_kill() argument
355 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dpci-opal.c343 uint32_t kill_type, in opal_pci_tce_kill() argument
355 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dpci-opal.c343 uint32_t kill_type, in opal_pci_tce_kill() argument
355 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dpci-opal.c343 uint32_t kill_type, in opal_pci_tce_kill() argument
355 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dpci-opal.c343 uint32_t kill_type, in opal_pci_tce_kill() argument
355 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dpci-opal.c370 uint32_t kill_type, in opal_pci_tce_kill() argument
382 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dpci-opal.c365 uint32_t kill_type, in opal_pci_tce_kill() argument
377 rc = phb->ops->tce_kill(phb, kill_type, pe_number, tce_size, in opal_pci_tce_kill()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/include/
H A Dpci.h323 int64_t (*tce_kill)(struct phb *phb, uint32_t kill_type,

12345