Searched refs:fileflags (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/filesync/ |
H A D | debug.h | 53 extern struct flaglist dbgmap[], rflags[], fileflags[], diffmap[], errmap[];
|
H A D | debug.c | 109 struct flaglist fileflags[] = variable
|
H A D | recon.c | 129 showflags(fileflags, fp->f_flags), in reconcile()
|
H A D | eval.c | 379 showflags(fileflags, fp->f_flags), fp->f_name); in eval_file()
|
H A D | anal.c | 402 showflags(fileflags, fp->f_flags)); in check_file()
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 357 int fileflags; in dofcntl() local 363 fileflags = info->pr_fileflags; in dofcntl() 366 if (fileflags != -1 || fdflags != -1) { in dofcntl() 368 if (fileflags != -1) in dofcntl() 369 show_fileflags(fileflags); in dofcntl()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.c | 2453 conv_cnote_fileflags(uint32_t fileflags, Conv_fmt_flags_t fmt_flags, in conv_cnote_fileflags() argument 2480 arg.oflags = arg.rflags = fileflags; in conv_cnote_fileflags() 2484 switch (fileflags & (0x600003)) { in conv_cnote_fileflags() 2498 arg.oflags &= ~(fileflags & 0x600003); in conv_cnote_fileflags() 2501 if (fileflags == 0) in conv_cnote_fileflags()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | os.c | 622 int fileflags; in sqliteOsOpenExclusive() local 624 fileflags = FILE_ATTRIBUTE_TEMPORARY | FILE_FLAG_RANDOM_ACCESS in sqliteOsOpenExclusive() 627 fileflags = FILE_FLAG_RANDOM_ACCESS; in sqliteOsOpenExclusive() 634 fileflags, in sqliteOsOpenExclusive()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1579 uint32_t fileflags, mode; in dump_prfdinfo() local 1602 fileflags = extract_as_word(state, &layout->pr_fileflags); in dump_prfdinfo() 1605 conv_cnote_fileflags(fileflags, 0, buf, sizeof (buf))); in dump_prfdinfo()
|