Searched refs:links (Results 51 - 75 of 159) sorted by relevance

1234567

/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_rmdir.sh71 atf_fail "Incorrect number of links after creation"
75 atf_fail "Incorrect number of links after removal"
131 atf_test_case links
133 atf_set "descr" "Checks the root directory's links after removals"
148 [ ${st_nlink} = 2 ] || atf_fail "Incorrect number of links"
201 atf_add_test_case links
/freebsd-current/contrib/bmake/mk/
H A Dlinks.mk3 # $Id: links.mk,v 1.8 2024/02/17 17:26:57 sjg Exp $
/freebsd-current/sbin/camcontrol/
H A Dpersist.c67 STAILQ_ENTRY(persist_transport_id) links;
492 STAILQ_INSERT_TAIL(&transport_id_list, id, links);
773 STAILQ_FOREACH(id, &transport_id_list, links) {
950 STAILQ_FOREACH_SAFE(id, &transport_id_list, links, id2) {
952 links);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c90 l = node->links[i];
92 if (node->links[i]->switch_id == sw2) {
99 l = node->links[num];
106 if (s2->node->links[i]->switch_id == sw1) {
107 s2->node->links[i]->link_id = num;
173 return p_lash->switches[sw]->node->links[link]->switch_id;
257 if (sw->node->links[i]->switch_id == switch_to)
276 swi = switches[sw->node->links[i]->switch_id];
973 link_t *l = sw->node->links[link];
/freebsd-current/usr.bin/du/
H A Ddu.c212 * the blocks actually used by symbolic links. We rationalize this by
214 * copies, so not counting the links is correct. The real reason is
217 * symbolic links referencing other relative symbolic links, it gets
368 int links; member in struct:links_entry
412 xo_warnx("No more memory for tracking hard links");
443 * all of its links.
445 if (--le->links <= 0) {
468 /* Add this entry to the links cache. */
478 xo_warnx("No more memory for tracking hard links");
[all...]
/freebsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h103 u_char links [ISODCL(13,20)]; member in struct:__anon6647
/freebsd-current/usr.sbin/ppp/
H A Dbundle.h100 struct datalink *links; /* Our data links */ member in struct:bundle
H A Dncp.c118 ipcp_Init(&ncp->ipcp, bundle, &bundle->links->physical->link,
121 ipv6cp_Init(&ncp->ipv6cp, bundle, &bundle->links->physical->link,
281 * any links for some time.
307 * Arrange that each of our links has at least one packet. We keep the
323 for (total = 0, dl = bundle->links; dl; dl = dl->next)
/freebsd-current/share/mk/
H A Dbsd.crunchgen.mk25 # Specific links can be suppressed by setting
28 # If CRUNCH_GENERATE_LINKS is set to no, no links will be generated.
/freebsd-current/sys/cam/
H A Dcam_xpt.h62 SLIST_ENTRY(async_node) links; member in struct:async_node
/freebsd-current/targets/pseudo/userland/share/
H A DMakefile.depend63 share/locale-links \
/freebsd-current/sys/dev/mpt/
H A Dmpt.h300 TAILQ_ENTRY(req_entry) links; /* Pointer to next in list */ member in struct:req_entry
422 LIST_ENTRY(mpt_handler_record) links; member in struct:mpt_handler_record
495 LIST_ENTRY(mpt_evtf_record) links; member in struct:mpt_evtf_record
742 TAILQ_ENTRY(mpt_softc) links; member in struct:mpt_softc
974 TAILQ_FOREACH(lrq, &mpt->request_free_list, links) {
990 TAILQ_FOREACH(lrq, &mpt->request_pending_list, links) {
/freebsd-current/usr.sbin/makefs/zfs/
H A Dfs.c354 uint64_t daclcount, flags, gen, gid, links, mode, parent, objsize, uid; local
368 links = cur->inode->nlink;
374 links = 1; /* .. */
385 links++;
397 links = 1;
472 fs_populate_attr(fs, attrbuf, &links, ZPL_LINKS, &bonussz);
975 * Make a pass over the staged directory to detect hard links and assign
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c263 * Linked list links used to aggregate idle requests in the
267 STAILQ_ENTRY(xbb_xen_reqlist) links;
277 * Linked list links used to aggregate requests into a reqlist
280 STAILQ_ENTRY(xbb_xen_req) links;
777 STAILQ_REMOVE_HEAD(&xbb->request_free_stailq, links);
795 STAILQ_INSERT_HEAD(&xbb->request_free_stailq, req, links);
1049 STAILQ_REMOVE_HEAD(&xbb->reqlist_free_stailq, links);
1087 STAILQ_INSERT_TAIL(&xbb->reqlist_free_stailq, reqlist, links);
1155 links);
1172 STAILQ_INSERT_TAIL(&(*reqlist)->contig_req_list, nreq, links);
[all...]
/freebsd-current/usr.sbin/ctladm/
H A Dctladm.c2821 STAILQ_ENTRY(cctl_islist_conn) links;
2863 STAILQ_INSERT_TAIL(&islist->conn_list, cur_conn, links);
3052 STAILQ_FOREACH(conn, &islist.conn_list, links) {
3073 STAILQ_FOREACH(conn, &islist.conn_list, links) {
3237 STAILQ_ENTRY(cctl_lun_nv) links;
3251 STAILQ_ENTRY(cctl_lun) links;
3293 STAILQ_INSERT_TAIL(&devlist->lun_list, cur_lun, links);
3372 STAILQ_INSERT_TAIL(&cur_lun->attr_list, nv, links);
3475 STAILQ_FOREACH(lun, &devlist.lun_list, links) {
3490 STAILQ_FOREACH(nv, &lun->attr_list, links) {
[all...]
/freebsd-current/sys/cam/ctl/
H A Dscsi_ctl.c86 STAILQ_ENTRY(ctlfe_softc) links;
110 STAILQ_ENTRY(ctlfe_lun_softc) links;
274 STAILQ_FOREACH(softc, &ctlfe_softc_list, links) {
376 STAILQ_INSERT_TAIL(&ctlfe_softc_list, softc, links);
390 links);
599 STAILQ_INSERT_TAIL(&bus_softc->lun_softc_list, softc, links);
643 STAILQ_REMOVE(&bus_softc->lun_softc_list, softc, ctlfe_lun_softc, links);
1809 STAILQ_FOREACH(lun_softc, &softc->lun_softc_list, links) {
1988 STAILQ_FOREACH(bus_softc, &ctlfe_softc_list, links) {
1990 STAILQ_FOREACH(lun_softc, &bus_softc->lun_softc_list, links)
[all...]
H A Dctl_backend_ramdisk.c120 SLIST_ENTRY(ctl_be_ramdisk_lun) links;
193 SLIST_REMOVE_HEAD(&softc->lun_list, links);
414 &io->io_hdr, links);
536 STAILQ_REMOVE_HEAD(&be_lun->cont_queue, links);
1060 SLIST_FOREACH(be_lun, &softc->lun_list, links) {
1063 ctl_be_ramdisk_lun, links);
1314 SLIST_INSERT_HEAD(&softc->lun_list, be_lun, links);
1351 SLIST_FOREACH(be_lun, &softc->lun_list, links) {
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c542 uint64_t links; local
582 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_LINKS(zfsvfs), NULL, &links, 8);
608 set_nlink(ip, (uint32_t)links);
642 if (links > 0)
649 if (links > 0)
697 uint64_t mode, size, links, parent, pflags; local
789 links = 2;
792 links = (flag & IS_TMPFILE) ? 0 : 1;
896 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_LINKS(zfsvfs), NULL, &links, 8);
1195 uint64_t links; local
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_enc_safte.c154 TAILQ_ENTRY(safte_control_request) links;
168 TAILQ_REMOVE(reqlist, req, links);
749 TAILQ_REMOVE(&cfg->requests, cfg->current_request, links);
1037 TAILQ_INSERT_TAIL(&cfg->requests, &req, links);
1074 TAILQ_INSERT_TAIL(&cfg->requests, &req, links);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c315 uint64_t links; local
395 links = ZTONLNK(zp);
397 &links, 8);
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua419 -- returns a string describing warnings of found hard links
420 -- returns a string describing errors of found hard links
429 -- and skip links and folders
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c576 * the device links have been verified to exist, and it has been allowed to
612 struct udev_list_entry *links, *link = NULL; local
615 links = udev_device_get_devlinks_list_entry(dev);
617 udev_list_entry_foreach(link, links) {
/freebsd-current/contrib/tzdata/
H A DMakefile182 # For backward-compatibility links for old zone names, use
184 # To omit these links, use
956 test "$$tab" = zone.tab && links='$(BACKWARD)' || links=''; \
957 $(AWK) -f checktab.awk -v zone_table=$$tab $(YDATA) $$links \
1115 # We also do an all-files run to catch links to links.
1289 links= && \ macro
1291 test -f $@.dir/$$file || links="$$links
[all...]
/freebsd-current/contrib/tzcode/
H A DMakefile182 # For backward-compatibility links for old zone names, use
184 # To omit these links, use
956 test "$$tab" = zone.tab && links='$(BACKWARD)' || links=''; \
957 $(AWK) -f checktab.awk -v zone_table=$$tab $(YDATA) $$links \
1115 # We also do an all-files run to catch links to links.
1289 links= && \ macro
1291 test -f $@.dir/$$file || links="$$links
[all...]
/freebsd-current/sys/powerpc/powerpc/
H A Dbusdma_machdep.c96 STAILQ_ENTRY(bus_dmamap) links;
748 bpage = STAILQ_NEXT(bpage, links);
769 bpage = STAILQ_NEXT(bpage, links);

Completed in 195 milliseconds

1234567