Searched refs:links (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-current/share/zoneinfo/tests/
H A Dbackward_test.sh26 atf_test_case links
41 atf_add_test_case links
/freebsd-current/contrib/unifdef/scripts/
H A Dupload.sh16 rsync --recursive --links --delete .git/ chiark:public-git/unifdef.git/
17 rsync --recursive --links web/ chiark:public-html/prog/unifdef/
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h69 unsigned int num_links; /* number of 'links' to adjacent switches */
70 link_t *links[0]; /* per link information */ member in struct:_mesh_node
/freebsd-current/share/mk/
H A Dbsd.links.mk3 .error bsd.links.mk cannot be included directly.
17 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
27 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
/freebsd-current/sys/cam/ctl/
H A Dctl_backend.c73 STAILQ_FOREACH(be_tmp, &softc->be_list, links) {
94 STAILQ_INSERT_TAIL(&softc->be_list, be, links);
116 STAILQ_REMOVE(&softc->be_list, be, ctl_backend_driver, links);
129 STAILQ_FOREACH(be_tmp, &softc->be_list, links) {
H A Dctl_frontend.c80 STAILQ_FOREACH(fe_tmp, &softc->fe_list, links) {
100 STAILQ_INSERT_TAIL(&softc->fe_list, fe, links);
121 STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links);
134 STAILQ_FOREACH(fe, &softc->fe_list, links) {
211 tport = nport, nport = STAILQ_NEXT(tport, links)) {
214 STAILQ_INSERT_AFTER(&softc->port_list, tport, port, links);
216 STAILQ_INSERT_HEAD(&softc->port_list, port, links);
234 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links);
327 STAILQ_FOREACH(lun, &softc->lun_list, links)
342 STAILQ_FOREACH(lun, &softc->lun_list, links) {
[all...]
H A Dctl_frontend.h211 * links: Linked list pointers, used by CTL. The FETD
247 STAILQ_ENTRY(ctl_port) links; /* used by CTL */ member in struct:ctl_port
257 STAILQ_ENTRY(ctl_frontend) links; /* used by CTL */ member in struct:ctl_frontend
H A Dctl_backend.h143 * The links field is for CTL internal use only, and should not be used by
166 STAILQ_ENTRY(ctl_be_lun) links; /* used by CTL */ member in struct:ctl_be_lun
200 STAILQ_ENTRY(ctl_backend_driver) links; /* used by CTL */ member in struct:ctl_backend_driver
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c48 * match up links. These strategies match those used by various
75 unsigned int links; /* # links not yet seen */ member in struct:links_entry
234 /* If we ran out of links, return the
236 if (le->links == 0) {
280 /* Try to locate this entry in the links cache. */
290 * missed links.
292 --le->links;
293 if (le->links > 0)
325 /* Look for next non-empty bucket in the links cach
420 archive_entry_partial_links(struct archive_entry_linkresolver *res, unsigned int *links) argument
[all...]
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c216 curnode = SLIST_NEXT(curnode, links);
263 SLIST_INSERT_HEAD(symlist, newnode, links);
268 if (SLIST_NEXT(curnode, links) == NULL) {
270 links);
275 cursymbol = SLIST_NEXT(curnode, links)->symbol;
285 links);
289 curnode = SLIST_NEXT(curnode, links);
292 SLIST_INSERT_HEAD(symlist, newnode, links);
303 node2 = SLIST_NEXT(node1, links);
318 SLIST_REMOVE_HEAD(symlist_src2, links);
[all...]
H A Daicasm_symbol.h107 STAILQ_ENTRY(macro_arg) links; member in struct:macro_arg
144 SLIST_ENTRY(symbol_node) links; member in struct:symbol_node
149 TAILQ_ENTRY(critical_section) links; member in struct:critical_section
H A Daicasm.c67 STAILQ_ENTRY(patch) links;
220 links))
241 links);
327 cur_instr = STAILQ_NEXT(cur_instr, links)) {
369 cur_instr = STAILQ_NEXT(cur_instr, links)) {
399 cur_node = SLIST_NEXT(cur_node,links)) {
427 cur_patch = STAILQ_NEXT(cur_patch,links)) {
445 cs = TAILQ_NEXT(cs, links)) {
515 STAILQ_INSERT_TAIL(&patches, new_patch, links);
547 cur_func = SLIST_NEXT(cur_func, links))
[all...]
H A Daicasm.h58 SLIST_ENTRY(path_entry) links; member in struct:path_entry
H A Daicasm_insformat.h108 STAILQ_ENTRY(instruction) links; member in struct:instruction
H A Daicasm_macro_gram.y142 STAILQ_FOREACH(marg, &macro_symbol->info.macroinfo->args, links) {
/freebsd-current/contrib/ncurses/
H A Dmk-1st.awk51 # DoLinks ("yes", "reverse" or "no", flag to add symbolic links)
147 links[nlinks++] = end_name;
150 links[nlinks++] = abi_name;
151 links[nlinks++] = rel_name;
153 links[nlinks++] = abi_name;
157 links[nlinks++] = abi_name;
158 links[nlinks++] = lib_name;
160 links[nlinks++] = lib_name;
166 if ( links[j] == links[
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c614 sw1 = node->links[i]->switch_id;
631 sw3 = s2->node->links[j]->switch_id;
646 sw2 = node->links[j]->switch_id;
740 * remove type from nodes that have fewer links
758 nn = p_lash->switches[n->links[i]->switch_id]->node;
788 * skip switches with more links than MAX_DEGREE
826 p_lash->switches[node->links[port]->switch_id]->p_sw->p_node->print_desc);
832 * assign axes to the links of the seed switch
1022 int l2 = s1->node->links[i]->link_id;
1033 sw2 = s1->node->links[
1140 link_t **links; local
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/doc/docbook/
H A DMakefile26 rm -f manpage.links manpage.refs
/freebsd-current/lib/libmt/
H A Dmtlib.h47 STAILQ_ENTRY(mt_status_nv) links; member in struct:mt_status_nv
62 STAILQ_ENTRY(mt_status_entry) links; member in struct:mt_status_entry
H A Dmtlib.c99 STAILQ_INSERT_TAIL(&mtinfo->entries, entry, links);
103 entry, links);
145 STAILQ_INSERT_TAIL(&entry->nv_list, nv, links);
239 STAILQ_FOREACH(nv, &entry->nv_list, links) {
245 STAILQ_FOREACH(entry2, &entry->child_entries, links)
258 STAILQ_FOREACH(entry2, &entry->child_entries, links)
321 STAILQ_FOREACH(entry2, &entry->child_entries, links) {
342 STAILQ_FOREACH(entry, &status_data->entries, links) {
357 STAILQ_FOREACH_SAFE(entry2, &entry->child_entries, links, entry3) {
359 links);
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c471 * Clean up any znodes that had no links when we either crashed or
656 uint64_t links; local
744 clear_nlink(ZTOI(xzp)); /* no more links to it */
745 links = 0;
747 &links, sizeof (links), tx));
807 uint64_t links; local
814 if (zp->z_unlinked) { /* no new links to unlinked zp */
825 links = ZTOI(zp)->i_nlink;
827 NULL, &links, sizeo
944 uint64_t links; local
1021 uint64_t links; local
[all...]
/freebsd-current/sys/cam/
H A Dcam_xpt_internal.h97 TAILQ_ENTRY(cam_ed) links; member in struct:cam_ed
164 TAILQ_ENTRY(cam_et) links; member in struct:cam_et
182 TAILQ_ENTRY(cam_eb) links; member in struct:cam_eb
/freebsd-current/sys/gnu/gcov/
H A Dgcov_fs.c191 * @links: associated symbolic links
196 * the actual synthesized data file plus any associated symbolic links which
209 struct dentry **links; member in struct:gcov_node
534 * Create links to additional files (usually .c and .gcno files) which the
547 node->links = malloc((num*sizeof(struct dentry *)), M_GCOV, M_NOWAIT|M_ZERO);
548 if (node->links == NULL)
559 node->links[i] = debugfs_create_symlink(deskew(path_basename),
561 if (!node->links[i])
570 debugfs_remove(node->links[
[all...]
/freebsd-current/sys/kern/
H A Dsubr_busdma_bounce.c62 STAILQ_ENTRY(bounce_page) links;
66 STAILQ_ENTRY(bounce_zone) links;
122 links);
181 STAILQ_FOREACH(bz, &bounce_zone_list, links) {
212 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links);
306 STAILQ_INSERT_TAIL(&bz->bounce_page_list, bpage, links);
373 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links);
401 STAILQ_INSERT_TAIL(&(map->bpages), bpage, links);
419 STAILQ_FOREACH(bpage, &map->bpages, links) {
444 STAILQ_REMOVE_HEAD(&bz->bounce_map_waitinglist, links);
[all...]
/freebsd-current/sys/netgraph/
H A Dng_ppp.c211 struct ng_ppp_link links[NG_PPP_MAX_LINKS];/* per-link info */ member in struct:ng_ppp_private
213 int32_t mseq; /* min links[i].seq */
215 uint16_t numActiveLinks; /* how many links up */
504 priv->links[i].seq = MP_NOSEQ;
537 hookPtr = &priv->links[linkNum].hook;
545 if (priv->links[linkNum].conf.enableLink &&
607 priv->links[i].conf = conf->links[i];
622 conf->links[i] = priv->links[
[all...]

Completed in 416 milliseconds

1234567