Searched refs:shutdown (Results 126 - 150 of 219) sorted by relevance

123456789

/freebsd-9.3-release/contrib/netcat/
H A Dnetcat.c82 int Nflag; /* shutdown() network socket */
830 shutdown(nfd, SHUT_RD);
846 shutdown(nfd, SHUT_WR);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1594 * 4: Fill in utmp with shutdown of process.
1622 shutdown(net, 2);
1654 shutdown(net, 2);
/freebsd-9.3-release/crypto/openssh/
H A Dserverloop.c493 shutdown(fdin, SHUT_WR); /* We will no longer send. */
653 shutdown(fdin, SHUT_WR); /* We will no longer send. */
/freebsd-9.3-release/lib/libc/sys/
H A DSymbol.map272 shutdown;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c115 cc_port_destroy(struct ccport *port, int shutdown) argument
131 cc_conn_abort(LIST_FIRST(&port->conn_list), shutdown);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_device.c227 * Used at driver shutdown.
772 * Called at driver shutdown.
811 * Called at driver shutdown.
1007 rdev->shutdown = false;
1194 * Called at driver shutdown.
1199 rdev->shutdown = true;
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf30 progs shutdown swapon ttyflags tunefs umount
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dsysinstall.h294 void (*shutdown)(struct _device *dev); member in struct:_device
895 #define DEVICE_SHUTDOWN(d) ((d) != NULL ? (d)->shutdown((d)) : (void)0)
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_srvr.c244 s->shutdown = 0;
265 s->shutdown = 0;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress.c199 shutdown(fd, SHUT_WR);
279 shutdown(fd, SHUT_WR);
309 shutdown(pair[0], SHUT_WR);
354 shutdown(pair[0], SHUT_WR);
916 shutdown(pair[0], SHUT_WR);
1823 if (shutdown(data->pair[0], SHUT_WR))
1824 tt_abort_perror("initial write shutdown");
2652 shutdown(data->pair[1], SHUT_WR);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dapp.c156 void *run, *shutdown, *start, *onrun, member in struct:__anon273
536 * a call to isc_condition_signal() rather than a shutdown
/freebsd-9.3-release/sbin/iscontrol/
H A Dfsm.c86 shutdown(sess->soc, SHUT_RDWR);
/freebsd-9.3-release/sys/dev/usb/misc/
H A Dudbp.c193 .shutdown = ng_udbp_rmnode,
745 * Do local shutdown processing..
/freebsd-9.3-release/sys/netgraph/atm/sscop/
H A Dng_sscop.c204 .shutdown = ng_sscop_shutdown,
/freebsd-9.3-release/sys/netgraph/atm/uni/
H A Dng_uni.c193 .shutdown = ng_uni_shutdown,
/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c128 .shutdown = ng_h4_shutdown,
740 * Remove this node. The does the netgraph portion of the shutdown.
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c85 .shutdown = ng_l2cap_shutdown,
/freebsd-9.3-release/sys/netgraph/
H A Dng_async.c163 .shutdown = nga_shutdown,
H A Dng_car.c172 .shutdown = ng_car_shutdown,
529 * Do local shutdown processing.
H A Dng_cisco.c180 .shutdown = cisco_shutdown,
H A Dng_deflate.c154 .shutdown = ng_deflate_shutdown,
H A Dng_eiface.c112 .shutdown = ng_eiface_rmnode,
H A Dng_ether.c210 .shutdown = ng_ether_shutdown,
365 * We can't assume the ifnet is still around when we run shutdown
H A Dng_iface.c205 .shutdown = ng_iface_shutdown,
811 * Hook disconnection. Note that we do *not* shutdown when all
H A Dng_nat.c251 .shutdown = ng_nat_shutdown,

Completed in 414 milliseconds

123456789