Searched refs:legacy (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/gnu/usr.bin/gdb/arch/sparc64/
H A DMakefile5 LIBSRCS+= solib.c solib-legacy.c solib-svr4.c
/freebsd-10.0-release/sys/x86/include/
H A Dlegacyvar.h40 __BUS_ACCESSOR(legacy, var, LEGACY, ivar, type)
/freebsd-10.0-release/tools/regression/zfs/zpool/create/
H A Doption-m.t32 expect_ok ${ZPOOL} create -m legacy ${name0} ${disk0}
/freebsd-10.0-release/sys/dev/ata/
H A Data-pci.c90 ctlr->legacy = ata_legacy(dev);
91 if (ctlr->legacy || pci_read_config(dev, PCIR_BAR(2), 4) & IOMASK)
120 ((unit == 0 || unit == 1) && ctlr->legacy) ?
232 if (controller->legacy) {
243 if (controller->legacy) {
257 if (controller->legacy) {
304 if (controller->legacy) {
330 if (controller->legacy) {
358 if (controller->legacy) {
417 ch->r_io[ATA_CONTROL].offset = ctlr->legacy
[all...]
H A Data-pci.h54 int legacy; member in struct:ata_pci_controller
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c153 * depends on the previous state, and whether the value was previously 'legacy'.
154 * For non-legacy properties, we only remount/reshare the filesystem if it was
223 * Remount if previously mounted or mountpoint was legacy,
476 * is legacy or none.
543 boolean_t legacy = B_FALSE; local
560 (strcmp(property, "legacy") == 0 ||
563 legacy = B_TRUE;
565 if (!legacy) {
679 * when the original mountpoint is legacy or none.
686 * If the mountpoint property was previously 'legacy', o
[all...]
/freebsd-10.0-release/release/scripts/
H A Dmm-mtree.sh86 legacydir=${objp}${SOURCEDIR}/tmp/legacy
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal.h39 #include <dev/vxge/vxgehal/vxgehal-legacy-reg.h>
/freebsd-10.0-release/sys/dev/ata/chipsets/
H A Data-fsl.c99 ctrl->legacy = ata_legacy(dev);
123 child = device_add_child(dev, "ata", ((unit == 0) && ctrl->legacy) ?
H A Data-ahci.c125 ctlr->legacy = 0;
137 ((unit == 0 || unit == 1) && ctlr->legacy) ?
/freebsd-10.0-release/
H A DMakefile.inc1180 BPATH= ${WORLDTMP}/legacy/usr/sbin:${WORLDTMP}/legacy/usr/bin:${WORLDTMP}/legacy/usr/games:${WORLDTMP}/legacy/bin
197 # 1. legacy stage [BMAKE]
227 CROSSENV+= GROFF_BIN_PATH=${WORLDTMP}/legacy/usr/bin \
228 GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \
229 GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
464 rm -rf ${WORLDTMP}/legacy/usr/include
471 lib usr legacy/bi
[all...]
/freebsd-10.0-release/sys/x86/x86/
H A Dlegacy.c38 * This code implements a system driver for legacy systems that do not
62 static MALLOC_DEFINE(M_LEGACYDEV, "legacydrv", "legacy system device");
105 "legacy",
111 DRIVER_MODULE(legacy, nexus, legacy_driver, legacy_devclass, 0, 0);
117 device_set_desc(dev, "legacy system");
299 DRIVER_MODULE(cpu, legacy, cpu_driver, cpu_devclass, 0, 0);
H A Dmptable_pci.c216 DRIVER_MODULE(mptable_pcib, legacy, mptable_hostb_driver, hostb_devclass, 0, 0);
/freebsd-10.0-release/sys/x86/isa/
H A Disa.c241 * On this platform, isa can also attach to the legacy bus.
243 DRIVER_MODULE(isa, legacy, isa_driver, isa_devclass, 0, 0);
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_emul.h209 int pci_parse_slot(char *opt, int legacy);
H A Dpci_emul.c124 pci_parse_slot(char *opt, int legacy) argument
171 pci_slotinfo[snum][fnum].si_legacy = legacy;
679 /* Disable legacy interrupts */
/freebsd-10.0-release/contrib/ncurses/man/
H A Dman_db.renames70 curs_legacy.3x legacy.3ncurses
/freebsd-10.0-release/sys/dev/eisa/
H A Deisaconf.c582 DRIVER_MODULE(eisa, legacy, eisa_driver, eisa_devclass, 0, 0);
/freebsd-10.0-release/sys/dev/mca/
H A Dmca_bus.c533 DRIVER_MODULE(mca, legacy, mca_driver, mca_devclass, 0, 0);
/freebsd-10.0-release/sys/x86/pci/
H A Dpci_bus.c642 DRIVER_MODULE(pcib, legacy, legacy_pcib_driver, hostb_devclass, 0, 0);
/freebsd-10.0-release/tools/tools/ath/athprom/
H A Dathprom.c56 HAL_EEPROM legacy; /* format v3.x ... v5.x */ member in union:__anon11335
59 #define eeprom eep.legacy
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_output.c2457 ieee80211_alloc_proberesp(struct ieee80211_node *bss, int legacy) argument
2582 * NB: legacy 11b clients do not get certain ie's.
2584 * a token in legacy to us. Could expand this to be
2585 * any legacy client for stuff like HT ie's.
2588 legacy != IEEE80211_SEND_LEGACY_11B) {
2597 legacy != IEEE80211_SEND_LEGACY_11B) {
2603 legacy != IEEE80211_SEND_LEGACY_11B)
2627 const uint8_t da[IEEE80211_ADDR_LEN], int legacy)
2653 m = ieee80211_alloc_proberesp(bss, legacy);
2675 legacy
2626 ieee80211_send_proberesp(struct ieee80211vap *vap, const uint8_t da[IEEE80211_ADDR_LEN], int legacy) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dkey.c1782 key_to_certified(Key *k, int legacy) argument
1787 k->type = legacy ? KEY_RSA_CERT_V00 : KEY_RSA_CERT;
1791 k->type = legacy ? KEY_DSA_CERT_V00 : KEY_DSA_CERT;
1794 if (legacy)
1795 fatal("%s: legacy ECDSA certificates are not supported",
/freebsd-10.0-release/sys/i386/pci/
H A Dpci_pir.c755 DRIVER_MODULE(pir, legacy, pir_driver, pir_devclass, 0, 0);
/freebsd-10.0-release/sys/i386/xbox/
H A Dxboxfb.c338 DRIVER_MODULE(sc, legacy, xboxfb_sc_driver, sc_devclass, 0, 0);

Completed in 169 milliseconds

12