Searched refs:shutdown (Results 1 - 21 of 21) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/network/
H A Dshutdown.c4 int shutdown(int fd, int how) function
6 return socketcall(shutdown, fd, how, 0, 0, 0, 0);
/seL4-camkes-master/tools/riscv-pk/pk/
H A Dfrontend.h9 void shutdown(int) __attribute__((noreturn));
H A Dconsole.c52 shutdown(-1);
H A Dfrontend.c34 void shutdown(int code) function
H A Dsyscall.c28 shutdown(code);
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dmarvell.c502 .shutdown = &genphy_shutdown,
512 .shutdown = &genphy_shutdown,
522 .shutdown = &genphy_shutdown,
532 .shutdown = &genphy_shutdown,
542 .shutdown = &genphy_shutdown,
552 .shutdown = &genphy_shutdown,
562 .shutdown = &genphy_shutdown,
572 .shutdown = &genphy_shutdown,
582 .shutdown = &genphy_shutdown,
592 .shutdown
[all...]
H A Dphy.c449 .shutdown = genphy_shutdown,
523 if (drv->shutdown)
524 drv->shutdown += gd->reloc_off;
882 if (phydev->drv->shutdown)
883 phydev->drv->shutdown(phydev);
H A Dphy.h143 int (*shutdown)(struct phy_device *phydev); member in struct:phy_driver
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dmicrel.c41 .shutdown = &genphy_shutdown,
143 .shutdown = &genphy_shutdown,
H A Dphy.c415 .shutdown = genphy_shutdown,
721 if (phydev->drv->shutdown)
722 phydev->drv->shutdown(phydev);
H A Dphy.h141 int (*shutdown)(struct phy_device *phydev); member in struct:phy_driver
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.c487 .shutdown = genphy_shutdown,
564 if (drv->shutdown) {
565 drv->shutdown += gd->reloc_off;
940 if (phydev->drv->shutdown) {
941 phydev->drv->shutdown(phydev);
H A Dphy.h146 int (*shutdown)(struct phy_device *phydev); member in struct:phy_driver
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsysproxy.c1408 shutdown(spc->spc_fd, SHUT_RDWR);
1778 shutdown(spc->spc_fd, SHUT_RDWR);
1796 shutdown(spc->spc_fd, SHUT_RDWR);
1815 shutdown(spc->spc_fd, SHUT_RDWR);
1839 shutdown(spc->spc_fd, SHUT_RDWR);
1848 shutdown(spc->spc_fd, SHUT_RDWR);
1864 shutdown(spc->spc_fd, SHUT_RDWR);
1876 shutdown(spc->spc_fd, SHUT_RDWR);
1905 shutdown(spc->spc_fd, SHUT_RDWR);
1952 shutdown(sp
[all...]
/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Daltcp_priv.h100 altcp_shutdown_fn shutdown; member in struct:altcp_functions
/seL4-camkes-master/projects/lwip/src/core/
H A Daltcp.c369 if (conn && conn->fns && conn->fns->shutdown) {
370 return conn->fns->shutdown(conn, shut_rx, shut_tx);
547 /* default shutdown for both sides is close */
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_sock.tex35 \item \texttt{PICO$\_$SOCK$\_$EV$\_$CLOSE} - triggered when a FIN segment is received (TCP only). This event indicates that the other endpont has closed the connection, so the local TCP layer is only allowed to send new data until a local shutdown or close is initiated. PicoTCP is able to keep the connection half-open (only for sending) after the FIN packet has been received, allowing new data to be sent in the TCP CLOSE$\_$WAIT state.
82 \item \texttt{PICO$\_$ERR$\_$ESHUTDOWN} - cannot read after transport endpoint shutdown
96 This function checks that the socket is bound, connected and that it is allowed to send data, i.e. there hasn't been a local shutdown.
120 \item \texttt{PICO$\_$ERR$\_$ESHUTDOWN} - cannot send after transport endpoint shutdown
210 \item \texttt{PICO$\_$ERR$\_$ESHUTDOWN} - cannot read after transport endpoint shutdown
312 \item \texttt{PICO$\_$ERR$\_$ESHUTDOWN} - cannot read after transport endpoint shutdown
391 \item \texttt{PICO$\_$ERR$\_$ESHUTDOWN} - cannot read after transport endpoint shutdown
623 \subsection{pico$\_$socket$\_$shutdown}
626 Used by the \texttt{pico$\_$socket$\_$close} function to shutdown read and write mode for
642 On success, this call returns 0 after a succesfull socket shutdown
[all...]
H A Dchap_api_tftp.tex645 This function is used to shutdown the TFTP server.
/seL4-camkes-master/projects/musllibc/include/sys/
H A Dsocket.h313 int shutdown (int, int);
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dsockets.h536 #define lwip_shutdown shutdown
618 #define shutdown(s,how) lwip_shutdown(s,how) macro
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_radio_mgr.c322 shutdown(key->s, SHUT_RDWR);

Completed in 156 milliseconds