Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/dial/
H A Dsysfiles.c73 static char *Pushes[64]; /* list of STREAMS modules to be pushed */ variable
236 Pops[0] = Pushes[0] = NULL; in scancfg()
368 setioctl(Pushes, equals); in nameparse()
644 if (Pushes[0] == NULL || Pushes[npushes] == NULL) in getpush()
646 (void) strncpy(buf, Pushes[npushes++], len); in getpush()
/titanic_44/usr/src/cmd/bnu/
H A Dsysfiles.c61 static char *Pushes[64] = {0}; /* list of STREAMS modules to be pushed */ variable
208 Pops[0] = Pushes[0] = NULL;
344 setioctl(Pushes, equals); in nameparse()
655 if ( Pushes[0] == NULL || Pushes[npushes] == NULL )
657 strncpy(buf, Pushes[npushes++], len);