Searched refs:l9p_pu64 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lib9p/ |
H A D | pack.c | 55 static inline ssize_t l9p_pu64(struct l9p_message *, uint64_t *); 196 l9p_pu64(struct l9p_message *msg, uint64_t *val) in l9p_pu64() function 329 r = l9p_pu64(msg, &qid->path); in l9p_puqid() 387 r += l9p_pu64(msg, &stat->length); in l9p_pustat() 420 r += l9p_pu64(msg, &de->offset); in l9p_pudirent() 558 l9p_pu64(msg, &fcall->io.offset); in l9p_pufcall() 569 l9p_pu64(msg, &fcall->io.offset); in l9p_pufcall() 612 l9p_pu64(msg, &fcall->rstatfs.statfs.blocks); in l9p_pufcall() 613 l9p_pu64(msg, &fcall->rstatfs.statfs.bfree); in l9p_pufcall() 614 l9p_pu64(msg, &fcall->rstatfs.statfs.bavail); in l9p_pufcall() [all …]
|