Home
last modified time | relevance | path

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

/sys/kern/
Dvfs.c49 status = rootFS->op->getroot(rootFS, &rootNode); in VFS_MountRoot()
76 status = rootFS->op->getroot(rootFS, &curNode); in VFS_Lookup()
99 status = oldNode->op->lookup(oldNode, &curNode, curName); in VFS_Lookup()
130 vn->op->stat(vn, sb); in VFS_Stat()
149 return fn->op->open(fn); in VFS_Open()
164 return fn->op->close(fn); in VFS_Close()
182 return fn->op->read(fn, buf, off, len); in VFS_Read()
200 return fn->op->write(fn, buf, off, len); in VFS_Write()
218 return fn->op->readdir(fn, buf, len, off); in VFS_ReadDir()
/sys/include/
Dvfs.h12 VFSOp *op; member
25 VFSOp *op; member
/lib/liblwip/src/include/lwip/
Ddhcp.h76 PACK_STRUCT_FIELD(u8_t op);
/sys/fs/o2fs/
Do2fs.c100 fs->op = &O2FSOperations; in O2FS_Mount()
241 vn->op = &O2FSOperations; in O2FSLoadVNode()
386 vn->op = &O2FSOperations; in O2FS_GetRoot()
/lib/liblwip/src/core/
Ddhcp.c1381 u8_t op = options[offset]; in dhcp_parse_reply() local
1394 switch(op) { in dhcp_parse_reply()
1445 LWIP_DEBUGF(DHCP_DEBUG, ("skipping option %"U16_F" in options\n", op)); in dhcp_parse_reply()
1560 if (reply_msg->op != DHCP_BOOTREPLY) { in dhcp_recv()
1561 …| LWIP_DBG_LEVEL_WARNING, ("not a DHCP reply message, but type %"U16_F"\n", (u16_t)reply_msg->op)); in dhcp_recv()
1687 dhcp->msg_out->op = DHCP_BOOTREQUEST; in dhcp_create_msg()