Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Ddial.h66 #define BAD_SYS (-13) /* system not in Systems file */ macro
/titanic_44/usr/src/cmd/bnu/
H A Ddial.h64 #define BAD_SYS (-13) /* system not in Systems file */ macro
H A Ddial.c239 case SS_BADSYSTEM: return(BAD_SYS);
/titanic_44/usr/src/lib/libnsl/dial/
H A Ddial.c233 return (BAD_SYS); in dial()