Searched refs:shutdown (Results 226 - 237 of 237) sorted by relevance

12345678910

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c185 .shutdown = cfiscsi_shutdown,
1268 * The purpose of this is to avoid racing with session shutdown.
H A Dctl.c596 .shutdown = ctl_ha_shutdown,
1993 softc->shutdown = 1;
1999 pause("CTL thr shutdown", 1);
2006 pause("CTL thr shutdown", 1);
13179 while (!softc->shutdown) {
13249 while (!softc->shutdown) {
H A Dctl_backend_block.c283 .shutdown = ctl_be_block_shutdown,
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c501 if (shutdown(routefd, SHUT_WR) < 0)
502 error("can't shutdown route socket: %m");
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr100.c782 if (rdev->shutdown) {
1061 * Called at driver shutdown.
H A Dr600.c2137 * Called at driver shutdown.
3890 if (!rdev->ih.enabled || rdev->shutdown)
H A Dsi.c429 * Called at driver shutdown.
3735 if (!rdev->ih.enabled || rdev->shutdown)
4109 * startup/shutdown callbacks
H A Devergreen.c3027 if (!rdev->ih.enabled || rdev->shutdown)
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c486 shutdown(c->sock, SHUT_RDWR);
2390 * input-buffer is empty and read-socket shutdown:
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c298 s->shutdown = 0;
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3215 * Called by detach_card() during module shutdown.
4092 .shutdown = ng_shutdown,
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4151 .shutdown = mlx4_shutdown,

Completed in 389 milliseconds

12345678910