Home
last modified time | relevance | path

Searched defs:fcall (Results 1 – 4 of 4) 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()
878 l9p_freefcall(union l9p_fcall *fcall) in l9p_freefcall()
H A Dutils.c920 l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version, in l9p_describe_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/lib/libdladm/common/
H A Dlibdlflow.c220 #define FPRINTF_ERR(fcall) if ((fcall) < 0) return (-1); argument