Searched refs:open_mode (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/crypto/openssl/engines/ccgost/
H A Dgostsum.c42 int open_mode = O_RDONLY; local
56 open_mode |= O_BINARY;
86 if (!hash_file(&ctx, filename, calcsum, open_mode)) {
123 if (!hash_file(&ctx, argv[i], sum, open_mode)) {
/freebsd-10.1-release/usr.sbin/ppp/
H A Dfsm.h106 int open_mode; /* Delay before config REQ (-1 forever) */ member in struct:fsm
H A Dfsm.c264 if (fp->open_mode == OPEN_PASSIVE) {
266 } else if (fp->open_mode > 0) {
267 if (fp->open_mode > 1)
269 fp->link->name, fp->open_mode);
272 fp->OpenTimer.load = fp->open_mode * SECTICKS;
H A Dccp.c274 ccp->fsm.open_mode = 0;
801 ccp->fsm.open_mode = 0;
805 ccp->fsm.open_mode = OPEN_PASSIVE; /* Go straight to ST_STOPPED ? */
H A Ddatalink.c629 dl->physical->link.ccp.fsm.open_mode = OPEN_PASSIVE; /* override */
787 } else if (fp->state == ST_CLOSED && fp->open_mode == OPEN_PASSIVE)
H A Dmp.c187 if (fp->state == ST_CLOSED && fp->open_mode == OPEN_PASSIVE)
H A Dcommand.c1307 fp->open_mode = 0; /* Not passive any more */
1347 fp->open_mode = 0; /* Stay ST_CLOSED */
1349 fp->open_mode = OPEN_PASSIVE; /* Wait for the peer to start */
H A Dipcp.c529 ipcp->fsm.open_mode = 0;
H A Dlcp.c290 lcp->fsm.open_mode = openmode;
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dios_base.h405 typedef int open_mode; typedef in class:ios_base
/freebsd-10.1-release/contrib/bzip2/
H A Dbzlib.c1395 int open_mode) /* bzopen: 0, bzdopen:1 */
1428 if (open_mode==0) {
1391 bzopen_or_bzdopen( const char *path, int fd, const char *mode, int open_mode) argument

Completed in 113 milliseconds