Searched refs:CATEGORY_FS (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dcache_module.c332 return cache_fetch_item(si, CATEGORY_FS, name, 0, SEL_NAME);
338 return cache_fetch_item(si, CATEGORY_FS, name, 0, SEL_NUMBER);
344 return cache_fetch_list(si, CATEGORY_FS);
H A Dsearch_module.c693 return search_item_byname(si, name, CATEGORY_FS, si_fs_byspec);
699 return search_item_byname(si, name, CATEGORY_FS, si_fs_byfile);
705 return search_list(si, CATEGORY_FS, si_fs_all);
1013 else if (string_equal(tokens[0], "fs")) cat = CATEGORY_FS;
H A Dlibinfo.c174 case CATEGORY_FS:
2159 LI_set_thread_item(CATEGORY_FS + 100, item);
2189 sictx->cat = CATEGORY_FS;
2215 LI_set_thread_item(CATEGORY_FS + 200, item);
2235 sictx->cat = CATEGORY_FS;
2258 LI_set_thread_list(CATEGORY_FS, NULL);
2272 list = LI_get_thread_list(CATEGORY_FS);
2276 LI_set_thread_list(CATEGORY_FS, list);
2292 LI_set_thread_list(CATEGORY_FS, NULL);
H A Dfile_module.c419 case CATEGORY_FS:
1778 item = (si_item_t *)LI_ils_create("L4488sssss44", (unsigned long)si, CATEGORY_FS, 1, va, vb, tokens[0], tokens[1], tokens[2], tokens[3], (fstype == NULL) ? "rw" : fstype, freq, passno);
1863 rootfs = (si_item_t *)LI_ils_create("L4488sssss44", (unsigned long)si, CATEGORY_FS, 1, 0LL, 0LL, root_spec, root_path, rootfsinfo.f_fstypename, FSTAB_RW, FSTAB_RW, 0, 1);
H A Dds_module.c1496 return (si_item_t *)LI_ils_create("L4488sssss44", (unsigned long)si, CATEGORY_FS, 1, valid_global, valid_cat, tmp.fs_spec, tmp.fs_file, tmp.fs_vfstype, tmp.fs_mntops, tmp.fs_type, tmp.fs_freq, tmp.fs_passno);
1556 return (si_item_t *)LI_ils_create("L4488sssss44", (unsigned long)si, CATEGORY_FS, 1, valid_global, valid_cat, tmp.fs_spec, tmp.fs_file, tmp.fs_vfstype, tmp.fs_mntops, tmp.fs_type, tmp.fs_freq, tmp.fs_passno);
2082 item = _ds_item(si, CATEGORY_FS, "getfsbyname", NULL, _extract_fstab, payload);
2091 return _ds_list(si, CATEGORY_FS, "getfsent", NULL, _extract_fstab);
H A Dsi_module.h104 #define CATEGORY_FS 12 macro
H A Dsi_module.c475 case CATEGORY_FS:

Completed in 144 milliseconds