Home
last modified time | relevance | path

Searched refs:showxdr_u_long (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rstat.c122 (void) showxdr_u_long(
147 (void) showxdr_u_long("Pages in = %lu"); in detail_stats()
148 (void) showxdr_u_long("Pages out = %lu"); in detail_stats()
149 (void) showxdr_u_long("Swaps in = %lu"); in detail_stats()
150 (void) showxdr_u_long("Swaps out = %lu"); in detail_stats()
151 (void) showxdr_u_long("Interrupts = %lu"); in detail_stats()
176 (void) showxdr_u_long("Pages in = %lu"); in detail_statsswtch()
177 (void) showxdr_u_long("Pages out = %lu"); in detail_statsswtch()
178 (void) showxdr_u_long("Swaps in = %lu"); in detail_statsswtch()
179 (void) showxdr_u_long("Swaps out = %lu"); in detail_statsswtch()
[all …]
H A Dsnoop_rquota.c148 (void) showxdr_u_long("Block size = %lu"); in show_quota()
154 (void) showxdr_u_long(" Blocks hard limit = %lu"); in show_quota()
155 (void) showxdr_u_long(" Blocks soft limit = %lu"); in show_quota()
156 (void) showxdr_u_long(" Current block count = %lu"); in show_quota()
158 (void) showxdr_u_long(" File hard limit = %lu"); in show_quota()
159 (void) showxdr_u_long(" File soft limit = %lu"); in show_quota()
160 (void) showxdr_u_long(" Current file count = %lu"); in show_quota()
162 (void) showxdr_u_long("Excessive blocks limit = %lu sec"); in show_quota()
163 (void) showxdr_u_long("Excessive files limit = %lu sec"); in show_quota()
H A Dsnoop_nfs3.c443 showxdr_u_long("Major = %lu");
444 showxdr_u_long("Minor = %lu");
455 (void) showxdr_u_long("Size = %lu");
476 (void) showxdr_u_long("Count = %lu");
482 (void) showxdr_u_long("Dircount = %lu");
483 (void) showxdr_u_long("Maxcount = %lu");
518 (void) showxdr_u_long("Count = %lu bytes written");
556 (void) showxdr_u_long("Count = %lu bytes read");
611 (void) showxdr_u_long("Invariant time = %lu sec");
619 (void) showxdr_u_long(" Maximum = %lu bytes");
[all …]
H A Dsnoop_nis.c207 (void) showxdr_u_long("Version=%lu"); in interpret_nisbind()
427 (void) showxdr_u_long("Order = %lu"); in niscall()
429 (void) showxdr_u_long("Transid = %lu"); in niscall()
430 (void) showxdr_u_long("Prog = %lu"); in niscall()
436 (void) showxdr_u_long("Order = %lu"); in niscall()
438 (void) showxdr_u_long("Transid = %lu"); in niscall()
439 (void) showxdr_u_long("Prog = %lu"); in niscall()
440 (void) showxdr_u_long("Port = %lu"); in niscall()
484 (void) showxdr_u_long("Transid = %lu"); in nisreply()
507 (void) showxdr_u_long("Order=%lu"); in nisreply()
H A Dsnoop_solarnet.c205 (void) showxdr_u_long("Threshold: %lu rows"); in interpret_solarnet_fw()
213 thresh = showxdr_u_long("Input rows = %lu"); in interpret_solarnet_fw()
236 (void) showxdr_u_long("Threshold: %lu rows"); in interpret_solarnet_fw()
249 showxdr_u_long( in interpret_solarnet_fw()
252 showxdr_u_long( in interpret_solarnet_fw()
255 showxdr_u_long("No error %*lu"); in interpret_solarnet_fw()
270 showxdr_u_long("Output rows: %lu"); in interpret_solarnet_fw()
H A Dsnoop_pmap.c217 (void) showxdr_u_long("Version = %d");
233 (void) showxdr_u_long("Callit data = %d bytes");
250 (void) showxdr_u_long("Port = %d");
256 (void) showxdr_u_long("Port = %d");
257 (void) showxdr_u_long("Length = %d bytes");
530 (void) showxdr_u_long("Program = %d");
531 (void) showxdr_u_long("Version = %d");
545 (void) showxdr_u_long(
578 (void) showxdr_u_long("Length = %d bytes");
H A Dsnoop_nlm.c404 showxdr_u_long("Offset = %lu bytes"); in show_lock()
405 showxdr_u_long("Length = %lu bytes"); in show_lock()
486 showxdr_u_long("Offset = %lu bytes"); in show_testres()
487 showxdr_u_long("Length = %lu bytes"); in show_testres()
H A Dsnoop_nfs_acl.c614 bits = showxdr_u_long("Access bits = 0x%08x"); in detail_access2()
661 mask = showxdr_u_long("Mask = 0x%lx"); in detail_mask()
H A Dsnoop.h185 extern ulong_t showxdr_u_long(char *);
H A Dsnoop_nfs.c333 (void) showxdr_u_long("Cookie = %lu");
H A Dsnoop_display.c351 showxdr_u_long(char *fmt) in showxdr_u_long() function