| /freebsd/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 216 curnode = SLIST_NEXT(curnode, links); in symlist_search() 263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 268 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add() 270 links); in symlist_add() 275 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add() 285 links); in symlist_add() 289 curnode = SLIST_NEXT(curnode, links); in symlist_add() 292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 303 node2 = SLIST_NEXT(node1, links); in symlist_free() 318 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge() [all...] |
| H A D | aicasm.c | 67 STAILQ_ENTRY(patch) links; 220 links)) in main() 241 links); in main() 327 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch() 369 cur_instr = STAILQ_NEXT(cur_instr, links)) { in output_code() 399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code() 427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code() 445 cs = TAILQ_NEXT(cs, links)) { in output_code() 515 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch() 547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing() [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ |
| H A D | Makefile.in | 43 .links : 49 touch .links 58 $(XXSRCS) $(XXHEADERS) : .links 61 $(RM) *.dat .links $(XXHEADERS) $(XXSRCS) ucgendat 63 depend: .links
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_mesh.c | 614 sw1 = node->links[i]->switch_id; in get_switch_metric() 631 sw3 = s2->node->links[j]->switch_id; in get_switch_metric() 646 sw2 = node->links[j]->switch_id; in get_switch_metric() 758 nn = p_lash->switches[n->links[i]->switch_id]->node; in remove_edges() 826 p_lash->switches[node->links[port]->switch_id]->p_sw->p_node->print_desc); in print_axis() 1022 int l2 = s1->node->links[i]->link_id; in make_geometry() 1033 sw2 = s1->node->links[i]->switch_id; in make_geometry() 1070 s1 = p_lash->switches[s->node->links[i]->switch_id]; in make_geometry() 1071 s2 = p_lash->switches[s->node->links[j]->switch_id]; in make_geometry() 1078 if (s1->node->links[k]->switch_id == sw1) in make_geometry() [all …]
|
| /freebsd/sys/cam/ctl/ |
| H A D | ctl_frontend.c | 78 STAILQ_FOREACH(fe_tmp, &softc->fe_list, links) { in ctl_frontend_register() 98 STAILQ_INSERT_TAIL(&softc->fe_list, fe, links); in ctl_frontend_register() 119 STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links); in ctl_frontend_deregister() 132 STAILQ_FOREACH(fe, &softc->fe_list, links) { in ctl_frontend_find() 209 tport = nport, nport = STAILQ_NEXT(tport, links)) { in ctl_port_register() 212 STAILQ_INSERT_AFTER(&softc->port_list, tport, port, links); in ctl_port_register() 214 STAILQ_INSERT_HEAD(&softc->port_list, port, links); in ctl_port_register() 232 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links); in ctl_port_deregister() 325 STAILQ_FOREACH(lun, &softc->lun_list, links) in ctl_port_online() 340 STAILQ_FOREACH(lun, &softc->lun_list, links) { in ctl_port_online() [all …]
|
| H A D | ctl_backend.c | 71 STAILQ_FOREACH(be_tmp, &softc->be_list, links) { in ctl_backend_register() 92 STAILQ_INSERT_TAIL(&softc->be_list, be, links); in ctl_backend_register() 114 STAILQ_REMOVE(&softc->be_list, be, ctl_backend_driver, links); in ctl_backend_deregister() 127 STAILQ_FOREACH(be_tmp, &softc->be_list, links) { in ctl_backend_find()
|
| H A D | ctl_tpc.c | 93 TAILQ_ENTRY(tpc_io) links; 106 TAILQ_ENTRY(tpc_token) links; 152 TAILQ_ENTRY(tpc_list) links; 164 STAILQ_FOREACH(lun, &softc->lun_list, links) { in tpc_timeout() 166 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in tpc_timeout() 170 TAILQ_REMOVE(&lun->tpc_lists, list, links); in tpc_timeout() 178 TAILQ_FOREACH_SAFE(token, &softc->tpc_tokens, links, ttoken) { in tpc_timeout() 182 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in tpc_timeout() 211 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in ctl_tpc_shutdown() 231 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in ctl_tpc_lun_clear() [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_entry_link_resolver.c | 75 unsigned int links; /* # links not yet seen */ member 251 if (le->links == 0) { in archive_entry_linkify() 311 --le->links; in find_entry() 312 if (le->links > 0) in find_entry() 401 le->links = archive_entry_nlink(entry) - 1; in insert_entry() 444 unsigned int *links) in archive_entry_partial_links() argument 460 if (links != NULL) in archive_entry_partial_links() 461 *links = le->links; in archive_entry_partial_links() 465 if (links != NULL) in archive_entry_partial_links() 466 *links = 0; in archive_entry_partial_links()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-rehash.pod.in | 9 openssl-rehash, c_rehash - Create symbolic links to files named by the hash 44 file in the specified directory list and creates symbolic links 46 (If the platform does not support symbolic links, a copy is made.) 60 The links created are of the form I<HHHHHHHH.D>, where each I<H> 62 When a directory is processed, all links in it that have a name 105 links to be used for releases before 1.0.0. 110 Do not remove existing links. 111 This is needed when keeping new and old-style links in the same directory. 115 Generate links for both old-style (MD5) and new-style (SHA1) hashing. 116 This allows releases before 1.0.0 to use these links along-side newer [all …]
|
| /freebsd/lib/libmt/ |
| H A D | mtlib.c | 99 STAILQ_INSERT_TAIL(&mtinfo->entries, entry, links); in mt_start_element() 103 entry, links); in mt_start_element() 145 STAILQ_INSERT_TAIL(&entry->nv_list, nv, links); in mt_start_element() 239 STAILQ_FOREACH(nv, &entry->nv_list, links) { in mt_status_tree_sbuf() 245 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_sbuf() 258 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_print() 321 STAILQ_FOREACH(entry2, &entry->child_entries, links) { in mt_entry_find() 342 STAILQ_FOREACH(entry, &status_data->entries, links) { in mt_status_entry_find() 357 STAILQ_FOREACH_SAFE(entry2, &entry->child_entries, links, entry3) { in mt_status_entry_free() 359 links); in mt_status_entry_free() [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/rcache/ |
| H A D | memrcache.c | 39 K5_TAILQ_ENTRY(entry) links; 72 K5_TAILQ_INSERT_TAIL(&mrc->expiration_queue, entry, links); in insert_entry() 90 K5_TAILQ_REMOVE(&mrc->expiration_queue, entry, links); in discard_entry() 142 K5_TAILQ_FOREACH_SAFE(e, &mrc->expiration_queue, links, next) { in k5_memrcache_store() 160 K5_TAILQ_FOREACH_SAFE(e, &mrc->expiration_queue, links, next) { in k5_memrcache_free()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_ppp.c | 211 struct ng_ppp_link links[NG_PPP_MAX_LINKS];/* per-link info */ member 504 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor() 537 hookPtr = &priv->links[linkNum].hook; in ng_ppp_newhook() 545 if (priv->links[linkNum].conf.enableLink && in ng_ppp_newhook() 607 priv->links[i].conf = conf->links[i]; in ng_ppp_rcvmsg() 622 conf->links[i] = priv->links[i].conf; in ng_ppp_rcvmsg() 636 if (priv->links[i].seq != MP_NOSEQ) in ng_ppp_rcvmsg() 637 info->rseq[i] = priv->links[i].seq; in ng_ppp_rcvmsg() 660 &priv->bundleStats : &priv->links[linkNum].stats; in ng_ppp_rcvmsg() 763 priv->links[~index].hook = NULL; in ng_ppp_disconnect() [all …]
|
| /freebsd/sys/kern/ |
| H A D | subr_busdma_bounce.c | 62 STAILQ_ENTRY(bounce_page) links; 66 STAILQ_ENTRY(bounce_zone) links; 125 links); in _bus_dmamap_reserve_pages() 173 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone() 204 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone() 298 STAILQ_INSERT_TAIL(&bz->bounce_page_list, bpage, links); in alloc_bounce_pages() 365 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page() 393 STAILQ_INSERT_TAIL(&(map->bpages), bpage, links); in add_bounce_page() 411 STAILQ_FOREACH(bpage, &map->bpages, links) { in free_bounce_pages() 436 STAILQ_REMOVE_HEAD(&bz->bounce_map_waitinglist, links); in free_bounce_pages() [all …]
|
| /freebsd/contrib/ncurses/ |
| H A D | mk-1st.awk | 149 links[nlinks++] = end_name; 152 links[nlinks++] = abi_name; 153 links[nlinks++] = rel_name; 155 links[nlinks++] = abi_name; 159 links[nlinks++] = abi_name; 160 links[nlinks++] = lib_name; 162 links[nlinks++] = lib_name; 168 if ( links[j] == links[k] ) { 174 rmlink(directory, links[j]);
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | replay.c | 36 K5_TAILQ_ENTRY(entry) links; 98 K5_TAILQ_INSERT_TAIL(&expiration_queue, entry, links); in insert_entry() 122 K5_TAILQ_REMOVE(&expiration_queue, entry, links); in discard_entry() 208 K5_TAILQ_FOREACH_SAFE(e, &expiration_queue, links, next) { in kdc_insert_lookaside() 225 K5_TAILQ_FOREACH_SAFE(e, &expiration_queue, links, next) { in kdc_free_lookaside()
|
| /freebsd/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 209 struct dentry **links; member 547 node->links = malloc((num*sizeof(struct dentry *)), M_GCOV, M_NOWAIT|M_ZERO); in add_links() 548 if (node->links == NULL) in add_links() 559 node->links[i] = debugfs_create_symlink(deskew(path_basename), in add_links() 561 if (!node->links[i]) in add_links() 570 debugfs_remove(node->links[i]); in add_links() 571 free(node->links, M_GCOV); in add_links() 572 node->links = NULL; in add_links() 645 if (node->links == NULL) in remove_links() 648 debugfs_remove(node->links[i]); in remove_links() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 663 uint64_t links; in zfs_rmnode() local 752 links = 0; in zfs_rmnode() 754 &links, sizeof (links), tx)); in zfs_rmnode() 814 uint64_t links; in zfs_link_create() local 832 links = ZTOI(zp)->i_nlink; in zfs_link_create() 834 NULL, &links, sizeof (links)); in zfs_link_create() 884 links = ZTOI(dzp)->i_nlink; in zfs_link_create() 889 &links, sizeof (links)); in zfs_link_create() 960 uint64_t links; in zfs_drop_nlink_locked() local 986 links = ZTOI(zp)->i_nlink; in zfs_drop_nlink_locked() [all …]
|
| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_01.X.out | 1 …links>links</links><user>user</user><group>group</group><pre>that</pre><links>3</links><post>this<…
|
| H A D | test_01.XP.out | 160 <links>links</links> 164 <links>3</links> 168 <links>1</links>
|
| H A D | test_01.JPu.out | 173 "links": "links", 177 "links": 3, 181 "links": 1,
|
| H A D | test_01.J.out | 1 …tal":"octal","links":"links","user":"user","group":"group","pre":"that","links":3,"post":"this","m…
|
| H A D | test_01.JP.out | 173 "links": "links", 177 "links": 3, 181 "links": 1,
|
| /freebsd/usr.sbin/ppp/ |
| H A D | bundle.c | 220 for (dl = bundle->links; dl; dl = dl->next) in bundle_ClearQueues() 250 for (dl = bundle->links; dl; dl = dl->next) in bundle_LinksRemoved() 337 for (dl = bundle->links; dl; dl = dl->next) { in bundle_LayerDown() 377 for (dl = bundle->links; dl; dl = dl->next) in bundle_LayerFinish() 401 for (dl = bundle->links; dl; dl = dl->next) { in bundle_Close() 433 for (dl = bundle->links; dl; dl = dl->next) in bundle_Close() 446 for (dl = bundle->links; dl; dl = dl->next) in bundle_Down() 462 for (nlinks = 0, dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet() 497 for (dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet() 516 for (dl = bundle->links; dl; dl = dl->next) in bundle_IsSet() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | tzdb.h | 44 vector<time_zone_link> links; member 52 if (auto __it = ranges::lower_bound(links, __name, {}, &time_zone_link::name); in __locate_zone() 53 __it != links.end() && __it->name() == __name) in __locate_zone()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncu2openbsd | 897 my @links = (); 928 $links[ ++$#links ] = "captoinfo"; 929 $links[ ++$#links ] = "infotocap"; 938 $links[ ++$#links ] = "clear"; 943 $links[ ++$#links ] = "reset"; 957 if ( $#links >= 0 ) { 959 for my $n ( 0 .. $#links ) { 961 $bin_links[ ++$#bin_links ] = '${BINDIR}/' . $links[$n];
|