Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dpack.c438 l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall, in l9p_pufcall() argument
449 l9p_pu8(msg, &fcall->hdr.type); in l9p_pufcall()
450 r = l9p_pu16(msg, &fcall->hdr.tag); in l9p_pufcall()
462 switch (fcall->hdr.type) { in l9p_pufcall()
465 l9p_pu32(msg, &fcall->version.msize); in l9p_pufcall()
466 r = l9p_pustring(msg, &fcall->version.version); in l9p_pufcall()
470 l9p_pu32(msg, &fcall->tauth.afid); in l9p_pufcall()
471 r = l9p_pustring(msg, &fcall->tauth.uname); in l9p_pufcall()
474 r = l9p_pustring(msg, &fcall->tauth.aname); in l9p_pufcall()
478 r = l9p_pu32(msg, &fcall->tauth.n_uname); in l9p_pufcall()
[all …]
H A Dutils.c920 l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version, in l9p_describe_fcall() argument
927 assert(fcall != NULL); in l9p_describe_fcall()
931 type = fcall->hdr.type; in l9p_describe_fcall()
945 fcall->hdr.tag); in l9p_describe_fcall()
948 fcall->hdr.tag); in l9p_describe_fcall()
954 sbuf_printf(sb, " version=\"%s\" msize=%d", fcall->version.version, in l9p_describe_fcall()
955 fcall->version.msize); in l9p_describe_fcall()
959 l9p_describe_fid(" afid=", fcall->hdr.fid, sb); in l9p_describe_fcall()
961 fcall->tauth.uname, fcall->tauth.aname); in l9p_describe_fcall()
965 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);
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c62 #define FPRINTF_ERR(fcall) if ((fcall) < 0) { \ argument
67 #define FPUT_ERR(fcall) if ((fcall) == EOF) { \ argument
/illumos-gate/usr/src/cmd/truss/
H A DMakefile47 fcall.o \
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c220 #define FPRINTF_ERR(fcall) if ((fcall) < 0) return (-1); argument