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

12345678910

/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c238 .shutdown = ng_ubt_shutdown,
/freebsd-11-stable/sys/netgraph/
H A Dng_l2tp.c330 .shutdown = ng_l2tp_shutdown,
H A Dng_pppoe.c201 .shutdown = ng_pppoe_shutdown,
1976 * Do local shutdown processing..
H A Dng_ppp.c464 .shutdown = ng_ppp_shutdown,
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c580 shutdown(bufferevent_getfd(bev), SHUT_WR);
624 shutdown(fd, SHUT_WR);
2770 shutdown(fd, SHUT_WR);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1328 shutdown(net, 2);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c90 .shutdown = ng_btsocket_sco_node_shutdown,
217 * Do local shutdown processing. Let old node go and create new fresh one.
H A Dng_btsocket_l2cap.c90 .shutdown = ng_btsocket_l2cap_node_shutdown,
255 * Do local shutdown processing. Let old node go and create new fresh one.
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c196 .shutdown = ngmn_shutdown,
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_raid.c95 .shutdown = mpt_raid_shutdown,
1693 * Catch MWCE being left on due to a failed shutdown. Since
1725 mpt_vol_prt(mpt, mpt_vol, "WARNING - Unsafe shutdown "
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon.h1618 bool shutdown; member in struct:radeon_device
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c1790 (void)shutdown(mib_netsock, SHUT_RDWR);
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c215 .shutdown = ctlfeshutdown,
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c1402 (void) shutdown(net, 2);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c2010 .shutdown = shutdown_one,
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c1176 shutdown(evcon->fd, EVUTIL_SHUT_WR);
1266 shutdown(evcon->fd, EVUTIL_SHUT_WR);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_srvr.c348 s->shutdown = 0;
371 s->shutdown = 0;
H A Dssl.h1475 /* don't send shutdown packets */
1478 int shutdown; member in struct:ssl_st
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend152 sbin/shutdown \
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c585 shutdown(state->connection_out, SHUT_RDWR);
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c2593 .shutdown = ng_ce_rmnode,
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c2255 .shutdown = ng_cp_rmnode,
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2532 .shutdown = ng_cx_rmnode,
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c2193 .shutdown = ng_ct_rmnode,
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c3840 dprintf("shutdown\n");
3842 if (shutdown(s, SHUT_RD) < 0 &&
3844 logerror("shutdown");

Completed in 401 milliseconds

12345678910