Searched refs:need_restart (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | readpassphrase.c | 43 int input, output, save_errno, i, need_restart; in readpassphrase() local 60 need_restart = 0; in readpassphrase() 167 need_restart = 1; in readpassphrase() 171 if (need_restart) in readpassphrase()
|
/openbsd/sys/dev/ic/ |
H A D | sili.c | 202 int *need_restart, int *err_port); 341 u_int32_t *need_restart) in sili_pmp_port_do_error_recovery() argument 351 *need_restart = 0; in sili_pmp_port_do_error_recovery() 360 *need_restart = SILI_PREG_PCS_PORTINIT; in sili_pmp_port_do_error_recovery() 371 if (*need_restart == 0 && in sili_simulate_error() 384 *need_restart = sili_error_restart_type; in sili_simulate_error() 505 need_restart = SILI_PREG_PCS_DEVRESET; in sili_port_intr() 521 need_restart = SILI_PREG_PCS_PORTINIT; in sili_port_intr() 538 need_restart = SILI_PREG_PCS_PORTINIT; in sili_port_intr() 570 sili_ata_cmd_done(ccb, need_restart); in sili_port_intr() [all …]
|
H A D | ahci.c | 2042 int slot, need_restart = 0; in ahci_port_intr() local 2138 need_restart = 1; in ahci_port_intr() 2272 need_restart = 1; in ahci_port_intr() 2312 need_restart = 0; in ahci_port_intr() 2358 if (need_restart) { in ahci_port_intr()
|
/openbsd/sys/dev/pci/ |
H A D | if_ngbe.c | 3502 ngbe_phy_setup_link(struct ngbe_softc *sc, uint32_t speed, int need_restart) in ngbe_phy_setup_link() argument 4049 ngbe_setup_copper_link(struct ngbe_softc *sc, uint32_t speed, int need_restart) in ngbe_setup_copper_link() argument 4056 status = hw->phy.ops.setup_link(sc, speed, need_restart); in ngbe_setup_copper_link()
|