| /freebsd-13.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 218 curnode = SLIST_NEXT(curnode, links); in symlist_search() 270 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add() 272 links); in symlist_add() 287 links); in symlist_add() 291 curnode = SLIST_NEXT(curnode, links); in symlist_add() 305 node2 = SLIST_NEXT(node1, links); in symlist_free() 320 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge() 571 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump() 584 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump() 598 SLIST_REMOVE_HEAD(®isters, links); in symtable_dump() [all …]
|
| H A D | aicasm.c | 69 STAILQ_ENTRY(patch) links; 222 links)) in main() 243 links); in main() 401 cur_node = SLIST_NEXT(cur_node,links)) { in output_code() 429 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code() 447 cs = TAILQ_NEXT(cs, links)) { in output_code() 517 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch() 549 cur_func = SLIST_NEXT(cur_func, links)) in output_listing() 666 cur_patch = STAILQ_NEXT(cur_patch, links); in check_patch() 672 cur_patch = STAILQ_NEXT(cur_patch, links); in check_patch() [all …]
|
| /freebsd-13.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_mesh.c | 1085 if (s1->node->links[k]->switch_id == s2->node->links[l]->switch_id) { in make_geometry() 1140 link_t **links; in reorder_node_links() local 1154 free(links); in reorder_node_links() 1172 if (!node->links[l]) in reorder_node_links() 1175 links[next] = node->links[l]; in reorder_node_links() 1188 if (!node->links[i]) in reorder_node_links() 1191 links[next] = node->links[i]; in reorder_node_links() 1193 node->links[i] = NULL; in reorder_node_links() 1198 node->links[i] = links[i]; in reorder_node_links() 1202 free(links); in reorder_node_links() [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | rehash.pod | 9 c_rehash, rehash - Create symbolic links to files named by the hash values 33 file in the specified directory list and creates symbolic links 35 (If the platform does not support symbolic links, a copy is made.) 49 The links created are of the form C<HHHHHHHH.D>, where each B<H> 51 When processing a directory, B<rehash> will first remove all links 94 links to be used for releases before 1.0.0. 99 Do not remove existing links. 100 This is needed when keeping new and old-style links in the same directory. 104 Generate links for both old-style (MD5) and new-style (SHA1) hashing. 105 This allows releases before 1.0.0 to use these links along-side newer [all …]
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_frontend.c | 83 STAILQ_FOREACH(fe_tmp, &softc->fe_list, links) { in ctl_frontend_register() 103 STAILQ_INSERT_TAIL(&softc->fe_list, fe, links); in ctl_frontend_register() 124 STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links); in ctl_frontend_deregister() 137 STAILQ_FOREACH(fe, &softc->fe_list, links) { in ctl_frontend_find() 214 tport = nport, nport = STAILQ_NEXT(tport, links)) { in ctl_port_register() 219 STAILQ_INSERT_HEAD(&softc->port_list, port, links); in ctl_port_register() 237 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links); in ctl_port_deregister() 330 STAILQ_FOREACH(lun, &softc->lun_list, links) in ctl_port_online() 345 STAILQ_FOREACH(lun, &softc->lun_list, links) { in ctl_port_online() 374 STAILQ_FOREACH(lun, &softc->lun_list, links) in ctl_port_offline() [all …]
|
| H A D | ctl_backend.c | 76 STAILQ_FOREACH(be_tmp, &softc->be_list, links) { in ctl_backend_register() 97 STAILQ_INSERT_TAIL(&softc->be_list, be, links); in ctl_backend_register() 119 STAILQ_REMOVE(&softc->be_list, be, ctl_backend_driver, links); in ctl_backend_deregister() 132 STAILQ_FOREACH(be_tmp, &softc->be_list, links) { in ctl_backend_find()
|
| H A D | ctl_tpc.c | 96 TAILQ_ENTRY(tpc_io) links; 109 TAILQ_ENTRY(tpc_token) links; 155 TAILQ_ENTRY(tpc_list) links; 173 TAILQ_REMOVE(&lun->tpc_lists, list, links); in tpc_timeout() 239 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_clear() 253 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_shutdown() 834 TAILQ_REMOVE(&list->allio, tior, links); in tpc_process_b2b() 987 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_verify() 1050 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_register_key() 1187 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_wut() [all …]
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_entry_link_resolver.c | 76 unsigned int links; /* # links not yet seen */ member 237 if (le->links == 0) { in archive_entry_linkify() 293 --le->links; in find_entry() 294 if (le->links > 0) in find_entry() 379 le->links = archive_entry_nlink(entry) - 1; in insert_entry() 422 unsigned int *links) in archive_entry_partial_links() argument 438 if (links != NULL) in archive_entry_partial_links() 439 *links = le->links; in archive_entry_partial_links() 443 if (links != NULL) in archive_entry_partial_links() 444 *links = 0; in archive_entry_partial_links()
|
| /freebsd-13.1/lib/libmt/ |
| H A D | mtlib.c | 102 STAILQ_INSERT_TAIL(&mtinfo->entries, entry, links); in mt_start_element() 106 entry, links); in mt_start_element() 148 STAILQ_INSERT_TAIL(&entry->nv_list, nv, links); in mt_start_element() 242 STAILQ_FOREACH(nv, &entry->nv_list, links) { in mt_status_tree_sbuf() 248 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_sbuf() 261 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_print() 324 STAILQ_FOREACH(entry2, &entry->child_entries, links) { in mt_entry_find() 345 STAILQ_FOREACH(entry, &status_data->entries, links) { in mt_status_entry_find() 362 links); in mt_status_entry_free() 387 links); in mt_status_free() [all …]
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | mk-1st.awk | 145 links[nlinks++] = end_name; 148 links[nlinks++] = abi_name; 149 links[nlinks++] = rel_name; 151 links[nlinks++] = abi_name; 155 links[nlinks++] = abi_name; 156 links[nlinks++] = lib_name; 158 links[nlinks++] = lib_name; 164 if ( links[j] == links[k] ) { 170 rmlink(directory, links[j]);
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_ppp.c | 506 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor() 609 priv->links[i].conf = conf->links[i]; in ng_ppp_rcvmsg() 624 conf->links[i] = priv->links[i].conf; in ng_ppp_rcvmsg() 765 priv->links[~index].hook = NULL; in ng_ppp_disconnect() 1333 link = &priv->links[linkNum]; in ng_ppp_link_xmit() 2342 int bw = priv->links[ in ng_ppp_mp_strategy() 2352 int bw = priv->links[ in ng_ppp_mp_strategy() 2496 priv->links[i].latency = in ng_ppp_update() 2497 priv->links[i].conf.latency + in ng_ppp_update() 2575 if (newConf->links[i].enableLink && priv->links[i].hook != NULL) in ng_ppp_config_valid() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 654 uint64_t links; in zfs_rmnode() local 738 links = 0; in zfs_rmnode() 740 &links, sizeof (links), tx)); in zfs_rmnode() 800 uint64_t links; in zfs_link_create() local 820 NULL, &links, sizeof (links)); in zfs_link_create() 861 links = ZTOI(dzp)->i_nlink; in zfs_link_create() 866 &links, sizeof (links)); in zfs_link_create() 946 uint64_t links; in zfs_link_destroy() local 988 links = ZTOI(zp)->i_nlink; in zfs_link_destroy() 990 NULL, &links, sizeof (links)); in zfs_link_destroy() [all …]
|
| /freebsd-13.1/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 213 struct dentry **links; member 552 if (node->links == NULL) in add_links() 563 node->links[i] = debugfs_create_symlink(deskew(path_basename), in add_links() 565 if (!node->links[i]) in add_links() 574 debugfs_remove(node->links[i]); in add_links() 575 free(node->links, M_GCOV); in add_links() 576 node->links = NULL; in add_links() 649 if (node->links == NULL) in remove_links() 652 debugfs_remove(node->links[i]); in remove_links() 653 free(node->links, M_GCOV); in remove_links() [all …]
|
| /freebsd-13.1/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 | 159 <links>links</links> 163 <links>3</links> 167 <links>1</links>
|
| 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 | 170 "links": "links", 174 "links": 3, 178 "links": 1,
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | bundle.c | 222 for (dl = bundle->links; dl; dl = dl->next) in bundle_ClearQueues() 252 for (dl = bundle->links; dl; dl = dl->next) in bundle_LinksRemoved() 448 for (dl = bundle->links; dl; dl = dl->next) in bundle_Down() 499 for (dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet() 518 for (dl = bundle->links; dl; dl = dl->next) in bundle_IsSet() 849 if (bundle.links == NULL) { in bundle_Create() 928 dl = bundle->links; in bundle_Destroy() 1014 } else if (bundle->links && !bundle->links->next) in bundle2datalink() 1015 return bundle->links; in bundle2datalink() 1289 struct datalink **dlp = &bundle->links; in bundle_DatalinkLinkin() [all …]
|
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_pass.c | 125 TAILQ_ENTRY(pass_io_req) links; 246 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passrejectios() 257 TAILQ_REMOVE(&softc->incoming_queue, io_req, links); in passrejectios() 272 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passrejectios() 786 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passclose() 821 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passclose() 824 links); in passclose() 867 TAILQ_REMOVE(&softc->incoming_queue, io_req, links); in passstart() 992 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passdone() 2002 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passdoioctl() [all …]
|
| /freebsd-13.1/share/zoneinfo/tests/ |
| H A D | backward_test.sh | 27 atf_test_case links 42 atf_add_test_case links
|
| /freebsd-13.1/usr.sbin/ypserv/ |
| H A D | yp_dnslookup.c | 125 TAILQ_ENTRY(circleq_dnsentry) links; 207 TAILQ_FOREACH(q, &qhead, links) { in yp_find_dnsqent() 327 n = TAILQ_NEXT(q, links); in yp_prune_dnsq() 329 TAILQ_REMOVE(&qhead, q, links); in yp_prune_dnsq() 402 TAILQ_REMOVE(&qhead, q, links); in yp_run_dnsq() 457 TAILQ_INSERT_HEAD(&qhead, q, links); in yp_async_lookup_name() 545 TAILQ_INSERT_HEAD(&qhead, q, links); in yp_async_lookup_addr()
|
| /freebsd-13.1/sys/contrib/openzfs/udev/rules.d/ |
| H A D | 60-zvol.rules.in | 1 # Persistent links for zvol 3 # persistent disk links: /dev/zvol/dataset_name
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | amlogic,meson-gxbb-mhu.yaml | 15 that has 3 independent channels/links to communicate with remote processor(s). 16 MHU links are hardwired on a platform. A link raises interrupt for any 32 Contains the interrupt information corresponding to each of the 3 links
|
| H A D | arm-mhu.txt | 5 3 independent channels/links to communicate with remote processor(s). 6 MHU links are hardwired on a platform. A link raises interrupt for any 23 each of the 3 links of MHU.
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 88 STAILQ_ENTRY(bounce_page) links; 94 STAILQ_ENTRY(bounce_zone) links; 136 STAILQ_ENTRY(bus_dmamap) links; 882 STAILQ_REMOVE_HEAD(&map->bpages, links); in bounce_bus_dmamap_unload() 1004 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync() 1012 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync() 1034 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync() 1093 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone() 1115 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone() 1240 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page() [all …]
|