Home
last modified time | relevance | path

Searched refs:onstream (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libnsl/dial/
H A Dsysfiles.c657 char strmod[FMNAMESZ], onstream[FMNAMESZ]; in pop_push() local
665 if (ioctl(fd, I_LOOK, onstream) == -1) { in pop_push()
670 if (strcmp(strmod, onstream) != SAME) { in pop_push()
/titanic_44/usr/src/cmd/bnu/
H A Dsysfiles.c669 char strmod[FMNAMESZ], onstream[FMNAMESZ]; local
677 if ( ioctl(fd, I_LOOK, onstream) == -1 ) {
683 if ( strcmp(strmod, onstream) != SAME ) {