Searched refs:need_init (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c2168 boolean_t need_remove, need_init; local
2184 need_init = false;
2187 need_init = true;
2214 if (need_init) {
2351 int need_init; member in struct:jopen_cb_info
2390 // initialized) then just set the need_init flag.
2399 ji->need_init = 1;
2428 int *need_init)
2438 ji.need_init = 0;
2463 *need_init
2422 open_journal_dev(const char *vol_device, int need_clean, char *uuid_str, char *machine_serial_num, off_t jsize, size_t blksize, int *need_init) argument
2516 int need_init=0; local
2782 int need_init = 0; local
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_dir.c837 BOOL need_init, need_remove; local
855 need_init = FALSE;
859 need_init = TRUE;
891 if (need_init) {
/macosx-10.10/ruby-106/ruby/
H A Ddln.c616 load_1(int fd, long disp, const char *need_init) argument
840 if (need_init) {
849 init_funcname(&buf, need_init);
873 if (need_init) {

Completed in 136 milliseconds