Home
last modified time | relevance | path

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

/external/libiio/src/iiod/
Dops.c959 SLIST_INSERT_HEAD(&entry->thdlist_head, thd, dev_list_entry); in open_dev_helper()
979 SLIST_INSERT_HEAD(&pdata->thdlist_head, thd, parser_list_entry); in open_dev_helper()
1006 SLIST_INSERT_HEAD(&entry->thdlist_head, thd, dev_list_entry); in open_dev_helper()
1037 SLIST_INSERT_HEAD(&pdata->thdlist_head, thd, parser_list_entry); in open_dev_helper()
Dqueue.h175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/external/openssh/openbsd-compat/
Dsys-queue.h55 #undef SLIST_INSERT_HEAD
222 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h143 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/external/libevent/compat/sys/
Dqueue.h128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/external/iperf3/src/
Dqueue.h137 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
Diperf_api.c2349 SLIST_INSERT_HEAD(&testp->protocols, tcp, protocols); in iperf_defaults()
3768 SLIST_INSERT_HEAD(&test->streams, sp, streams); in iperf_add_stream()