Searched refs:links (Results 126 - 150 of 159) sorted by relevance

1234567

/freebsd-current/share/mk/
H A Dbsd.prog.mk360 .include <bsd.links.mk>
H A Dbsd.lib.mk571 .include <bsd.links.mk>
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.c2750 STAILQ_FOREACH(params, &softc->mode_queue, links) {
3072 STAILQ_INSERT_TAIL(&softc->mode_queue, data, links);
3079 STAILQ_REMOVE(&softc->mode_queue, data, cd_mode_params, links);
3207 STAILQ_INSERT_TAIL(&softc->mode_queue, data, links);
3214 STAILQ_REMOVE(&softc->mode_queue, data, cd_mode_params, links);
H A Dscsi_xpt.c2150 while ((nextdev = TAILQ_NEXT(nextdev, links)) != NULL)
2453 otherdev = TAILQ_NEXT(otherdev, links)) {
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dsa.c1541 uint64_t uid, gid, mode, rdev, xattr = 0, parent, gen, links; local
1628 links = ZTONLNK(zp);
1646 SA_ADD_BULK_ATTR(attrs, count, SA_ZPL_LINKS(zfsvfs), NULL, &links, 8);
/freebsd-current/
H A DMakefile.inc1679 # Note: we could create links if we don't intend to update the current machine.
2698 # the links to make/bmake make links will have already have been created in the
2726 # the presence of any of the links (e.g. as m4/lex/awk)
2727 ${_bt}-links: .PHONY
2737 ${_bt}-links: ${_bt}-link-${_tool}
2740 bootstrap-tools: ${_bt}-links .PHONY
2779 ${_bt}-${_tool}: ${_bt}-links .PHONY .MAKE
3764 .ORDER: xdev-build xdev-install xdev-links
3850 xdev-links
[all...]
/freebsd-current/contrib/tnftp/
H A DMakefile.in492 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
/freebsd-current/usr.sbin/ppp/
H A Dipcp.c881 fp->bundle->links, RAD_STOP, &ipcp->throughput);
949 radius_Account(&fp->bundle->radius, &fp->bundle->radacct, fp->bundle->links,
H A Dradius.c1340 bundle->links, RAD_ALIVE, &bundle->ncp.ipcp.throughput);
H A Ddatalink.c1311 for (cdl = bundle->links; cdl; cdl = cdl->next)
H A Dcommand.c309 log_Printf(LogWARN, "remove: Cannot delete links that aren't closed\n");
402 " interactive links\n");
1006 {"links", NULL, bundle_ShowLinks, LOCAL_AUTH,
1007 "available link names", "show links", NULL},
1853 /* Make sure none of our links are DATALINK_LCP or greater */
2699 cx = arg->bundle->links;
2705 for (cx = arg->bundle->links; cx; cx = cx->next)
2950 /* Make sure none of our links are DATALINK_LCP or greater */
/freebsd-current/sys/conf/
H A Dkern.post.mk396 # .depend needs include links so we remove them only together.
/freebsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c641 v->attr.rr_entry.PX.links);
/freebsd-current/sys/cam/ata/
H A Data_pmp.c91 SLIST_ENTRY(pmp_softc) links;
/freebsd-current/sys/dev/mpt/
H A Dmpt_user.c503 TAILQ_REMOVE(&mpt->request_pending_list, req, links);
H A Dmpt_raid.c537 TAILQ_REMOVE(&mpt->request_pending_list, req, links);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c954 uint64_t links; local
1107 links = 0;
1109 &links, sizeof (links), tx);
2769 * This is to prevent the creation of links into attribute space
2800 * both refer to links to the same existing file,
3081 * Create the new target links:
3182 * wrong because we were destroying and creating links with ZRENAMING.
3498 /* Prevent links to .zfs/shares files */
3519 * We do not support links betwee
[all...]
/freebsd-current/contrib/openbsm/
H A DMakefile.in574 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
/freebsd-current/contrib/file/
H A DMakefile.in625 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
/freebsd-current/contrib/openpam/
H A DMakefile.in592 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
/freebsd-current/contrib/bmake/mk/
H A Dlib.mk519 .include <links.mk>
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h330 struct list_head links; member in struct:pci_dev
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_common.c3036 u32 links2, anlp1_reg, autoc_reg, links; local
3044 links = IXGBE_READ_REG(hw, IXGBE_LINKS);
3045 if ((links & IXGBE_LINKS_KX_AN_COMP) == 0) {
4173 * Reads the links register to determine if link is up and the current speed
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c249 STAILQ_ENTRY(cam_devitem) links;
8935 links);
8998 STAILQ_FOREACH_SAFE(item, &devlist->dev_queue, links, item2) {
9000 links);
9012 STAILQ_FOREACH(item, &devlist->dev_queue, links) {
/freebsd-current/crypto/heimdal/
H A DMakefile.in690 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \

Completed in 500 milliseconds

1234567