Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dproto.h64 extern const char *ioctlname(private_t *, uint_t);
H A Dcodes.c1703 ioctlname(private_t *pri, uint_t code) in ioctlname() function
H A Dexpound.c812 ioctlname(pri, strioctl.ic_cmd), in show_strioctl()
834 ioctlname(pri, strioctl.ic_cmd), in show_strioctl32()
H A Dprint.c306 const char *s = raw? NULL : ioctlname(pri, (int)val); in prt_ioc()