| /src/sys/ufs/chfs/ |
| ebh_misc.h | 51 RB_REMOVE(name, head, var); \ 62 RB_REMOVE(name, head, var); \
|
| ebh.c | 657 le = RB_REMOVE(ltree_rbtree, &ebh->ltree, le); 713 RB_REMOVE(ltree_rbtree, &ebh->ltree, le); 1039 RB_REMOVE(peb_in_use_rbtree, &ebh->in_use, peb); 1796 RB_REMOVE(peb_free_rbtree, &ebh->free, peb);
|
| /src/external/bsd/tmux/dist/ |
| key-bindings.c | 145 RB_REMOVE(key_bindings, &table->key_bindings, bd); 149 RB_REMOVE(key_bindings, &table->default_key_bindings, bd); 210 RB_REMOVE(key_bindings, &table->key_bindings, bd); 247 RB_REMOVE(key_bindings, &table->key_bindings, bd); 252 RB_REMOVE(key_tables, &key_tables, table); 297 RB_REMOVE(key_tables, &key_tables, table);
|
| cmd-rename-session.c | 72 RB_REMOVE(sessions, &sessions, s);
|
| hyperlinks.c | 122 RB_REMOVE(hyperlinks_by_inner_tree, &hl->by_inner, hlu); 123 RB_REMOVE(hyperlinks_by_uri_tree, &hl->by_uri, hlu);
|
| paste.c | 155 RB_REMOVE(paste_name_tree, &paste_by_name, pb); 156 RB_REMOVE(paste_time_tree, &paste_by_time, pb); 248 RB_REMOVE(paste_name_tree, &paste_by_name, pb);
|
| environ.c | 61 RB_REMOVE(environ, env, envent); 174 RB_REMOVE(environ, env, envent);
|
| server-acl.c | 116 RB_REMOVE(server_acl_entries, &server_acl_entries, user);
|
| cmd-wait-for.c | 114 RB_REMOVE(wait_channels, &wait_channels, wc);
|
| file.c | 146 RB_REMOVE(client_files, cf->tree, cf); 557 RB_REMOVE(client_files, cf->tree, cf); 666 RB_REMOVE(client_files, files, cf); 687 RB_REMOVE(client_files, cf->tree, cf);
|
| session.c | 208 RB_REMOVE(sessions, &sessions, s); 568 RB_REMOVE(session_groups, &session_groups, sg);
|
| control.c | 209 RB_REMOVE(control_sub_panes, &csub->panes, csp); 213 RB_REMOVE(control_sub_windows, &csub->windows, csw); 218 RB_REMOVE(control_subs, &cs->subs, csub); 301 RB_REMOVE(control_panes, &cs->panes, cp);
|
| window.c | 205 RB_REMOVE(winlinks, wwl, wl); 344 RB_REMOVE(windows, &windows, w); 1009 RB_REMOVE(window_pane_tree, &all_window_panes, wp); 1663 RB_REMOVE(winlinks, &s->windows, wl);
|
| utf8.c | 362 RB_REMOVE(utf8_width_cache, &utf8_width_cache, old); 381 RB_REMOVE(utf8_width_cache, &utf8_width_cache, uw);
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_drawable.c | 103 RB_REMOVE(drawable_tree, &dev->drw_head, 170 RB_REMOVE(drawable_tree, &dev->drw_head,
|
| /src/crypto/external/bsd/openssh/dist/ |
| srclimit.c | 227 if (RB_REMOVE(penalties_by_expiry, by_expiry, 229 RB_REMOVE(penalties_by_addr, by_addr, 328 if (RB_REMOVE(penalties_by_expiry, by_expiry, p) != p || 329 RB_REMOVE(penalties_by_addr, by_addr, p) != p) 445 if (RB_REMOVE(penalties_by_expiry, by_expiry, existing) != existing)
|
| krl.c | 158 RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs); 162 RB_REMOVE(revoked_key_id_tree, &rc->revoked_key_ids, rki); 181 RB_REMOVE(revoked_blob_tree, &krl->revoked_keys, rb); 186 RB_REMOVE(revoked_blob_tree, &krl->revoked_sha1s, rb); 191 RB_REMOVE(revoked_blob_tree, &krl->revoked_sha256s, rb); 308 RB_REMOVE(revoked_serial_tree, rt, crs); 322 RB_REMOVE(revoked_serial_tree, rt, crs);
|
| /src/sys/dist/pf/net/ |
| pf_ruleset.c | 260 RB_REMOVE(pf_anchor_global, &pf_anchors, 296 RB_REMOVE(pf_anchor_global, &pf_anchors, ruleset->anchor); 298 RB_REMOVE(pf_anchor_node, &parent->children,
|
| pf_if.c | 175 RB_REMOVE(pfi_ifhead, &pfi_ifs, p); 261 RB_REMOVE(pfi_ifhead, &pfi_ifs, kif);
|
| /src/external/mit/libuv/dist/src/unix/ |
| linux-inotify.c | 161 RB_REMOVE(watcher_root, CAST(&loop->inotify_watchers), w);
|
| signal.c | 557 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle);
|
| /src/external/mit/libuv/dist/src/win/ |
| signal.c | 169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle);
|
| /src/share/man/man3/ |
| Makefile | 278 tree.3 RB_INIT.3 tree.3 RB_INSERT.3 tree.3 RB_REMOVE.3 \
|
| /src/sys/fs/autofs/ |
| autofs_vnops.c | 683 RB_REMOVE(autofs_node_tree, &anp->an_parent->an_children, anp);
|
| /src/external/mit/libuv/dist/include/uv/ |
| tree.h | 483 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y)
|