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.c462 switch (fcall->hdr.type) { in l9p_pufcall()
525 fcall->twalk.wname, N(fcall->twalk.wname)); in l9p_pufcall()
529 r = l9p_puqids(msg, &fcall->rwalk.nwqid, fcall->rwalk.wqid); in l9p_pufcall()
865 len += fcall->io.count; in l9p_pufcall()
882 switch (fcall->hdr.type) { in l9p_freefcall()
890 free(fcall->tattach.aname); in l9p_freefcall()
901 free(fcall->tcreate.name); in l9p_freefcall()
923 free(fcall->tmknod.name); in l9p_freefcall()
927 free(fcall->trename.name); in l9p_freefcall()
952 free(fcall->tlink.name); in l9p_freefcall()
[all …]
H A Dutils.c961 fcall->tauth.uname, fcall->tauth.aname); in l9p_describe_fcall()
968 fcall->tattach.uname, fcall->tattach.aname); in l9p_describe_fcall()
1046 fcall->io.offset, fcall->io.count); in l9p_describe_fcall()
1058 fcall->io.offset, fcall->io.count); in l9p_describe_fcall()
1145 fcall->tmknod.major, fcall->tmknod.minor); in l9p_describe_fcall()
1196 fcall->rgetattr.blksize, fcall->rgetattr.blocks); in l9p_describe_fcall()
1294 fcall->tlock.type, fcall->tlock.flags, in l9p_describe_fcall()
1295 fcall->tlock.start, fcall->tlock.length, in l9p_describe_fcall()
1296 fcall->tlock.proc_id, fcall->tlock.client_id); in l9p_describe_fcall()
1313 fcall->getlock.start, fcall->getlock.length, 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 DMakefile46 fcall.o \
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c220 #define FPRINTF_ERR(fcall) if ((fcall) < 0) return (-1); argument