Home
last modified time | relevance | path

Searched refs:SH_LIST_INSERT_HEAD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c60 SH_LIST_INSERT_HEAD(hp, elp, links, __data);
206 SH_LIST_INSERT_HEAD(hp, newp, links, __data);
227 SH_LIST_INSERT_HEAD(hp, newp, links, __data);
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c146 SH_LIST_INSERT_HEAD(&sh_parent->heldby, lp,
578 SH_LIST_INSERT_HEAD(&sh_locker->heldby, newl, locker_links, __db_lock);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h97 #define SH_LIST_INSERT_HEAD(head, elm, field, type) do { \ macro