Searched refs:uflags (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.bin/fstat/ |
| HD | fuser.c | 73 } uflags[] = { variable 82 #define NUFLAGS (sizeof(uflags) / sizeof(*uflags)) 89 int uflags; member 133 if ((cons->uflags & uflags[i].flag) != 0) in printflags() 134 fputc(uflags[i].ch, stderr); in printflags() 333 cons->uflags |= fst->fs_uflags; in dofiles() 345 cons->uflags = fst->fs_uflags; in dofiles()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libuutil/common/ |
| HD | uu_open.c | 47 uu_open_tmp(const char *dir, uint_t uflags) in uu_open_tmp() argument
|
| HD | libuutil.h | 141 extern int uu_open_tmp(const char *dir, uint_t uflags);
|
| /NextBSD/lib/libprocstat/ |
| HD | libprocstat.c | 381 filestat_new_entry(void *typedep, int type, int fd, int fflags, int uflags, in filestat_new_entry() argument 393 entry->fs_uflags = uflags; in filestat_new_entry() 815 int i, type, uflags; in procstat_getfiles_sysctl() local 851 uflags = kinfo_uflags2fst(kif->kf_fd); in procstat_getfiles_sysctl() 863 entry = filestat_new_entry(kif, type, fd, fflags, uflags, in procstat_getfiles_sysctl()
|
| /NextBSD/sys/dev/sym/ |
| HD | sym_hipd.c | 490 static void *__sym_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __sym_calloc2() argument 501 else if (uflags & MEMO_WARN) in __sym_calloc2()
|