/freebsd/crypto/openssh/regress/ |
H A D | hostkey-rotate.sh | 37 secondary="$primary" 49 secondary="ssh-rsa" 111 if [ "$primary" != "$secondary" ]; then 112 verbose "learn changed non-primary hostkey type=${secondary}" 113 mv $OBJ/hkr.${secondary}.pub $OBJ/hkr.${secondary}.pub.old 114 rm -f $OBJ/hkr.${secondary} 115 ${SSHKEYGEN} -qt ${secondary} -f $OBJ/hkr.${secondary} -N '' || \ 116 fatal "ssh-keygen $secondary" 120 check_key_present ${secondary} $OBJ/hkr.${secondary}.pub.old && \ 122 check_key_present ${secondary} || fail "didn't learn changed key"
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | coex.c | 214 struct ieee80211_chanctx_conf *secondary; 253 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci() 406 data->secondary = data->primary; in iwl_mvm_bt_notif_per_link() 422 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator() 425 /* there is low latency vif - we will be secondary */ in iwl_mvm_bt_notif_iterator() 426 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator() 432 else if (data->secondary == chanctx_conf) in iwl_mvm_bt_notif_iterator() 443 else if (!data->secondary) in iwl_mvm_bt_notif_iterator() 444 /* if secondary is not NULL, it might be a GO */ 445 data->secondary 216 struct ieee80211_chanctx_conf *secondary; global() member [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-lx2160a-qds.dts | 110 mdio@0 { /* Slot #1 (secondary EMI) */ 116 mdio@1 { /* Slot #2 (secondary EMI) */ 122 mdio@2 { /* Slot #3 (secondary EMI) */ 128 mdio@3 { /* Slot #4 (secondary EMI) */ 134 mdio@4 { /* Slot #5 (secondary EMI) */ 140 mdio@5 { /* Slot #6 (secondary EMI) */ 146 mdio@6 { /* Slot #7 (secondary EMI) */ 152 mdio@7 { /* Slot #8 (secondary EMI) */
|
H A D | fsl-lx2162a-qds.dts | 120 mdio@0 { /* Slot #1 (secondary EMI) */ 126 mdio@1 { /* Slot #2 (secondary EMI) */ 132 mdio@2 { /* Slot #3 (secondary EMI) */ 138 mdio@3 { /* Slot #4 (secondary EMI) */ 144 mdio@4 { /* Slot #5 (secondary EMI) */ 150 mdio@5 { /* Slot #6 (secondary EMI) */ 156 mdio@6 { /* Slot #7 (secondary EMI) */ 162 mdio@7 { /* Slot #8 (secondary EMI) */
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pamu.txt | 63 - fsl,secondary-cache-geometry 65 Two cells that specify the geometry of the secondary PAMU 108 fsl,secondary-cache-geometry = <128 2>; 114 fsl,secondary-cache-geometry = <128 2>; 120 fsl,secondary-cache-geometry = <128 2>; 126 fsl,secondary-cache-geometry = <128 2>; 132 fsl,secondary-cache-geometry = <128 2>;
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm23550.dtsi | 28 secondary-boot-reg = <0x35004178>; 37 secondary-boot-reg = <0x35004178>; 46 secondary-boot-reg = <0x35004178>;
|
H A D | bcm-nsp-ax.dtsi | 4 * Notable differences from B0+ are the secondary-boot-reg and 9 secondary-boot-reg = <0xffff042c>;
|
H A D | bcm4708.dtsi | 39 secondary-boot-reg = <0xffff0400>;
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | snps,dw-apb-ictl.txt | 4 dw_apb_ictl. The IP is used as secondary interrupt controller in some SoCs with 15 Additional required property when it's used as secondary interrupt controller: 27 /* dw_apb_ictl is used as secondary interrupt controller */
|
H A D | mrvl,intc.txt | 11 also has a secondary range for the second CPU core. If the interrupt 13 address of mux-intc is in the range of intc. mux-intc is secondary
|
/freebsd/contrib/mandoc/ |
H A D | read.c | 58 struct buf *secondary; /* copy of top level input */ member 257 if (curp->secondary == NULL) in mparse_buf_r() 258 curp->secondary = firstln; in mparse_buf_r() 434 if (firstln != curp->secondary) in mparse_buf_r() 698 free_buf_list(curp->secondary); in mparse_reset() 699 curp->secondary = NULL; in mparse_reset() 712 free_buf_list(curp->secondary); in mparse_free() 735 for (buf = p->secondary; buf != NULL; buf = buf->next) in mparse_copy()
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | sharp,lq101r1sx01.txt | 23 - link2: phandle to the DSI peripheral on the secondary link. Note that the 37 link2 = <&secondary>; 45 secondary: panel@0 {
|
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/ |
H A D | fsl,layerscape-dcfg.txt | 4 configuration and status for the device. Such as setting the secondary 5 core start address and release the secondary core from holdoff and startup.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/ |
H A D | brcm,bcm63138.txt | 11 An optional Boot lookup table Device Tree node is required for secondary CPU 13 defined in reset/brcm,bcm63138-pmb.txt for this secondary CPU, and an 23 Optional properties for the secondary CPU node:
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | fwnode.h | 7 struct fwnode_handle *secondary; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrFormats.td | 61 // f = secondary opcode = 2 bits 120 // f = secondary opcode = 7 bits 286 // f = secondary opcode = 1 bit 412 // f = secondary opcode = 1 bit 439 // f = secondary opcode = 1 bit 455 // f = secondary opcode = 3 bits 470 // f = secondary opcode = 1 bit
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | p5040si-post.dtsi | 275 fsl,secondary-cache-geometry = <128 2>; 281 fsl,secondary-cache-geometry = <128 2>; 287 fsl,secondary-cache-geometry = <128 2>; 293 fsl,secondary-cache-geometry = <128 2>; 299 fsl,secondary-cache-geometry = <128 2>;
|
H A D | p4080si-post.dtsi | 324 fsl,secondary-cache-geometry = <128 2>; 330 fsl,secondary-cache-geometry = <128 2>; 336 fsl,secondary-cache-geometry = <128 2>; 342 fsl,secondary-cache-geometry = <128 2>; 348 fsl,secondary-cache-geometry = <128 2>;
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | struct.subr | 64 # The secondary method of accessing data is by using $name as a function. 74 # Alternatively, the secondary access method (details below): 81 # The secondary form should only be used if/when: 85 # The primary benefit to the secondary form is syntax cleanliness and read-
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | runconsoles.c | 98 static const char secondary[] = "secondary"; variable 396 strcpy(primary_secondary, secondary); in start_console() 531 primary_secondary = malloc(MAX(sizeof(primary), sizeof(secondary))); in start_consoles()
|
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
H A D | socfpga_arria5.dtsi | 7 /* First 4KB has trampoline code for secondary cores. */
|
H A D | socfpga_cyclone5.dtsi | 7 /* First 4KB has trampoline code for secondary cores. */
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | px30-engicam-edimm2.2.dtsi | 37 /* LVDS_B(secondary) */
|
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/ |
H A D | hip01-ca9x2.dts | 13 /* First 8KB reserved for secondary core boot */
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,krait-cc.txt | 20 Definition: reference to the clock parents of hfpll, secondary muxes.
|