Home
last modified time | relevance | path

Searched refs:show_mode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c49 static char *show_mode(int);
100 show_mode(ntp->li_vn_mode & NTPMODEMASK), in interpret_ntp()
108 show_mode(ntpc->li_vn_mode & NTPMODEMASK), in interpret_ntp()
117 show_mode(ntpp->rm_vn_mode & NTPMODEMASK)); in interpret_ntp()
145 show_mode(ntp->li_vn_mode & NTPMODEMASK)); in interpret_ntp()
244 show_mode(ntp->li_vn_mode & NTPMODEMASK)); in interpret_ntp()
320 show_mode(INFO_MODE(ntpp->rm_vn_mode))); in interpret_ntp()
366 show_mode(ntp->li_vn_mode & NTPMODEMASK)); in interpret_ntp()
387 show_mode(int mode) in show_mode() function
/illumos-gate/usr/src/tools/smatch/src/
H A Dtest-dissect.c16 static inline const char *show_mode(unsigned mode) in show_mode() function
42 pos->line, pos->pos, storage(sym), show_mode(mode)); in print_usage()