Searched refs:fileflags (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 347 int fileflags; in dofcntl() local 350 fileflags = info->pr_fileflags; in dofcntl() 353 if (fileflags != -1 || fdflags != -1) { in dofcntl() 355 if (fileflags != -1) in dofcntl() 356 show_fileflags(fileflags); in dofcntl()
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | debug.h | 51 extern struct flaglist dbgmap[], rflags[], fileflags[], diffmap[], errmap[];
|
H A D | debug.c | 108 struct flaglist fileflags[] = variable
|
H A D | recon.c | 129 showflags(fileflags, fp->f_flags), in reconcile()
|
H A D | eval.c | 377 showflags(fileflags, fp->f_flags), fp->f_name); in eval_file()
|
H A D | anal.c | 401 showflags(fileflags, fp->f_flags)); in check_file()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | os.c | 619 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 D | corenote.c | 2474 conv_cnote_fileflags(uint32_t fileflags, Conv_fmt_flags_t fmt_flags, in conv_cnote_fileflags() argument 2501 arg.oflags = arg.rflags = fileflags; in conv_cnote_fileflags() 2505 switch (fileflags & (0x600003)) { in conv_cnote_fileflags() 2519 arg.oflags &= ~(fileflags & 0x600003); in conv_cnote_fileflags() 2522 if (fileflags == 0) in conv_cnote_fileflags()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1693 uint32_t fileflags, mode, fdflags; 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()
|