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

/xnu-2422.115.4/tools/tests/unit_tests/guarded_fd_tests_11746236_src/
H A Dguarded_test_framework.c164 posix_spawnattr_t attrs; local
212 posix_spawnattr_init(&attrs);
214 if ((err = posix_spawnattr_setflags(&attrs, POSIX_SPAWN_SETEXEC)) != 0) {
237 if ((err = posix_spawn(NULL, child_args[0], NULL, &attrs, &child_args[0], environ)) != 0) {
/xnu-2422.115.4/tools/tests/unit_tests/guarded_mach_port_tests_11178535_src/
H A Dguarded_test_framework.c144 posix_spawnattr_t attrs; local
192 posix_spawnattr_init(&attrs);
194 if ((err = posix_spawnattr_setflags(&attrs, POSIX_SPAWN_SETEXEC)) != 0) {
217 if ((err = posix_spawn(NULL, child_args[0], NULL, &attrs, &child_args[0], environ)) != 0) {
/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/
H A Dcpumon_test_framework.c262 posix_spawnattr_t attrs; local
395 posix_spawnattr_init(&attrs);
397 if ((err = posix_spawnattr_setflags(&attrs, POSIX_SPAWN_SETEXEC)) != 0) {
402 /* Use high values so the system defaults take effect (spawn attrs are capped) */
407 if ((err = posix_spawnattr_setcpumonitor(&attrs, percent, interval)) != 0) {
432 if ((err = posix_spawn(NULL, child_args[0], NULL, &attrs, &child_args[0], environ)) != 0) {
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c135 int attrs, unsigned char ch_previous,
275 int attrs);
528 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs) argument
534 gc_buffer_attributes[index] = attrs;
539 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0);
1067 /* attrs */ gc_buffer_attributes[index - jump],
1076 /* attrs */ gc_buffer_attributes[index - jump],
1111 /* attrs */ ATTR_NONE,
1120 /* attrs */ ATTR_NONE,
1176 /* attrs */ gc_buffer_attribute
1440 vc_paint_char_8(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, __unused unsigned char ch_previous, __unused int attrs_previous) argument
1496 vc_paint_char_16(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, __unused unsigned char ch_previous, __unused int attrs_previous) argument
1549 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1612 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_guarded.c151 fp_isguarded(struct fileproc *fp, u_int attrs) argument
159 return ((attrs & gfp->gf_attrs) ? 1 : 0);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c366 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, argument
374 if (tab->attr & attrs) {
390 if (attrs & ~recognised)
596 getattrlist_parsetab(struct getattrlist_attrtab *tab, attrgroup_t attrs, struct vnode_attr *vap, argument
604 if (tab->attr & attrs) {
617 if (attrs == recognised)
623 if (attrs & ~recognised)
816 /* Keep invalid attrs from being uninitialized */
1423 /* Keep invalid attrs from being uninitialized */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c232 attrgroup_t attrs; local
234 attrs = ap->a_searchattrs->commonattr | ap->a_returnattrs->commonattr;
235 if (attrs & (ATTR_CMN_NAME | ATTR_CMN_PAROBJID)) {

Completed in 89 milliseconds