Searched refs:openmode (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp117 const ios_base::openmode ios_base::app;
118 const ios_base::openmode ios_base::ate;
119 const ios_base::openmode ios_base::binary;
120 const ios_base::openmode ios_base::in;
121 const ios_base::openmode ios_base::out;
122 const ios_base::openmode ios_base::trunc;
H A Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which)
/freebsd-13-stable/usr.sbin/ppp/
H A Dlcp.h92 int openmode; /* when to start CFG REQs */ member in struct:lcp::__anon16661
H A Dudp.c318 if (p->link.lcp.cfg.openmode != OPEN_PASSIVE) {
319 log_Printf(LogPHASE, "%s: Changing openmode to PASSIVE\n",
321 p->link.lcp.cfg.openmode = OPEN_PASSIVE;
H A Dlcp.c118 {"LCP restart", "LCP openmode", "LCP stopped"};
200 lcp->cfg.openmode == OPEN_PASSIVE ? "passive" : "active");
201 if (lcp->cfg.openmode > 0)
202 prompt_Printf(arg->prompt, " (delay %ds)", lcp->cfg.openmode);
265 lcp->cfg.openmode = 1;
284 lcp_Setup(lcp, lcp->cfg.openmode);
288 lcp_Setup(struct lcp *lcp, int openmode) argument
292 lcp->fsm.open_mode = openmode;
H A Ddatalink.c243 0 : dl->physical->link.lcp.cfg.openmode);
H A Dcommand.c1997 cx->physical->link.lcp.cfg.openmode = arg->argc > arg->argn+1 ?
2000 cx->physical->link.lcp.cfg.openmode = OPEN_PASSIVE;
2002 log_Printf(LogWARN, "%s: Invalid openmode\n", argp);
2441 {"openmode", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, "open mode",
2442 "set openmode active|passive [secs]", (const void *)VAR_OPENMODE},
/freebsd-13-stable/usr.sbin/kgmon/
H A Dkgmon.c193 int mib[3], state, openmode; local
214 openmode = (Bflag || bflag || hflag || pflag || rflag)
216 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, openmode, errbuf);
218 if (openmode == O_RDWR) {
219 openmode = O_RDONLY;
231 return (openmode);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c982 static const int openmode = O_CREAT | O_TRUNC | O_WRONLY local
1128 fd = open(fullpath, openmode, S_IRUSR | S_IWUSR);

Completed in 137 milliseconds