Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/osfmk/console/art/
H A Dscalegear.c40 vImage_Buffer vs; in main() local
46 vs.width = kGearWidth * 2; in main()
47 vs.height = kGearHeight * 2 * kGearFrames; in main()
48 vs.rowBytes = vs.width * sizeof(uint32_t); in main()
49 vs.data = malloc(vs.height * vs.rowBytes); in main()
51 vd.width = 1.5 * vs.width; in main()
52 vd.height = 1.5 * vs.height; in main()
56 for (i = 0; i < vs.width * vs.height; i++) { in main()
59 ((uint32_t *)vs.data)[i] = data32; in main()
62 verr = vImageScale_ARGB8888(&vs, &vd, NULL, kvImageHighQualityResampling); in main()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_attrlist.c996 struct vfs_attr vs = {}; in getvolattrlist() local
1014 VFSATTR_INIT(&vs); in getvolattrlist()
1015 vs.f_vol_name = NULL; in getvolattrlist()
1038 bzero(&vs, sizeof(vs)); in getvolattrlist()
1062 if ((error = getvolattrlist_setupvfsattr(alp, &vs, &fixedsize, is_64bit)) != 0) { in getvolattrlist()
1066 if (vs.f_active != 0) { in getvolattrlist()
1068 if (VFSATTR_IS_ACTIVE(&vs, f_vol_name)) { in getvolattrlist()
1069 vs.f_vol_name = (char *) zalloc(ZV_NAMEI); in getvolattrlist()
1070 vs.f_vol_name[0] = '\0'; in getvolattrlist()
1073 …vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, vs.f_supported); in getvolattrlist()
[all …]
/xnu-12377.61.12/doc/mach_ipc/
H A Dport_types.md74 vs. "strong" service ports, and the kernel will eventually enforce that launchd
/xnu-12377.61.12/doc/vm/
H A Dmemorystatus.md107 Daemons have different memory limits when they're inactive (in band 0) vs. active (above band 0). T…
H A Dfreezer.md19 …for freezing. This is basically just looking at the number of dirty shared vs. anonymous pages. Se…
/xnu-12377.61.12/doc/lifecycle/
H A Dhibernation.md232 other threads can run or any devices are turned on. This split of wired vs.