Home
last modified time | relevance | path

Searched refs:ENOSPACE (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/tcpdump/
H A Dprint-tftp.c51 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
74 { ENOSPACE, "ENOSPACE" }, /* disk full or allocation exceeded */
/freebsd-14.2/include/arpa/
H A Dtftp.h75 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
/freebsd-14.2/libexec/tftpd/
H A Dtftp-transfer.c394 send_error(peer, ENOSPACE); in tftp_receive()
H A Dtftp-io.c64 { ENOSPACE, "Disk full or allocation exceeded" },