Searched refs:l9p_pu8 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | pack.c | 55 static inline ssize_t l9p_pu8(struct l9p_message *, uint8_t *); 133 l9p_pu8(struct l9p_message *msg, uint8_t *val) in l9p_pu8() function 324 r = l9p_pu8(msg, &type); in l9p_puqid() 326 r = l9p_pu8(msg, &type); in l9p_puqid() 424 r += l9p_pu8(msg, &de->type); in l9p_pudirent() 449 l9p_pu8(msg, &fcall->hdr.type); in l9p_pufcall() 534 r = l9p_pu8(msg, &fcall->topen.mode); in l9p_pufcall() 548 r = l9p_pu8(msg, &fcall->tcreate.mode); in l9p_pufcall() 771 l9p_pu8(msg, &fcall->tlock.type); in l9p_pufcall() 780 r = l9p_pu8(msg, &fcall->rlock.status); in l9p_pufcall() [all …]
|