Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Ddial.c238 case SS_CANT_ACCESS_DEVICE: return(L_PROB);
245 return(L_PROB);
H A Ddial.h57 #define L_PROB (-6) /* line problem (open() failure) */ macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c233 return (L_PROB); in dial()
242 return (L_PROB); in dial()
/illumos-gate/usr/src/head/
H A Ddial.h59 #define L_PROB (-6) /* line problem (open() failure) */ macro