Searched refs:LIST_INSERT_HEAD (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | neti_stack.c | 113 LIST_INSERT_HEAD(&neti_stack_list, nts, nts_next); in neti_stack_init() 124 LIST_INSERT_HEAD(&nts->nts_instances, dup, nini_next); in neti_stack_init() 373 LIST_INSERT_HEAD(&neti_instance_list, parent, nini_next); in net_instance_register() 394 LIST_INSERT_HEAD(&nts->nts_instances, tmp, nini_next); in net_instance_register()
|
H A D | neti_impl.c | 92 LIST_INSERT_HEAD(&nts->nts_netd_head, new, netd_list); in net_protocol_register()
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dispatch.c | 217 LIST_INSERT_HEAD(&hp->head, elp, links);
|
/titanic_41/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_open.c | 217 LIST_INSERT_HEAD(&dbmp->dbregq, mpr, q);
|
/titanic_41/usr/src/uts/common/io/bpf/ |
H A D | bpf_mod.c | 288 LIST_INSERT_HEAD(&bpf_providers, bp, bpl_next); in bpf_provider_add()
|
H A D | bpf.c | 507 LIST_INSERT_HEAD(&bpf_list, d, bd_list); in bpfopen()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-queue.h | 111 #define LIST_INSERT_HEAD(head, elm, field) { \ macro
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | sys-queue.h | 77 #undef LIST_INSERT_HEAD 292 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | queue.h | 117 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 439 LIST_INSERT_HEAD(&child_list, cp, list); in cmd_start()
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | queue.h | 390 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | queue.h | 158 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_connect.c | 694 LIST_INSERT_HEAD(&cl_head, clp, cl_q); in ndmp_connect_list_add()
|
H A D | ndmpd_util.c | 1471 LIST_INSERT_HEAD(olhp, olp, ol_q); in ndmp_open_list_add()
|