Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/arpa/
H A Dtftp.h76 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c169 case ENOSPACE: return ("disk full or allocation exceeded");
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c72 { ENOSPACE, "Disk full or allocation exceeded" },
H A Dtftp.c542 return (ENOSPACE); in tsize_handler()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c644 *errcode = ENOSPACE; in tsize_handler()
1290 nak((size < 0) ? (errno + 100) : ENOSPACE); in tftpd_recvfile()