Home
last modified time | relevance | path

Searched refs:nt_list_append (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h424 #define nt_list_append(_entry, _list, _type, _member) \ macro
450 nt_list_append((_list)->_member, _entry, _type, _member); \
/OK3568_Linux_fs/external/xserver/test/
H A Dlist.c249 nt_list_append(item, foo, struct foo, next); in test_nt_list_append()
322 nt_list_append(item, foo, struct foo, next); in test_nt_list_delete()
/OK3568_Linux_fs/external/xserver/dix/
H A Dinpututils.c910 nt_list_append(opt, list, InputOption, list.next); in input_option_new()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c1483 nt_list_append(newCR, scrp->clockRanges, ClockRange, next); in xf86ValidateModes()