Home
last modified time | relevance | path

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

/dragonfly/lib/libdmsg/
H A Dmsg.c893 ioq->abytes); in dmsg_ioq_read()
898 bytes -= ioq->abytes; in dmsg_ioq_read()
1183 size_t abytes; in dmsg_iocom_flush1() local
1263 size_t abytes; in dmsg_iocom_flush2() local
1284 aoff = ioq->abytes; in dmsg_iocom_flush2()
1305 if (aoff < abytes) { in dmsg_iocom_flush2()
1429 if ((size_t)nact < abytes - ioq->abytes) { in dmsg_iocom_flush2()
1430 ioq->abytes += nact; in dmsg_iocom_flush2()
1434 nact -= abytes - ioq->abytes; in dmsg_iocom_flush2()
1483 ioq->abytes = 0; in dmsg_iocom_flush2()
[all …]
H A Ddmsg.h248 size_t abytes; /* aligned aux_data size */ member
/dragonfly/stand/lib/
H A Dzalloc.c277 int abytes = 0; in zallocstats() local
287 abytes += (char *)mn - (char *)mp->mp_Base; in zallocstats()
296 abytes += (char *)mn->mr_Next - ((char *)mn + mn->mr_Bytes); in zallocstats()
300 abytes, in zallocstats()
/dragonfly/sys/kern/
H A Dkern_dmsg.c332 size_t abytes; in kdmsg_iocom_thread_rd() local
381 abytes = DMSG_DOALIGN(msg->aux_size); in kdmsg_iocom_thread_rd()
382 msg->aux_data = kmalloc(abytes, iocom->mmsg, M_WAITOK); in kdmsg_iocom_thread_rd()
385 abytes, NULL, 1, UIO_SYSSPACE); in kdmsg_iocom_thread_rd()
433 size_t abytes; in kdmsg_iocom_thread_wr() local
492 abytes = DMSG_DOALIGN(msg->aux_size); in kdmsg_iocom_thread_wr()
494 msg->aux_data, abytes, in kdmsg_iocom_thread_wr()
496 if (error || res != abytes) { in kdmsg_iocom_thread_wr()
2006 uint32_t abytes = DMSG_DOALIGN(msg->aux_size); local
2009 msg->any.head.aux_crc = iscsi_crc32(msg->aux_data, abytes);
/dragonfly/include/rpcsvc/
H A Dnfs_prot.x1020 size3 abytes; member