/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | renesas,rza1-ports.yaml | 19 function (port mode) or in alternate function mode. 20 Up to 8 different alternate function modes exist for each single pin. 78 single) pin in some desired alternate function mode. 80 A few alternate function require special pin configuration flags to be 81 supplied along with the alternate function configuration number. 98 When a pin has to be configured in alternate function mode, use 100 its alternate function configuration number along with it. 102 same alternate function they shall be specified as members of the 105 (port where it sits on and pin number) and alternate function 146 * Pin #0 on port #3 is configured as alternate functio [all...] |
H A D | renesas,rza1-pinctrl.txt | 8 function (port mode) or in alternate function mode. 9 Up to 8 different alternate function modes exist for each single pin. 41 (or a single) pin in some desired alternate function mode. 43 A few alternate function require special pin configuration flags to be 44 supplied along with the alternate function configuration number. 103 When a pin has to be configured in alternate function mode, use this 105 alternate function configuration number along with it. 107 alternate function they shall be specified as members of the same 110 (port where it sits on and pin number) and alternate function identifier 140 Pin #0 on port #3 is configured as alternate function #6. [all …]
|
H A D | renesas,rza2-pinctrl.txt | 6 function (port mode) or in alternate function mode. 7 Up to 8 different alternate function modes exist for each single pin. 44 (or a single) pin in some desired alternate function mode. 54 When a pin has to be configured in alternate function mode, use this 56 alternate function configuration number along with it. 58 alternate function they shall be specified as members of the same 61 (port where it sits on and pin number) and alternate function identifier
|
H A D | renesas,rzn1-pinctrl.yaml | 52 single) pin in some desired alternate function mode. 60 When a pin has to be configured in alternate function mode, use 62 its alternate function configuration number along with it. 64 same alternate function they shall be specified as members of the 69 MUX_FUNC is one of the alternate function identifiers defined in:
|
H A D | renesas,rzn1-pinctrl.txt | 33 (or a single) pin in some desired alternate function mode. 106 When a pin has to be configured in alternate function mode, use this 108 alternate function configuration number along with it. 110 alternate function they shall be specified as members of the same 115 one of the alternate function identifiers defined in:
|
H A D | renesas,rza2-pinctrl.yaml | 18 (port mode) or in alternate function mode. 19 Up to 8 different alternate function modes exist for each single pin. 52 (or a single) pin in some desired alternate function mode. 64 alternate function configuration number using the RZA2_PINMUX()
|
H A D | st,stm32-pinctrl.yaml | 157 * 1 : Alternate Function 0 158 * 2 : Alternate Function 1 159 * 3 : Alternate Function 2 161 * 16 : Alternate Function 15 167 /* GPIO A9 set as alternate function 2 */
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 236 "\t-V etcdir alternate /etc location\n" in cmdhelp() 237 "\t-R rootdir alternate root directory\n" in cmdhelp() 259 "\t-V etcdir alternate /etc location\n" in cmdhelp() 260 "\t-R rootdir alternate root directory\n" in cmdhelp() 276 "\t-V etcdir alternate /etc location\n" in cmdhelp() 277 "\t-R rootdir alternate root directory\n" in cmdhelp() 284 "\t-V etcdir alternate /etc location\n" in cmdhelp() 285 "\t-R rootdir alternate root directory\n" in cmdhelp() 309 "\t-V etcdir alternate /etc location\n" in cmdhelp() 310 "\t-R rootdir alternate roo in cmdhelp() [all...] |
/freebsd/lib/libsys/ |
H A D | sigaltstack.2 | 51 allows defining an alternate stack on which signals 81 to be processed on an alternate stack will resume doing so. 97 the usual case when allocating an alternate stack area. 98 The following code fragment is typically used to allocate an alternate stack. 112 the operating system to implement the alternate stack feature. 113 In computing an alternate stack size, 147 Size of alternate stack area is less than or equal to
|
/freebsd/share/man/man9/ |
H A D | tcp_functions.9 | 31 .Nd Alternate TCP Stack Framework 48 framework allows a kernel developer to implement alternate TCP stacks. 49 The alternate stacks can be compiled in the kernel or can be implemented in 52 and to allow alternate behaviors to be deployed for different TCP connections 67 Therefore, an alternate "function block" defines an alternate "TCP stack". 289 .Ss Requirements for Alternate TCP Stacks 298 If the TCP stack uses this alternate storage, it should understand that the 310 It is understood that alternate TCP stacks may keep different sets of data. 312 rest of the system in a standardized format, alternate TCP stacks must
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 219 // Walk the alternate and current candidate back to find a common ancestor. in computeDominator() 220 auto *Alternate = Pred; in computeDominator() local 221 while (Alternate != Candidate) { in computeDominator() 222 if (Candidate->BlockID > Alternate->BlockID) in computeDominator() 225 Alternate = Alternate->DominatorNode.Parent; in computeDominator() 246 // Walk the alternate and current candidate back to find a common ancestor. in computePostDominator() 247 auto *Alternate = Succ; in computePostDominator() local 248 while (Alternate != Candidate) { in computePostDominator() 249 if (Candidate->BlockID < Alternate->BlockID) in computePostDominator() 252 Alternate = Alternate->PostDominatorNode.Parent; in computePostDominator()
|
/freebsd/lib/libufs/ |
H A D | sbread.3 | 84 will attempt to find one of the filesystem's alternate superblocks. 120 alternate superblock locations. 121 To update all the alternate superblocks, 143 will attempt to find one of the filesystem's alternate superblocks. 160 function will write to all the alternate superblock locations if the
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cm.h | 128 * useful for RoCE. Alternate path GID attributes 489 * to the alternate path. 531 * ib_send_cm_lap - Sends a load alternate path request. 532 * @cm_id: Connection identifier associated with the load alternate path 534 * @alternate_path: A path record that identifies the alternate path to 537 * load alternate path message. 566 * ib_send_cm_apr - Sends an alternate path response message in response to 567 * a load alternate path request. 568 * @cm_id: Connection identifier associated with the alternate path response. 569 * @status: Reply status sent with the alternate path response. [all …]
|
/freebsd/contrib/ofed/libibcm/ |
H A D | cm.h | 457 * to the alternate path. 496 * ib_cm_send_lap - Sends a load alternate path request. 497 * @cm_id: Connection identifier associated with the load alternate path 499 * @alternate_path: A path record that identifies the alternate path to 502 * load alternate path message. 531 * ib_cm_send_apr - Sends an alternate path response message in response to 532 * a load alternate path request. 533 * @cm_id: Connection identifier associated with the alternate path response. 534 * @status: Reply status sent with the alternate path response. 535 * @info: Optional additional information sent with the alternate path [all …]
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_query_qp.3 | 43 struct ibv_ah_attr alt_ah_attr; /* Alternate path address vector (valid only for RC/UC… 45 uint16_t alt_pkey_index; /* Alternate P_Key index */ 55 uint8_t alt_port_num; /* Alternate port number */ 56 uint8_t alt_timeout; /* Local ack timeout for alternate path (valid only fo…
|
H A D | ibv_modify_qp.3 | 38 struct ibv_ah_attr alt_ah_attr; /* Alternate path address vector (valid only for RC… 40 uint16_t alt_pkey_index; /* Alternate P_Key index */ 50 uint8_t alt_port_num; /* Alternate port number */ 51 uint8_t alt_timeout; /* Local ack timeout for alternate path (valid only… 121 Not all devices support alternate paths. To check if a device supports it, check if the
|
/freebsd/contrib/bearssl/samples/ |
H A D | custom_profile.c | 233 /* Alternate: set implementations explicitly. in example_client_profile() 321 /* Alternate: aes_ct64 in example_client_profile() 328 /* Alternate: aes_small in example_client_profile() 335 /* Alternate: aes_big in example_client_profile() 345 /* Alternate: des_tab in example_client_profile() 374 /* Alternate: ghash_ctmul32 in example_client_profile() 378 /* Alternate: ghash_ctmul64 in example_client_profile() 561 /* Alternate: aes_ct64 in example_server_profile() 568 /* Alternate: aes_small in example_server_profile() 575 /* Alternate: aes_big in example_server_profile() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,osm-l3.yaml | 44 - description: alternate clock 49 - const: alternate 74 clock-names = "xo", "alternate";
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 50 # these are an alternate set of property values 75 # these are an alternate set of property values 102 # these are an alternate set of property values
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/ |
H A D | eventdefs.h | 48 #define EC_AP_DRIVER "EC_ap_driver" /* Alternate Pathing event class */ 99 /* Alternate Pathing path switch */ 101 /* Alternate Pathing database commit */ 103 /* Alternate Pathing physical path status change */
|
/freebsd/usr.sbin/etcupdate/ |
H A D | etcupdate.8 | 400 Specify an alternate destination directory as the target of a merge. 410 Specify an alternate directory to use as the work directory. 472 Specify an alternate path for the log file. 565 Specify an alternate source tree to use when building or extracting a 595 Specify an alternate destination directory similar to the 611 Specify an alternate path for the log file similar to the 631 Specify an alternate source tree similar to the 635 Specify an alternate work directory similar to the
|
/freebsd/sys/netinet/ |
H A D | sctp_timer.c | 169 /* Find and return an alternate network if possible */ in sctp_find_alternate_net() 182 * JRS 5/14/07 - If mode is set to 2, use the CMT PF find alternate in sctp_find_alternate_net() 285 * CMT policy for choosing an alternate net. */ in sctp_find_alternate_net() 325 /* Look for an alternate net, which is active. */ in sctp_find_alternate_net() 354 /* Found an alternate net, which is reachable. */ in sctp_find_alternate_net() 362 * In case no active alternate net has been found, look for in sctp_find_alternate_net() 363 * an alternate net, which is confirmed. in sctp_find_alternate_net() 385 * Found an alternate net, which is in sctp_find_alternate_net() 395 * In case no confirmed alternate net has been found, just in sctp_find_alternate_net() 833 /* Find an alternate and mark those for retransmission */ in sctp_t3rxt_timer() [all …]
|
/freebsd/tests/sys/kern/ |
H A D | sigaltstack.c | 52 // The alternate signal stack is enabled. in sig_handler() 56 // The thread was NOT running on the alternate signal in sig_handler() 61 // The thread WAS running on the alternate signal in sig_handler()
|
/freebsd/sys/dev/usb/ |
H A D | usb_parse.c | 145 * Don't allow more than 256 alternate in usb_idesc_foreach() 147 * alternate index which is a 8-bit in usb_idesc_foreach() 151 DPRINTF("Interface(%u) has more than 256 alternate settings\n", in usb_idesc_foreach() 169 /* new alternate interface */ in usb_idesc_foreach() 282 * Number of alternate settings for the given interface descriptor 284 * be greater than the actual number of alternate settings.
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-cpcap-usb.txt | 14 pinctrl: Optional alternate pin modes for the PHY 16 mode-gpios: Optional GPIOs for configuring alternate modes
|