Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd/contrib/wpa/src/nan/
H A Dnan_bootstrap.c64 os_free(peer->bootstrap.cookie); in nan_bootstrap_reset()
70 peer->bootstrap.cookie = NULL; in nan_bootstrap_reset()
71 peer->bootstrap.cookie_len = 0; in nan_bootstrap_reset()
72 peer->bootstrap.initiator = false; in nan_bootstrap_reset()
73 peer->bootstrap.dialog_token = 0; in nan_bootstrap_reset()
74 peer->bootstrap.requested_pbm = 0; in nan_bootstrap_reset()
75 peer->bootstrap.authorized = 0; in nan_bootstrap_reset()
76 peer->bootstrap.status = 0; in nan_bootstrap_reset()
77 peer->bootstrap.comeback_required = false; in nan_bootstrap_reset()
78 peer->bootstrap.in_progress = false; in nan_bootstrap_reset()
[all …]
/freebsd/contrib/kyua/bootstrap/
H A DMakefile.am.inc30 tests_bootstrapdir = $(pkgtestsdir)/bootstrap
32 tests_bootstrap_DATA = bootstrap/Kyuafile
35 DISTCLEANFILES = bootstrap/atconfig \
36 bootstrap/testsuite.lineno \
37 bootstrap/testsuite.log
41 -rm -rf bootstrap/testsuite.dir
43 EXTRA_DIST += bootstrap/Kyuafile \
44 bootstrap/testsuite \
45 bootstrap/package.m4 \
46 bootstrap/testsuite.at
[all …]
H A Dtestsuite.at37 while test $(pwd) != '/' -a ! -e bootstrap/plain_helpers; do
49 test_suite("bootstrap")
52 ln -s $(GUESS_TOPDIR)/bootstrap/atf_helpers atf_helpers
56 test --results-file=bootstrap.db $2])
62 test_suite("bootstrap")
65 ln -s $(GUESS_TOPDIR)/bootstrap/plain_helpers plain_helpers
69 test --results-file=bootstrap.db])
/freebsd/share/mk/
H A Ddirdeps.mk163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
966 .if !target(bootstrap-empty)
967 .if !target(bootstrap) && (make(bootstrap) || \
968 make(bootstrap-this) || \
969 make(bootstrap-recurse) || \
970 make(bootstrap-empty))
978 .elif !make(bootstrap-empty)
[all …]
/freebsd/contrib/bmake/mk/
H A Ddirdeps.mk163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
970 .if !target(bootstrap-empty)
971 .if !target(bootstrap) && (make(bootstrap) || \
972 make(bootstrap-this) || \
973 make(bootstrap-recurse) || \
974 make(bootstrap-empty))
982 .elif !make(bootstrap-empty)
[all …]
/freebsd/targets/pseudo/bootstrap-tools/
H A DMakefile3 all: bootstrap-toolchain
68 bootstrap-tools: legacy
69 build-tools: bootstrap-tools
72 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
96 bootstrap-toolchain: .MAKE cross-tools
/freebsd/contrib/bmake/
H A Dbsd.after-import.mk5 # It will bootstrap the new version,
56 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
90 after-import: bootstrap ${MAKEFILE}
107 _makefile _utmakefile: bootstrap ${MAKEFILE}
121 echo 'CLEANFILES${.space}+= bootstrap'; echo; \
/freebsd/contrib/libyaml/
H A DMakefile.am23 .PHONY: bootstrap
24 bootstrap: maintainer-clean target
25 ./bootstrap
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_pd.c718 u16 bootstrap; in p2p_process_prov_disc_bootstrap_req() local
779 bootstrap = dev->bootstrap_params->bootstrap_method; in p2p_process_prov_disc_bootstrap_req()
787 bootstrap = WPA_GET_LE16(pos); in p2p_process_prov_disc_bootstrap_req()
797 dev->bootstrap_params->bootstrap_method = bootstrap; in p2p_process_prov_disc_bootstrap_req()
811 sa, bootstrap); in p2p_process_prov_disc_bootstrap_req()
816 if (bootstrap == P2P_PBMA_PIN_CODE_DISPLAY && in p2p_process_prov_disc_bootstrap_req()
819 else if (bootstrap == P2P_PBMA_PIN_CODE_KEYPAD && in p2p_process_prov_disc_bootstrap_req()
822 else if (bootstrap == P2P_PBMA_PASSPHRASE_DISPLAY && in p2p_process_prov_disc_bootstrap_req()
825 else if (bootstrap == P2P_PBMA_PASSPHRASE_KEYPAD && in p2p_process_prov_disc_bootstrap_req()
828 else if (bootstrap == P2P_PBMA_NFC_TAG && in p2p_process_prov_disc_bootstrap_req()
[all …]
/freebsd/tools/build/options/
H A DWITHOUT_ELFTOOLCHAIN_BOOTSTRAP3 as part of the bootstrap process.
5 An alternate bootstrap tool chain must be provided.
H A DWITHOUT_CLANG_BOOTSTRAP1 Do not build the Clang C/C++ compiler during the bootstrap phase of
3 To be able to build the system, either gcc or clang bootstrap must be
H A DWITH_SYSTEM_COMPILER2 bootstrap phase of the build.
3 If the currently installed compiler matches the planned bootstrap compiler
H A DWITHOUT_SYSTEM_COMPILER2 bootstrap phase of the build.
3 Normally, if the currently installed compiler matches the planned bootstrap
H A DWITH_SYSTEM_LINKER2 bootstrap phase of the build.
3 If the currently installed linker matches the planned bootstrap linker
H A DWITHOUT_SYSTEM_LINKER2 bootstrap phase of the build.
3 Normally, if the currently installed linker matches the planned bootstrap
H A DWITHOUT_PKGBOOTSTRAP3 bootstrap tool.
H A DWITH_DISK_IMAGE_TOOLS_BOOTSTRAP6 as bootstrap tools.
/freebsd/stand/i386/mbr/
H A Dmbr.S40 # we load in the bootstrap from the partition to boot.
119 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
120 # is present, execute the bootstrap we just loaded.
124 jmp *%bx # Invoke bootstrap
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.css245 .qtip-bootstrap{
460 .qtip-bootstrap{
482 .qtip-bootstrap .qtip-titlebar{
496 .qtip-bootstrap .qtip-titlebar .qtip-close{
512 .qtip-bootstrap .qtip-content{
517 .qtip-bootstrap .qtip-icon{
529 .qtip-bootstrap .qtip-icon .ui-icon{
551 .qtip-bootstrap .qtip-icon .ui-icon:hover{
/freebsd/contrib/kyua/admin/
H A Dclean-all.sh66 rm -f bootstrap/package.m4
67 rm -f bootstrap/testsuite
/freebsd/packages/pkg-bootstrap/
H A Dpkg-bootstrap.ucl19 comment = "pkg(7) bootstrap utility"
22 /usr/sbin/pkg is a minimal bootstrap tool used to install the full pkg(8)
H A DMakefile1 WORLDPACKAGE= pkg-bootstrap
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Daks-cdu.dts68 bootstrap@0 {
69 label = "bootstrap";
H A Dat91-kizboxmini-common.dtsi147 bootstrap@0 {
148 label = "bootstrap";
/freebsd/tools/build/mk/
H A DMakefile.boot87 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \
94 .error Do not include $${SRCTOP}/include when building bootstrap tools. \

12345678