Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/arpa/
H A Dtftp.h74 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h74 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c70 { ENOSPACE, "Disk full or allocation exceeded" },
H A Dtftp.c543 return (ENOSPACE); in tsize_handler()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c199 case ENOSPACE: return ("disk full or allocation exceeded"); in tftperror()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c645 *errcode = ENOSPACE; in tsize_handler()
1291 nak((size < 0) ? (errno + 100) : ENOSPACE); in tftpd_recvfile()