/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | bootsect.h | 42 extern BOOL ntfs_boot_sector_is_ntfs(NTFS_BOOT_SECTOR *b, BOOL silent);
|
H A D | collate.h | 32 extern BOOL ntfs_is_collation_rule_supported(COLLATION_RULES cr);
|
H A D | security.h | 31 extern BOOL ntfs_guid_is_zero(const GUID *guid); 42 static __inline__ BOOL ntfs_sid_is_valid(const SID *sid)
|
H A D | support.h | 87 static __inline__ BOOL _test_and_set_bit(unsigned long bit, unsigned long *var) 89 const BOOL old_state = test_bit(bit, *var); 95 static __inline__ BOOL _test_and_clear_bit(unsigned long bit, unsigned long *var) 97 const BOOL old_state = test_bit(bit, *var); 104 const BOOL old_state = test_bit(bit, var); \ 111 const BOOL old_state = test_bit(bit, var); \
|
H A D | index.h | 94 BOOL is_in_root; 100 BOOL ib_dirty;
|
H A D | attrib.h | 78 BOOL is_first; 278 extern void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, 279 const BOOL compressed, const BOOL encrypted, const BOOL sparse, 339 extern int __ntfs_attr_truncate(ntfs_attr *na, const s64 newsize, BOOL sparse);
|
H A D | types.h | 98 * Cygwin has a collision between our BOOL and <windef.h>'s 103 * enum BOOL - These are just to make the code more readable... 124 } BOOL; typedef in typeref:enum:__anon2155
|
H A D | unistr.h | 29 extern BOOL ntfs_names_are_equal(const ntfschar *s1, size_t s1_len,
|
H A D | logfile.h | 437 extern BOOL ntfs_check_logfile(ntfs_attr *log_na, RESTART_PAGE_HEADER **rp); 438 extern BOOL ntfs_is_logfile_clean(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp);
|
H A D | volume.h | 237 extern int ntfs_device_umount(ntfs_volume *vol, const BOOL force); 240 extern int ntfs_umount(ntfs_volume *vol, const BOOL force);
|
H A D | logging.h | 61 BOOL ntfs_log_parse_option(const char *option);
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfscat.h | 41 BOOL raw; /* Raw data output */
|
H A D | utils.h | 46 int utils_parse_size(const char *value, s64 *size, BOOL scale); 47 int utils_parse_range(const char *string, s64 *start, s64 *finish, BOOL scale);
|
H A D | ntfsfix.c | 295 BOOL done; 356 BOOL use_mirr; 482 BOOL force = FALSE;
|
/osnet-11/usr/src/lib/sasl_plugins/cram/ |
H A D | crammd5_init.c | 25 BOOL APIENTRY DllMain( HANDLE hModule,
|
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5_init.c | 25 BOOL APIENTRY DllMain( HANDLE hModule,
|
/osnet-11/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapiv2_init.c | 25 BOOL APIENTRY DllMain( HANDLE hModule,
|
/osnet-11/usr/src/lib/sasl_plugins/plain/ |
H A D | plain_init.c | 25 BOOL APIENTRY DllMain( HANDLE hModule,
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | logfile.c | 56 static BOOL ntfs_check_restart_page_header(RESTART_PAGE_HEADER *rp, s64 pos) 60 BOOL have_usa = TRUE; 160 static BOOL ntfs_check_restart_area(RESTART_PAGE_HEADER *rp) 275 static BOOL ntfs_check_log_client_array(RESTART_PAGE_HEADER *rp) 280 BOOL in_free_list, idx_is_first; 462 BOOL ntfs_check_logfile(ntfs_attr *log_na, RESTART_PAGE_HEADER **rp) 471 BOOL logfile_is_empty = TRUE; 650 BOOL ntfs_is_logfile_clean(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp)
|
H A D | runlist.c | 124 static BOOL ntfs_rl_are_mergeable(runlist_element *dst, 188 BOOL right = FALSE; /* Right end of @src needs merging */ 255 BOOL left = FALSE; /* Left end of @src needs merging */ 256 BOOL disc = FALSE; /* Discontinuity between @dst and @src */ 352 BOOL left = FALSE; /* Left end of @src needs merging */ 353 BOOL right = FALSE; /* Right end of @src needs merging */ 592 BOOL start; 593 BOOL finish; 1867 static runlist_element * test_rl_pure_src(BOOL contig, BOOL mult [all...] |
H A D | collate.c | 161 BOOL ntfs_is_collation_rule_supported(COLLATION_RULES cr)
|
H A D | bootsect.c | 59 BOOL ntfs_boot_sector_is_ntfs(NTFS_BOOT_SECTOR *b, 60 const BOOL silent __attribute__((unused)))
|
H A D | security.c | 57 BOOL ntfs_guid_is_zero(const GUID *guid)
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astdynamic.c | 94 BOOL WINAPI
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | ss_internal.h | 49 typedef char BOOL; typedef
|