/freebsd/release/ |
H A D | Makefile.vagrant | 10 # To create a Vagrant image for VMWare and Upload it to Atlas: 13 # env VAGRANT_KEY=foo VAGRANT_USERNAME=bar make vagrant-upload \ 69 VAGRANT_UPLOAD_TGTS+= vagrant-do-upload-${PROVIDER} 85 CLEANFILES+= vagrant-do-upload-${PROVIDER} 86 vagrant-do-upload-${PROVIDER}: vagrant-box 88 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER} -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION} 90 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER}_desktop -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION} 98 vagrant-upload: ${VAGRANT_UPLOAD_TGTS}
|
H A D | Makefile.azure | 8 azure-do-upload 24 azure-upload: ${AZURE_UPLOAD_TGTS} 50 azure-do-upload-${_FS}: 51 /usr/local/bin/az storage blob upload \ 77 azure-do-upload: azure-do-upload-${VMFS}
|
H A D | Makefile.gce | 9 gce-do-upload 29 gce-upload: ${GCE_UPLOAD_TGTS} 73 gce-do-upload-${_FS}: 86 gce-do-upload: gce-do-upload-${VMFS}
|
H A D | Makefile.ec2 | 40 .if !exists(/usr/local/bin/bsdec2-image-upload) 48 .if !exists(/usr/local/bin/bsdec2-image-upload) 49 . if !exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile) 53 env ASSUME_ALWAYS_YES=yes pkg install -y net/bsdec2-image-upload 55 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/bsdec2-image-upload \ 88 /usr/local/bin/bsdec2-image-upload ${PUBLISH} ${PUBLICSNAP} \
|
/freebsd/contrib/libxo/ |
H A D | Makefile.am | 47 upload: dist upload-docs upload-xohtml-files target 51 upload-docs: docs upload-html 53 upload-html: 67 upload-xohtml-files:
|
/freebsd/release/scripts/ |
H A D | atlas-upload.sh | 24 # Upload a Vagrant image to Hashicorp's Atlas service 34 echo "-b box-name -d 'box description' -f box-to-upload -k api-key -p provider -u user -v version" 128 # Request an upload token 129 …L}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provider/${PROVIDER}/upload?access_token=${KEY… 141 UPLOADRESULT=$(/usr/local/bin/curl -s -X PUT --upload-file ${FILE} "${TOKEN}") 143 # Validate the Upload 148 echo "Upload failed, try again."
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_radio_2055.c | 87 #define UPLOAD .flags = B2055_INITTAB_ENTRY_OK | B2055_INITTAB_UPLOAD macro 96 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 97 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 98 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 99 [B2055_C2_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 102 [B2055_C1_SP_TXGC1] = { .ghz5 = 0x004F, .ghz2 = 0x004F, UPLOAD, }, 103 [B2055_C1_SP_TXGC2] = { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, }, 104 [B2055_C2_SP_TXGC1] = { .ghz5 = 0x004F, .ghz2 = 0x004F, UPLOAD, }, 105 [B2055_C2_SP_TXGC2] = { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, }, 137 [B2055_XOREGUL] = { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, }, [all …]
|
H A D | if_bwn_radio_2056.c | 89 #define UPLOAD .flags = B2056_INITTAB_ENTRY_OK | B2056_INITTAB_UPLOAD macro 183 [B2056_SYN_PLL_VCO2] = { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, }, 196 [B2056_SYN_PLL_VCOCAL12] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 216 [B2056_SYN_LOGENBUF2] = { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, }, 345 [B2056_TX_INTPAA_PASLOPE] = { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, }, 355 [B2056_TX_INTPAG_PASLOPE] = { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, }, 358 [B2056_TX_PADA_IDAC] = { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, }, 362 [B2056_TX_PADA_SLOPE] = { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, }, 368 [B2056_TX_PADG_SLOPE] = { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, }, 370 [B2056_TX_PGAA_IDAC] = { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, }, [all …]
|
H A D | if_bwn_radio_2055.h | 271 /* Upload the default register value table. 272 * If "ghz5" is true, we upload the 5Ghz table. Otherwise the 2.4Ghz 273 * table is uploaded. If "ignore_uploadflag" is true, we upload any value 274 * and ignore the "UPLOAD" flag. */
|
/freebsd/contrib/libcbor/.github/workflows/ |
H A D | fuzz.yml | 20 - name: Upload Crash 21 uses: actions/upload-artifact@v1
|
H A D | fuzz-pr.yml | 20 - name: Upload Crash 21 uses: actions/upload-artifact@v1
|
/freebsd/contrib/libarchive/.github/workflows/ |
H A D | cifuzz.yml |
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_cifuzz.yml | 21 - name: Upload Crash 22 uses: actions/upload-artifact@v3
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.h | 155 * Upload 'local_path' to 'remote_path'. Preserve permissions and times 162 * Recursively upload 'local_directory' to 'remote_directory'. Preserve 169 * Download a 'from_path' from the 'from' connection and upload it to 178 * connection and upload it to 'to' connection at 'to_path'.
|
H A D | sftp.1 | 330 at any point in time during a download or upload. 334 during download or upload. 603 Upload 674 Resume upload of
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/ |
H A D | pci_mcu.c | 67 /* upload ILM. */ in mt76x0e_load_firmware() 78 /* upload IVB. */ in mt76x0e_load_firmware() 85 /* upload DLM. */ in mt76x0e_load_firmware()
|
/freebsd/share/man/man4/ |
H A D | iwm.4 | 164 An attempt to upload the boot firmware image 168 An attempt to upload the microcode image 172 An attempt to upload the main firmware image
|
H A D | iwi.4 | 146 An attempt to upload the boot firmware image to the onboard microcontroller 150 An attempt to upload the microcode image to the onboard microcontroller failed. 153 An attempt to upload the main firmware image to the onboard microcontroller
|
H A D | iwn.4 | 205 An attempt to upload the boot firmware image to the onboard microcontroller 209 An attempt to upload the microcode image to the onboard microcontroller failed. 212 An attempt to upload the main firmware image to the onboard microcontroller
|
H A D | ipw.4 | 138 An attempt to upload the microcode image to the onboard microcontroller failed. 141 An attempt to upload the firmware image to the onboard microcontroller failed.
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | cifuzz.yml | 27 - name: Upload Crash 28 uses: actions/upload-artifact@main
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-qemu.yml | 139 - uses: actions/upload-artifact@v4 140 id: artifact-upload 149 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }… 200 - uses: actions/upload-artifact@v4
|
H A D | zloop.yml | 63 - uses: actions/upload-artifact@v4 71 - uses: actions/upload-artifact@v4
|
/freebsd/tools/tools/git/ |
H A D | HOWTO | 43 3. When you need to make a change and upload it to a review, use the following 54 You can upload the change to the code review by running this command in your 60 change the message that will be shown in Differential for this upload. It's
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | aria | 34 # upload length; the uploaded length of download like: 0 400h 35 >(6.L+22) ubequad !0 \b, upload length %#llx
|