Searched refs:nt_list_append (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | list.h | 424 #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 D | list.c | 249 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 D | inpututils.c | 910 nt_list_append(opt, list, InputOption, list.next); in input_option_new()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1483 nt_list_append(newCR, scrp->clockRanges, ClockRange, next); in xf86ValidateModes()
|