Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 7 of 7) sorted by relevance

/tools/firmware/vgabios/
A Dvgabios.c1465 if(attr&0x80)
1520 if (attr & 0x80)
1532 if (attr & 0x80)
1549 if (attr & 0x80)
1561 if (attr & 0x80)
1599 data = attr;
1633 dummy=((Bit16u)attr<<8)+car;
1865 data ^= attr;
1870 data |= attr;
1904 attr = 0x00;
[all …]
A Dclext.c881 mov ax, #0x0007 ;; attr
/tools/xentop/
A Dxentop.c83 static void attr_addstr(int attr, const char *str);
316 static void xentop_attron(int attr) in xentop_attron() argument
319 attron(attr); in xentop_attron()
322 static void xentop_attroff(int attr) in xentop_attroff() argument
325 attroff(attr); in xentop_attroff()
329 static void attr_addstr(int attr, const char *str) in attr_addstr() argument
331 xentop_attron(attr); in attr_addstr()
333 xentop_attroff(attr); in attr_addstr()
/tools/libs/store/
A Dxs.c1012 pthread_attr_t attr; in xs_watch() local
1015 size_t (*getsz)(pthread_attr_t *attr); in xs_watch()
1018 if (pthread_attr_init(&attr) != 0) { in xs_watch()
1026 stack_size = getsz(&attr); in xs_watch()
1031 if (pthread_attr_setstacksize(&attr, stack_size) != 0) { in xs_watch()
1032 pthread_attr_destroy(&attr); in xs_watch()
1040 if (pthread_create(&h->read_thr, &attr, read_thread, h) != 0) { in xs_watch()
1042 pthread_attr_destroy(&attr); in xs_watch()
1048 pthread_attr_destroy(&attr); in xs_watch()
/tools/libs/light/
A Dlibxl_internal.c357 pthread_mutexattr_t attr; in libxl__init_recursive_mutex() local
360 if (pthread_mutexattr_init(&attr) != 0) { in libxl__init_recursive_mutex()
365 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) != 0) { in libxl__init_recursive_mutex()
370 if (pthread_mutex_init(lock, &attr) != 0) { in libxl__init_recursive_mutex()
376 pthread_mutexattr_destroy(&attr); in libxl__init_recursive_mutex()
/tools/console/client/
A Dmain.c326 struct termios attr; in main() local
487 init_term(spty, &attr); in main()
/tools/xenmon/
A Dxenmon.py244 def display(scr, row, col, str, attr=0): argument
246 scr.addstr(row, col, str, attr)

Completed in 24 milliseconds