Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c352 } ftype_names_t; typedef
354 static ftype_names_t ftype_names[] = {
366 static uint_t num_ftypes = sizeof (ftype_names) / sizeof (ftype_names_t);
368 static ftype_names_t open_rflags[] = {
375 sizeof (open_rflags) / sizeof (ftype_names_t) - 1;
377 static char *get_flags(uint_t, ftype_names_t *, uint_t, int, char *);
3680 get_flags(uint_t flag, ftype_names_t *names, uint_t num_flags, int shortname, in get_flags()
3686 ftype_names_t *fn = NULL; in get_flags()