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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c139 int attrs, unsigned char ch_previous,
273 int attrs);
526 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs) argument
532 gc_buffer_attributes[index] = attrs;
537 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0);
1065 /* attrs */ gc_buffer_attributes[index - jump],
1074 /* attrs */ gc_buffer_attributes[index - jump],
1109 /* attrs */ ATTR_NONE,
1118 /* attrs */ ATTR_NONE,
1178 /* attrs */ gc_buffer_attribute
1462 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
1518 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
1571 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1634 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c264 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, argument
272 if (tab->attr & attrs) {
288 if (attrs & ~recognised)
455 getattrlist_parsetab(struct getattrlist_attrtab *tab, attrgroup_t attrs, struct vnode_attr *vap, argument
463 if (tab->attr & attrs) {
476 if (attrs == recognised)
482 if (attrs & ~recognised)
669 /* Keep invalid attrs from being uninitialized */
1268 /* Keep invalid attrs from being uninitialized */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c229 attrgroup_t attrs; local
231 attrs = ap->a_searchattrs->commonattr | ap->a_returnattrs->commonattr;
232 if (attrs & (ATTR_CMN_NAME | ATTR_CMN_PAROBJID))

Completed in 31 milliseconds