/freebsd/lib/libc/net/ |
H A D | sourcefilter.c | 87 sockunion_t *psu; in __inaddr_to_index() local 102 psu = (sockunion_t *)ifa->ifa_addr; in __inaddr_to_index() 103 if (psu && psu->ss.ss_family == AF_INET && in __inaddr_to_index() 104 psu->sin.sin_addr.s_addr == ifaddr) { in __inaddr_to_index() 118 psu = (sockunion_t *)ifa->ifa_addr; in __inaddr_to_index() 119 if (psu && psu->ss.ss_family == AF_LINK && in __inaddr_to_index() 121 ifindex = LLINDEX(&psu->sdl); in __inaddr_to_index() 146 sockunion_t *psu, *tmpslist; in setipv4sourcefilter() local 180 psu = tmpslist; in setipv4sourcefilter() 181 for (i = 0; i < numsrc; i++, pina++, psu++) { in setipv4sourcefilter() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNMinRegStrategy.cpp | 91 auto PSU = PDep.getSUnit(); in getReadySuccessors() local 92 assert(!PSU->isBoundaryNode()); in getReadySuccessors() 93 if (PSU != SU && !isScheduled(PSU)) { in getReadySuccessors() 184 auto PSU = P.getSUnit(); in bumpPredsPriority() local 185 assert(!PSU->isBoundaryNode()); in bumpPredsPriority() 186 if (PSU != SchedSU && !isScheduled(PSU)) { in bumpPredsPriority() 187 Set.insert(PSU); in bumpPredsPriority()
|
/freebsd/usr.sbin/mtest/ |
H A D | mtest.c | 159 sockunion_t *psu; in __ifindex_to_primary_ip() local 178 psu = (sockunion_t *)ifa->ifa_addr; in __ifindex_to_primary_ip() 179 if (psu && psu->sa.sa_family == AF_INET) { in __ifindex_to_primary_ip() 181 memcpy(pina, &psu->sin.sin_addr, in __ifindex_to_primary_ip() 284 parse_cmd_args(sockunion_t *psu, sockunion_t *psu2, in parse_cmd_args() argument 292 assert(psu != NULL); in parse_cmd_args() 307 memset(psu, 0, sizeof(sockunion_t)); in parse_cmd_args() 308 psu->sa.sa_family = AF_UNSPEC; in parse_cmd_args() 317 memcpy(psu, res->ai_addr, res->ai_addrlen); in parse_cmd_args() 557 sockunion_t *psu = (sockunion_t *)&sources[i]; in process_cmd() local [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-quanta-q71l.dts | 339 psu@59 { 350 psu@58 { 361 psu@58 { 372 psu@59 {
|
H A D | aspeed-bmc-ufispace-ncplite.dts | 294 psu@58 { 309 psu@58 {
|
H A D | aspeed-bmc-vegman-rx20.dts | 27 label = "psu:red:status"; 33 label = "psu:green:status";
|
H A D | aspeed-bmc-asrock-x570d4u.dts | 91 "input-psu-smb-alert-n", "", 175 /* PSU SMBus (PSU_SMB1) */
|
H A D | aspeed-bmc-inspur-fp5280g2.dts | 183 front-psu { 184 label = "front-psu"; 211 /*B0-B7*/ "","","front-psu","checkstop","cfam-reset","","","init-ok",
|
H A D | aspeed-bmc-ampere-mtmitchell.dts | 142 led-psu-fault { 451 psu@58 { 456 psu@59 { 958 "fan-fault","psu-fault",
|
H A D | aspeed-bmc-inspur-nf5280m6.dts | 56 front-psu { 57 label = "front-psu";
|
H A D | aspeed-bmc-ampere-mtjade.dts | 650 psu@58 { 655 psu@59 {
|
H A D | aspeed-bmc-facebook-cloudripper.dts | 377 label = "psu";
|
H A D | aspeed-bmc-facebook-fuji.dts | 402 label = "psu";
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_regs_mcdi_strs.h | 56 #define MC_CMD_SENSOR_PSU_AOE_TEMP_ENUM_STR "AOE FPGA PSU temperature: degC" 57 #define MC_CMD_SENSOR_PSU_TEMP_ENUM_STR "AOE PSU temperature: degC"
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | delta,tn48m-cpld.yaml | 17 PSU status etc.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ti,tmp421.yaml | 55 A descriptive name for this channel, like "ambient" or "psu".
|
H A D | ti,tmp464.yaml | 54 A descriptive name for this channel, like "ambient" or "psu".
|
H A D | national,lm90.yaml | 84 description: A descriptive name for this channel, like "ambient" or "psu".
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6sx-sdb.dtsi | 84 reg_psu_5v: regulator-psu-5v { 86 regulator-name = "PSU-5V0";
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ph.h | 10 * http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.106.2988&rep=rep1&type=pdf
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_misc.c | 488 /* 0x24 */ "LMP PSU not allowed",
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 412 list. Scott Schwartz (schwartz@cs.psu.edu) folded the fix into the
|
H A D | README | 1024 (cs.psu.edu), John A. Kunze (violet.berkeley.edu), Daniel Len Schales
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-iot2050-common.dtsi | 423 psu: regulator@60 { label
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 2875 product LAKESHORE 625A 0x0600 625A Magnet PSU 2876 product LAKESHORE 642A 0x0601 642A Magnet PSU 2877 product LAKESHORE 648 0x0602 648 Magnet PSU 5012 product WIENERPLEINBAUS PL512 0x0010 PL512 PSU 5014 product WIENERPLEINBAUS MPOD 0x0012 MPOD PSU
|