Searched refs:ATTR_NONE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c201 #define ATTR_NONE 0 macro
322 gc_paint_char(i, yy, ' ', ATTR_NONE);
355 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1);
450 memset( buffer_attributes, ATTR_NONE, buffer_size );
648 gc_paint_char(xx, yy, 'E', ATTR_NONE);
802 gc_paint_char(i, gc_y, ' ', ATTR_NONE);
832 gc_attr = ATTR_NONE;
1022 gc_attr = ATTR_NONE;
1100 if ( gc_buffer_attributes[index] != ATTR_NONE ||
1109 /* attrs */ ATTR_NONE,
[all...]
/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c71 ATTR_NONE = 0x0, enumerator in enum:__anon867

Completed in 11 milliseconds