Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c326 int fileflags; in dofcntl() local
329 fileflags = info->pr_fileflags; in dofcntl()
332 if (fileflags != -1 || fdflags != -1) { in dofcntl()
334 if (fileflags != -1) in dofcntl()
335 show_fileflags(fileflags); in dofcntl()
/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.h51 extern struct flaglist dbgmap[], rflags[], fileflags[], diffmap[], errmap[];
H A Ddebug.c108 struct flaglist fileflags[] = variable
H A Drecon.c129 showflags(fileflags, fp->f_flags), in reconcile()
H A Deval.c377 showflags(fileflags, fp->f_flags), fp->f_name); in eval_file()
H A Danal.c401 showflags(fileflags, fp->f_flags)); in check_file()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c619 int fileflags; in sqliteOsOpenExclusive() local
621 fileflags = FILE_ATTRIBUTE_TEMPORARY | FILE_FLAG_RANDOM_ACCESS in sqliteOsOpenExclusive()
624 fileflags = FILE_FLAG_RANDOM_ACCESS; in sqliteOsOpenExclusive()
631 fileflags, in sqliteOsOpenExclusive()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c2473 conv_cnote_fileflags(uint32_t fileflags, Conv_fmt_flags_t fmt_flags, in conv_cnote_fileflags() argument
2500 arg.oflags = arg.rflags = fileflags; in conv_cnote_fileflags()
2504 switch (fileflags & (0x600003)) { in conv_cnote_fileflags()
2518 arg.oflags &= ~(fileflags & 0x600003); in conv_cnote_fileflags()
2521 if (fileflags == 0) in conv_cnote_fileflags()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1693 uint32_t fileflags, mode; in dump_prfdinfo() local
1716 fileflags = extract_as_word(state, &layout->pr_fileflags); in dump_prfdinfo()
1719 conv_cnote_fileflags(fileflags, 0, buf, sizeof (buf))); in dump_prfdinfo()