Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lib9p/
HDlib9p.h120 size_t lm_size; member
HDpack.c120 msg->lm_size += done; in l9p_iov_io()
849 uint32_t len = (uint32_t)msg->lm_size; in l9p_pufcall()
858 msg->lm_size -= sizeof(uint32_t); in l9p_pufcall()
HDrequest.c425 iosize = req->lr_resp_msg.lm_size; in l9p_respond()
463 msg->lm_size = 0; in l9p_init_msg()
HDutils.c622 for (i = 0; msg.lm_size < count; i++) { in l9p_describe_readdir()
/freebsd-14-stable/contrib/lib9p/backend/
HDfs.c2668 count = (uint32_t)msg.lm_size; /* in case we get no entries */ in fs_readdir()
2695 count = (uint32_t)msg.lm_size; in fs_readdir()