Home
last modified time | relevance | path

Searched refs:SPLAY_INIT (Results 1 – 21 of 21) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Ddict.h32 #define dict_init(d) do { SPLAY_INIT(&((d)->dict)); (d)->count = 0; } while(0)
H A Dtree.h32 #define tree_init(t) do { SPLAY_INIT(&((t)->tree)); (t)->count = 0; } while(0)
H A Dmta.c543 SPLAY_INIT(&relays); in mta_postprivdrop()
544 SPLAY_INIT(&domains); in mta_postprivdrop()
545 SPLAY_INIT(&hosts); in mta_postprivdrop()
546 SPLAY_INIT(&sources); in mta_postprivdrop()
547 SPLAY_INIT(&routes); in mta_postprivdrop()
548 SPLAY_INIT(&blocks); in mta_postprivdrop()
H A Dresolver.c380 SPLAY_INIT(&reqs); in resolver_init()
H A Dbounce.c109 SPLAY_INIT(&messages); in bounce_init()
H A Dscheduler_ramqueue.c836 SPLAY_INIT(&rq->q_priotree); in rq_queue_init()
/openbsd/regress/sys/sys/tree/splay/
H A Dsplay-test.c64 SPLAY_INIT(&root); in main()
/openbsd/lib/libfuse/
H A Dfuse_private.h133 #define tree_init(t) SPLAY_INIT((t))
/openbsd/sys/arch/hppa/dev/
H A Dastro.c606 SPLAY_INIT(&ims->ims_map.ipm_tree); in iommu_iomap_create()
692 SPLAY_INIT(&ims->ims_map.ipm_tree); in iommu_iomap_clear_pages()
/openbsd/usr.sbin/lpd/
H A Dfrontend.c79 SPLAY_INIT(&conns); in frontend()
H A Dresolver.c302 SPLAY_INIT(&reqs); in resolver_init()
H A Dfrontend_lpr.c101 SPLAY_INIT(&conns); in lpr_init()
/openbsd/sys/arch/sparc64/dev/
H A Diommu.c1689 SPLAY_INIT(&ims->ims_map.ipm_tree); in iommu_iomap_create()
1852 SPLAY_INIT(&ims->ims_map.ipm_tree); in iommu_iomap_clear_pages()
H A Dviommu.c944 SPLAY_INIT(&ims->ims_map.ipm_tree); in viommu_iomap_create()
/openbsd/usr.sbin/httpd/
H A Dconfig.c671 SPLAY_INIT(&srv->srv_clients); in config_getserver()
H A Dparse.y317 SPLAY_INIT(&srv->srv_clients);
638 SPLAY_INIT(&srv->srv_clients);
/openbsd/usr.sbin/ldapd/
H A Dparse.y850 SPLAY_INIT(conf->sc_ssl); in parse_config()
/openbsd/sys/sys/
H A Dtree.h67 #define SPLAY_INIT(root) do { \ macro
/openbsd/usr.sbin/relayd/
H A Dparse.y1896 SPLAY_INIT(&rlay->rl_sessions);
3454 SPLAY_INIT(&rlay->rl_sessions); in relay_inherit()
/openbsd/sys/dev/pci/drm/
H A Ddrm_drv.c1425 SPLAY_INIT(&dev->files); in drm_attach()
H A Ddrm_linux.c783 SPLAY_INIT(&idr->tree); in idr_init()
985 SPLAY_INIT(&xa->xa_tree); in xa_init_flags()