Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dpack.c435 l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall, in l9p_pufcall() argument
446 l9p_pu8(msg, &fcall->hdr.type); in l9p_pufcall()
447 r = l9p_pu16(msg, &fcall->hdr.tag); in l9p_pufcall()
459 switch (fcall->hdr.type) { in l9p_pufcall()
462 l9p_pu32(msg, &fcall->version.msize); in l9p_pufcall()
463 r = l9p_pustring(msg, &fcall->version.version); in l9p_pufcall()
467 l9p_pu32(msg, &fcall->tauth.afid); in l9p_pufcall()
468 r = l9p_pustring(msg, &fcall->tauth.uname); in l9p_pufcall()
471 r = l9p_pustring(msg, &fcall->tauth.aname); in l9p_pufcall()
475 r = l9p_pu32(msg, &fcall->tauth.n_uname); in l9p_pufcall()
[all …]
H A Dutils.c829 l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version, in l9p_describe_fcall() argument
836 assert(fcall != NULL); in l9p_describe_fcall()
840 type = fcall->hdr.type; in l9p_describe_fcall()
854 fcall->hdr.tag); in l9p_describe_fcall()
857 fcall->hdr.tag); in l9p_describe_fcall()
863 sbuf_printf(sb, " version=\"%s\" msize=%d", fcall->version.version, in l9p_describe_fcall()
864 fcall->version.msize); in l9p_describe_fcall()
868 l9p_describe_fid(" afid=", fcall->hdr.fid, sb); in l9p_describe_fcall()
870 fcall->tauth.uname, fcall->tauth.aname); in l9p_describe_fcall()
874 l9p_describe_fid(" fid=", fcall->hdr.fid, sb); in l9p_describe_fcall()
[all …]
H A Dlib9p.h212 int l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall,
242 void l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version,
244 void l9p_freefcall(union l9p_fcall *fcall);
/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py619 fcall = kwargs.pop('fcall', None)
620 if fcall is None:
653 name = fcall_names[fcall]
656 'fcall value'.format(fcall))
691 fcall = data.__class__.__name__
692 fcall_code = getattr(td, fcall)
702 fcall=fcall_code, data=pkt)
733 fcall = vdict['fcall']
739 if self.supports(fcall):
740 fcall = fcall_names[fcall]
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5251 def fcall_saved_x#i : Flag<["-"], "fcall-saved-x"#i>, Group<m_aarch64_Features_Group>,