Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c225 static int device_script __P((char *, int, int, int, char *));
730 ok = device_script(ptycommand, opipe[0], ipipe[1], 1,
739 if (device_script(ptycommand, pty_master, pty_master, 1,
775 if (device_script(initializer, ttyfd, ttyfd, 0, "init") < 0) {
787 if (device_script(connector, ttyfd, ttyfd, 0, "connect") < 0) {
829 if (device_script(welcomer, ttyfd, ttyfd, 0, "welcome") < 0)
965 if (device_script(disconnect_script, ttyfd, ttyfd, 0,
1887 device_script(program, in, out, dont_wait, optname) in device_script() function