Searched defs:O_SERVICE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c101 #ifndef O_SERVICE
102 # define O_SERVICE O_NOCTTY macro
444 if((fd = sh_open(path, O_SERVICE|O_RDWR))<=0)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c61 #ifndef O_SERVICE
62 # define O_SERVICE O_NOCTTY macro
307 #undef O_SERVICE macro
642 #ifdef O_SERVICE
711 #ifdef O_SERVICE
714 if ((fd = inetopen(path+5, !!(flags & O_SERVICE), onintr, &sh)) < 0 && errno != ENOTDIR)

Completed in 63 milliseconds