Searched refs:uflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/usr.bin/fstat/ |
| D | fuser.c | 75 } uflags[] = { variable 84 #define NUFLAGS (sizeof(uflags) / sizeof(*uflags)) 91 int uflags; member 135 if ((cons->uflags & uflags[i].flag) != 0) in printflags() 136 fputc(uflags[i].ch, stderr); in printflags() 335 cons->uflags |= fst->fs_uflags; in dofiles() 347 cons->uflags = fst->fs_uflags; in dofiles()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/ |
| D | uu_open.c | 47 uu_open_tmp(const char *dir, uint_t uflags) in uu_open_tmp() argument
|
| D | libuutil.h | 141 extern int uu_open_tmp(const char *dir, uint_t uflags);
|
| /freebsd-12-stable/lib/libprocstat/ |
| D | libprocstat.c | 388 filestat_new_entry(void *typedep, int type, int fd, int fflags, int uflags, in filestat_new_entry() argument 400 entry->fs_uflags = uflags; in filestat_new_entry() 830 int i, type, uflags; in procstat_getfiles_sysctl() local 864 uflags = kinfo_uflags2fst(kif->kf_fd); in procstat_getfiles_sysctl() 876 entry = filestat_new_entry(kif, type, fd, fflags, uflags, in procstat_getfiles_sysctl()
|
| /freebsd-12-stable/sys/dev/sym/ |
| D | sym_hipd.c | 494 static void *__sym_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __sym_calloc2() argument 505 else if (uflags & MEMO_WARN) in __sym_calloc2()
|