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.c351 } ftype_names_t; typedef in typeref:struct:__anon3
353 static ftype_names_t ftype_names[] = {
365 static uint_t num_ftypes = sizeof (ftype_names) / sizeof (ftype_names_t);
367 static ftype_names_t open_rflags[] = {
374 sizeof (open_rflags) / sizeof (ftype_names_t) - 1;
376 static char *get_flags(uint_t, ftype_names_t *, uint_t, int, char *);
3677 get_flags(uint_t flag, ftype_names_t *names, uint_t num_flags, int shortname,
3683 ftype_names_t *fn = NULL;

Completed in 69 milliseconds