Lines Matching refs:instance
59 system call on an instance of /dev/ppp which is bound to the
87 will need it to attach an instance of /dev/ppp to this channel.
123 The channel must provide an instance of a ppp_channel struct to
251 channels. Although there is only one /dev/ppp, each open instance of
254 to point to a separate object for each open instance of /dev/ppp. In
259 When /dev/ppp is opened, a new instance is created which is initially
262 existing channel. An instance attached to a unit can be used to send
264 calls, along with poll() if necessary. Similarly, an instance
270 write to the unit (i.e., to an instance of /dev/ppp attached to the
281 The ioctl calls which are available on an instance of /dev/ppp depend
284 unattached instance are:
287 instance the "owner" of the interface. The argument should point to
290 that the interface will be shut down if this instance of /dev/ppp is
293 * PPPIOCATTACH attaches this instance to an existing PPP interface.
295 This does not make this instance the owner of the PPP interface.
297 * PPPIOCATTCHAN attaches this instance to an existing PPP channel.
300 The ioctl calls available on an instance of /dev/ppp attached to a
303 * PPPIOCDETACH detaches the instance from the channel. This ioctl is
305 instance. In order to prevent possible races this ioctl will fail
307 instance (i.e. as a result of dup(), dup2() or fork()).
321 The ioctl calls that are available on an instance that is attached to