Home
last modified time | relevance | path

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

/sbin/newfs_o2fs/
Dnewfs_o2fs.c46 int fd = open(manifest, O_RDONLY); in LoadManifest()
139 fd = open(file, O_RDONLY); in AddFile()
343 diskfd = open(argv[0], O_RDWR | O_CREAT, 0660); in main()
/sys/include/
Dvfs.h44 int (*open)(VNode *fn); member
/sys/kern/
Dvfs.c149 return fn->op->open(fn); in VFS_Open()
/lib/liblwip/src/netif/ppp/
Dauth.c545 (*cbcp_protent.open)(unit); in network_phase()
552 if (protp->protocol < 0xC000 && protp->enabled_flag && protp->open != NULL) { in network_phase()
553 (*protp->open)(unit); in network_phase()
Dppp_impl.h251 void (*open) (int unit); member
/
DSConstruct86 hf = open(".git/HEAD", 'r')
91 with open(".git/" + head[5:]) as bf:
/lib/liblwip/doc/
Dcontrib.txt42 be applied separately while leaving the other patch 'open'. The prefered way
Drawapi.txt13 model of execution is based on the blocking open-read-write-close
/sys/fs/o2fs/
Do2fs.c33 .open = O2FS_Open,
/docs/
DDoxyfile1687 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1841 # (doxysearch.cgi) which are based on the open source search engine library
1855 # (doxysearch.cgi) which are based on the open source search engine library
2450 # add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
/lib/liblwip/
DCHANGELOG2196 is now based on TCP_MSS instead of pcb->mss (on passive open now effectively
2200 * tcp_in.c: Fixed bug #21181: On active open, the initial congestion window was
2863 delayed ACK in order to open the window if the stack is only receiving data.