Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/aquarela/
H A Dsmbcomwrite.c209 nb = write(f->fd, smbbufferpointer(b, dataoff), count); in smbcomwriteandx()
H A Dsmbtransaction.c68 memcpy(t->in.parameters, smbbufferpointer(b, poffset), t->in.pcount); in _smbtransactiondecodeprimary()
79 memcpy(t->in.data, smbbufferpointer(b, doffset), t->in.dcount); in _smbtransactiondecodeprimary()
H A Dsmbbuffer.c387 smbbufferpointer(SmbBuffer *b, ulong offset) in smbbufferpointer() function
H A Dsmbfns.h124 void *smbbufferpointer(SmbBuffer *b, ulong offset);