Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Did.h39 extern int ID0open(const char *, int, ...);
62 #define ID0open open macro
H A Did.c141 ID0open(const char *path, int flags, ...) in ID0open() function
H A Dphysical.c1020 p->fd = ID0open(p->name.full, O_RDWR | O_NONBLOCK); in physical_Open()
H A Dipcp.c338 if ((fd = ID0open(_PATH_RESCONF, O_WRONLY|O_TRUNC, 0644)) != -1) { in ipcp_RestoreDNS()
H A Dbundle.c726 bundle.dev.fd = ID0open(bundle.dev.Name, O_RDWR); in bundle_Create()