Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 168) sorted by relevance

1234567

/dragonfly/contrib/grep/src/
H A Dkwset.c152 kwset->trie->links = NULL; in kwsalloc()
193 struct tree *cur = trie->links; in kwsincr()
194 struct tree *links[DEPTH_SIZE]; in kwsincr() local
196 links[0] = (struct tree *) &trie->links; in kwsincr()
202 links[depth] = cur; in kwsincr()
219 cur->trie->links = NULL; in kwsincr()
359 cur = fail->links; in treefails()
440 enqueue (curr->links, &last); in kwsprep()
468 enqueue (curr->links, &last); in kwsprep()
489 if (!hasevery (fail->links, curr->links)) in kwsprep()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dcerthash.c370 *links = hashinfo_chain(*links, link); in certhash_addlink()
385 for (link = links; link != NULL; link = link->next) { in certhash_findlink()
448 certhash_findlink(*links, cert); in certhash_merge()
453 certhash_findlink(*links, crl); in certhash_merge()
460 if (certhash_addlink(links, cert) == -1) in certhash_merge()
466 if (certhash_addlink(links, crl) == -1) in certhash_merge()
505 *links = hashinfo_chain(*links, hi); in certhash_link()
578 if (certhash_link(dep, &links) == -1) in certhash_directory()
587 if (certhash_merge(&links, &certs, &crls) == -1) { in certhash_directory()
593 for (link = links; link != NULL; link = link->next) { in certhash_directory()
[all …]
/dragonfly/sys/netgraph/ppp/
H A Dng_ppp.c401 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor()
492 priv->links[i].conf = conf->links[i]; in ng_ppp_rcvmsg()
507 conf->links[i] = priv->links[i].conf; in ng_ppp_rcvmsg()
605 link = &priv->links[linkNum]; in ng_ppp_rcvdata()
823 priv->links[~index].hook = NULL; in ng_ppp_disconnect()
953 &priv->links[linkNum] : NULL; in ng_ppp_output()
1769 int bw = priv->links[ in ng_ppp_mp_strategy()
1780 int bw = priv->links[ in ng_ppp_mp_strategy()
1896 priv->links[i].conf.latency += in ng_ppp_update()
1961 if (newConf->links[i].enableLink && priv->links[i].hook != NULL) in ng_ppp_config_valid()
[all …]
/dragonfly/nrelease/root/autorun/
H A Dstylesheet.css19 #links{position:absolute;top:273px;width:145px;}
20 #links ul {list-style-type:none;margin-bottom:30px;margin-top:5px;}
21 #links li {width:145px;margin-bottom:5px;margin-left:6px;font-size:11px;}
22 #links a {color:#0000ff;text-decoration:none;}
23 #links a:hover {text-decoration:underline;}
24 #links h3 {margin:0;margin-top:5px;margin-left:2px;}
25 #relevant .item {display:block;width:124px;height:16px;background:url("links.png");}
/dragonfly/sys/netgraph/bridge/
H A Dng_bridge.c359 if (priv->links[linkNum] != NULL) in ng_bridge_newhook()
361 priv->links[linkNum] = kmalloc(sizeof(*priv->links[linkNum]), in ng_bridge_newhook()
363 if (priv->links[linkNum] == NULL) in ng_bridge_newhook()
365 bzero(priv->links[linkNum], sizeof(*priv->links[linkNum])); in ng_bridge_newhook()
366 priv->links[linkNum]->hook = hook; in ng_bridge_newhook()
429 if (priv->links[i] == NULL) in ng_bridge_rcvmsg()
431 priv->links[i]->loopCount = 0; in ng_bridge_rcvmsg()
432 bzero(&priv->links[i]->stats, in ng_bridge_rcvmsg()
531 link = priv->links[linkNum]; in ng_bridge_rcvdata()
641 = priv->links[host->linkNum]; in ng_bridge_rcvdata()
[all …]
/dragonfly/sys/netgraph/
H A Dng_device.c85 SLIST_ENTRY(ngd_connection) links;
247 SLIST_FOREACH(tmp, &sc->head, links) { in get_free_unit()
290 SLIST_REMOVE(&sc->head, new_connection, ngd_connection, links); in ng_device_newhook()
309 SLIST_INSERT_HEAD(&sc->head, new_connection, links); in ng_device_newhook()
345 SLIST_FOREACH(tmp, &sc->head, links) { in ng_device_rcvdata()
396 SLIST_FOREACH(tmp, &sc->head, links) { in ng_device_disconnect()
411 SLIST_REMOVE(&sc->head, connection, ngd_connection, links); in ng_device_disconnect()
464 SLIST_FOREACH(tmp, &sc->head, links) { in ngdioctl()
518 SLIST_FOREACH(tmp, &sc->head, links) { in ngdread()
572 SLIST_FOREACH(tmp, &sc->head, links) { in ngdwrite()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c76 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()
/dragonfly/sys/netgraph7/bridge/
H A Dng_bridge.c361 if (priv->links[linkNum] != NULL) in ng_bridge_newhook()
363 priv->links[linkNum] = kmalloc(sizeof(*priv->links[linkNum]), in ng_bridge_newhook()
366 if (priv->links[linkNum] == NULL) in ng_bridge_newhook()
368 priv->links[linkNum]->hook = hook; in ng_bridge_newhook()
432 if (priv->links[i] == NULL) in ng_bridge_rcvmsg()
434 priv->links[i]->loopCount = 0; in ng_bridge_rcvmsg()
435 bzero(&priv->links[i]->stats, in ng_bridge_rcvmsg()
534 link = priv->links[linkNum]; in ng_bridge_rcvdata()
651 = priv->links[host->linkNum]; in ng_bridge_rcvdata()
692 destLink = priv->links[linkNum]; in ng_bridge_rcvdata()
[all …]
/dragonfly/games/adventure/
H A Dvocab.c96 atloc[where] = links[object]; in carry()
99 for (temp = atloc[where]; links[temp] != object; temp = links[temp]); in carry()
100 links[temp] = links[object]; in carry()
116 links[object] = atloc[where]; in drop()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c508 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor()
611 priv->links[i].conf = conf->links[i]; in ng_ppp_rcvmsg()
626 conf->links[i] = priv->links[i].conf; in ng_ppp_rcvmsg()
767 priv->links[~index].hook = NULL; in ng_ppp_disconnect()
1308 link = &priv->links[linkNum]; in ng_ppp_link_xmit()
2314 int bw = priv->links[ in ng_ppp_mp_strategy()
2324 int bw = priv->links[ in ng_ppp_mp_strategy()
2469 priv->links[i].latency = in ng_ppp_update()
2470 priv->links[i].conf.latency + in ng_ppp_update()
2534 if (newConf->links[i].enableLink && priv->links[i].hook != NULL) in ng_ppp_config_valid()
[all …]
/dragonfly/usr.sbin/ppp/
H A Dbundle.c220 for (dl = bundle->links; dl; dl = dl->next) in bundle_ClearQueues()
250 for (dl = bundle->links; dl; dl = dl->next) in bundle_LinksRemoved()
446 for (dl = bundle->links; dl; dl = dl->next) in bundle_Down()
497 for (dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet()
516 for (dl = bundle->links; dl; dl = dl->next) in bundle_IsSet()
845 if (bundle.links == NULL) { in bundle_Create()
924 dl = bundle->links; in bundle_Destroy()
1010 } else if (bundle->links && !bundle->links->next) in bundle2datalink()
1011 return bundle->links; in bundle2datalink()
1281 struct datalink **dlp = &bundle->links; in bundle_DatalinkLinkin()
[all …]
/dragonfly/sys/platform/vkernel64/platform/
H A Dbusdma_machdep.c88 STAILQ_ENTRY(bounce_page) links;
92 STAILQ_ENTRY(bounce_zone) links;
137 STAILQ_ENTRY(bus_dmamap) links;
589 map, links); in _bus_dmamap_load_buffer()
897 STAILQ_REMOVE_HEAD(&map->bpages, links); in _bus_dmamap_unload()
919 bpage = STAILQ_NEXT(bpage, links); in _bus_dmamap_sync()
929 bpage = STAILQ_NEXT(bpage, links); in _bus_dmamap_sync()
955 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone()
978 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone()
1140 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page()
[all …]
/dragonfly/usr.sbin/ypserv/
H A Dyp_dnslookup.c122 TAILQ_ENTRY(circleq_dnsentry) links;
204 TAILQ_FOREACH(q, &qhead, links) { in yp_find_dnsqent()
324 n = TAILQ_NEXT(q, links); in yp_prune_dnsq()
326 TAILQ_REMOVE(&qhead, q, links); in yp_prune_dnsq()
399 TAILQ_REMOVE(&qhead, q, links); in yp_run_dnsq()
454 TAILQ_INSERT_HEAD(&qhead, q, links); in yp_async_lookup_name()
542 TAILQ_INSERT_HEAD(&qhead, q, links); in yp_async_lookup_addr()
H A Dyp_dblookup.c83 TAILQ_ENTRY(circleq_entry) links;
167 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush()
182 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush_all()
227 TAILQ_FOREACH(qptr, &qhead, links) { in yp_testflag()
278 TAILQ_INSERT_HEAD(&qhead, qptr, links); in yp_cache_db()
315 TAILQ_FOREACH(qptr, &qhead, links) { in yp_find_db()
326 TAILQ_REMOVE(&qhead, qptr, links); in yp_find_db()
327 TAILQ_INSERT_HEAD(&qhead, qptr, links); in yp_find_db()
/dragonfly/sys/platform/pc64/x86_64/
H A Dbusdma_machdep.c98 STAILQ_ENTRY(bounce_page) links;
102 STAILQ_ENTRY(bounce_zone) links;
149 STAILQ_ENTRY(bus_dmamap) links;
653 map, links); in _bus_dmamap_load_buffer()
1028 STAILQ_REMOVE_HEAD(&map->bpages, links); in _bus_dmamap_unload()
1049 bpage = STAILQ_NEXT(bpage, links); in _bus_dmamap_sync()
1060 bpage = STAILQ_NEXT(bpage, links); in _bus_dmamap_sync()
1086 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone()
1112 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone()
1332 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page()
[all …]
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_mod.c88 int links; member
299 tmod->links = 0; in module_add()
380 pmod->links++; in module_init()
416 if (((md->links > 0) || !md->dso) && !all) in CONF_modules_unload()
460 imod->pmod->links--; in module_finish()
/dragonfly/contrib/tcsh-6/nls/german/
H A Dset420 18 Cursor nach links
36 34 Cursor mehrere Zeichen nach links
/dragonfly/sys/dev/disk/amd/
H A Damd.c227 TAILQ_REMOVE(&amd->free_srbs, pSRB, links); in amdgetsrb()
274 TAILQ_REMOVE(&amd->waiting_srbs, srb, links); in amdrunwaiting()
298 TAILQ_INSERT_HEAD(&amd->free_srbs, srb, links); in amdexecutesrb()
350 TAILQ_INSERT_HEAD(&amd->free_srbs, srb, links); in amdexecutesrb()
361 TAILQ_INSERT_TAIL(&amd->waiting_srbs, srb, links); in amdexecutesrb()
446 pSRB, links); in amd_action()
756 next_srb = TAILQ_NEXT(srb, links); in amdcompletematch()
770 TAILQ_REMOVE(queue, srb, links); in amdcompletematch()
771 TAILQ_INSERT_HEAD(&amd->free_srbs, srb, links); in amdcompletematch()
2004 TAILQ_REMOVE(&amd->running_srbs, pSRB, links); in SRBdone()
[all …]
/dragonfly/share/mk/
H A Dbsd.README33 bsd.links.mk - install of links (sym/hard)
34 bsd.man.mk - install of manual pages and their links
117 links.
124 install the manual pages and their links.
145 MLINKS List of manual page links (using a .1 - .9 suffix). The
239 LINKS The list of hard links; should be full pathnames, the
245 SYMLINKS The list of symbolic links. The linked-to file comes
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.h293 TAILQ_ENTRY(req_entry) links; /* Pointer to next in list */
415 LIST_ENTRY(mpt_handler_record) links;
488 LIST_ENTRY(mpt_evtf_record) links;
739 TAILQ_ENTRY(mpt_softc) links;
979 TAILQ_FOREACH(lrq, &mpt->request_free_list, links) { in mpt_req_on_free_list()
995 TAILQ_FOREACH(lrq, &mpt->request_pending_list, links) { in mpt_req_on_pending_list()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c85 SLIST_ENTRY(async_node) links;
119 TAILQ_ENTRY(cam_ed) links;
176 TAILQ_ENTRY(cam_et) links;
191 TAILQ_ENTRY(cam_eb) links;
2641 next_bus = TAILQ_NEXT(bus, links); in xptbustraverse()
3354 async_node, links); in xpt_action()
4329 old_bus = TAILQ_NEXT(old_bus, links); in xpt_bus_register()
4505 bus = TAILQ_NEXT(bus, links); in xptnextfreepathid()
4912 links); in xpt_done()
4989 bus, links); in xpt_release_bus()
[all …]
/dragonfly/usr.bin/du/
H A Ddu.c319 int links; in linkchk() member
397 if (--le->links <= 0) { in linkchk()
435 le->links = st->st_nlink - 1; in linkchk()
/dragonfly/share/
H A DMakefile10 locale-links \
/dragonfly/share/examples/ppp/
H A Dppp.conf.span-isp.working27 # /var/run/ppp/vpn-in'' and do a ``show links'', only a single link shows up.
29 # ppp.linkup.span-isp.working, you see three links. This is because inetd
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c76 if (NULL != dc->links[i]) in destroy_links()
77 link_destroy(&dc->links[i]); in destroy_links()
123 dc->links[dc->link_count] = link; in create_links()
139 dc->links[dc->link_count] = link; in create_links()
397 if (dc->links[i] == link) in dc_link_set_drive_settings()
404 dc_link_dp_set_drive_settings(dc->links[i], lt_settings); in dc_link_set_drive_settings()
415 dc->links[i], in dc_link_perform_link_training()
1648 core_link_resume(dc->links[i]); in dc_resume()
1657 struct dc_link *link = dc->links[link_index]; in dc_submit_i2c()

1234567