Home
last modified time | relevance | path

Searched refs:tree_get (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dscheduler_ramqueue.c197 if ((update = tree_get(&updates, msgid)) == NULL) { in scheduler_ram_insert()
380 hq = tree_get(&holdqs[evp->type], holdq); in scheduler_ram_hold()
422 hq = tree_get(&holdqs[type], holdq); in scheduler_ram_release()
667 if ((msg = tree_get(&ramqueue.messages, msgid)) == NULL) in scheduler_ram_schedule()
669 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) in scheduler_ram_schedule()
678 if ((msg = tree_get(&ramqueue.messages, msgid)) == NULL) in scheduler_ram_schedule()
705 if ((msg = tree_get(&ramqueue.messages, msgid)) == NULL) in scheduler_ram_remove()
707 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) in scheduler_ram_remove()
741 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) in scheduler_ram_suspend()
775 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) in scheduler_ram_resume()
[all …]
H A Dqueue_ram.c46 msg = tree_get(&messages, msgid); in get_message()
83 if ((msg = tree_get(&messages, msgid)) == NULL) { in queue_ram_message_commit()
152 if ((msg = tree_get(&messages, msgid)) == NULL) { in queue_ram_message_fd_r()
254 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) { in queue_ram_envelope_update()
281 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) { in queue_ram_envelope_load()
H A Dtree.h38 void *tree_get(struct tree *, uint64_t);
H A Dcontrol.c99 c = tree_get(&ctl_conns, imsg->hdr.peerid); in control_imsg()
107 c = tree_get(&ctl_conns, imsg->hdr.peerid); in control_imsg()
303 count = tree_get(&ctl_count, euid); in control_accept()
319 } while (tree_get(&ctl_conns, connid)); in control_accept()
H A Dqueue_backend.c459 if ((cached = tree_get(&evpcache_tree, e->id)) == NULL) { in queue_envelope_cache_update()
547 (cached = tree_get(&evpcache_tree, evpid))) { in queue_envelope_load()
H A Dtree.c83 tree_get(struct tree *t, uint64_t id) in tree_get() function
H A Dlka_filter.c478 if ((fs = tree_get(&sessions, reqid)) == NULL) in lka_filter_proc_in_session()
628 if ((fs = tree_get(&sessions, reqid)) == NULL) in lka_filter_process_response()
881 if ((fs = tree_get(&sessions, reqid)) == NULL) in filter_protocol_next()
903 if ((fs = tree_get(&sessions, reqid)) == NULL) in filter_data_next()
H A Dmta.c2382 c = tree_get(&relay->connectors, (uintptr_t)(source)); in mta_connector()
/openbsd/lib/libfuse/
H A Dfuse_ops.c90 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_getattr()
116 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_access()
146 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_open()
180 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_opendir()
327 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_readdir()
386 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_releasedir()
420 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_release()
456 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_fsync()
487 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_flush()
575 vn = tree_get(&f->vnode_tree, fbuf->fb_ino); in ifuse_ops_read()
[all …]
H A Dfuse_subr.c47 if ((vn->parent = tree_get(&f->vnode_tree, pino)) == NULL) { in alloc_vn()
182 vn = tree_get(&f->vnode_tree, ino); in build_realname()
H A Dtree.c63 tree_get(struct tree *t, uint64_t id) in tree_get() function
H A Dfuse_private.h137 void *tree_get(struct tree *, uint64_t);