Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dpack.c58 static inline ssize_t l9p_pu64(struct l9p_message *, uint64_t *);
199 l9p_pu64(struct l9p_message *msg, uint64_t *val) in l9p_pu64() function
332 r = l9p_pu64(msg, &qid->path); in l9p_puqid()
390 r += l9p_pu64(msg, &stat->length); in l9p_pustat()
423 r += l9p_pu64(msg, &de->offset); in l9p_pudirent()
561 l9p_pu64(msg, &fcall->io.offset); in l9p_pufcall()
572 l9p_pu64(msg, &fcall->io.offset); in l9p_pufcall()
615 l9p_pu64(msg, &fcall->rstatfs.statfs.blocks); in l9p_pufcall()
616 l9p_pu64(msg, &fcall->rstatfs.statfs.bfree); in l9p_pufcall()
617 l9p_pu64(msg, &fcall->rstatfs.statfs.bavail); in l9p_pufcall()
[all …]