Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c412 showxdr_bool("Block = %s"); in show_cancargs()
413 showxdr_bool("Exclusive = %s"); in show_cancargs()
421 showxdr_bool("Block = %s"); in show_lockargs()
422 showxdr_bool("Exclusive = %s"); in show_lockargs()
424 showxdr_bool("Reclaim = %s"); in show_lockargs()
439 showxdr_bool("Exclusive = %s"); in show_testargs()
483 showxdr_bool("Exclusive = %s"); in show_testres()
706 showxdr_bool("Reclaim = %s"); in show_shareargs()
1047 showxdr_bool("Block = %s"); in show_cancargs4()
1056 showxdr_bool("Block = %s"); in show_lockargs4()
[all …]
H A Dsnoop_nfs3.c557 (void) showxdr_bool("End of file = %s");
660 (void) showxdr_bool("No trunc = %s");
661 (void) showxdr_bool("Chown restricted = %s");
662 (void) showxdr_bool("Case insensitive = %s");
663 (void) showxdr_bool("Case preserving = %s");
1138 (void) showxdr_bool("EOF = %s"); in detail_readdirres()
1175 (void) showxdr_bool("EOF = %s"); in detail_readdirplusres()
H A Dsnoop.h210 extern bool_t showxdr_bool(char *);
H A Dsnoop_display.c418 showxdr_bool(char *fmt) in showxdr_bool() function