Searched refs:tree_get (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | scheduler_ramqueue.c | 197 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 D | queue_ram.c | 46 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 D | tree.h | 38 void *tree_get(struct tree *, uint64_t);
|
H A D | control.c | 99 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 D | queue_backend.c | 459 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 D | tree.c | 83 tree_get(struct tree *t, uint64_t id) in tree_get() function
|
H A D | lka_filter.c | 478 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 D | mta.c | 2382 c = tree_get(&relay->connectors, (uintptr_t)(source)); in mta_connector()
|
/openbsd/lib/libfuse/ |
H A D | fuse_ops.c | 90 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 D | fuse_subr.c | 47 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 D | tree.c | 63 tree_get(struct tree *t, uint64_t id) in tree_get() function
|
H A D | fuse_private.h | 137 void *tree_get(struct tree *, uint64_t);
|