Searched refs:stemp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_coretemp.c | 68 char stemp[16]; in coretemp_get_val_sysctl() local 116 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl() 117 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /freebsd/sys/arm64/nvidia/tegra210/ |
| H A D | tegra210_coretemp.c | 70 char stemp[16]; in coretemp_get_val_sysctl() local 121 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl() 122 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_ftp.c | 670 char stemp[MAX_MESSAGE_SIZE + 1]; in NewFtpMessage() local 698 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n", in NewFtpMessage() 702 sprintf(stemp, in NewFtpMessage() 709 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n", in NewFtpMessage() 714 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n", in NewFtpMessage() 720 slen = strlen(stemp); in NewFtpMessage() 725 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage()
|
| /freebsd/sys/dev/coretemp/ |
| H A D | coretemp.c | 350 char stemp[16]; in coretemp_get_val_sysctl() local 401 snprintf(stemp, sizeof(stemp), "%d", tmp); in coretemp_get_val_sysctl() 402 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
| H A D | pd.h | 422 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument 423 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
|
| /freebsd/contrib/libpcap/msdos/ |
| H A D | pktdrvr.c | 1370 USHORT stemp; in RealCopy() local 1396 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE) in RealCopy() 1401 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE) in RealCopy()
|
| /freebsd/contrib/ee/ |
| H A D | ee.c | 1999 char *stemp; in scan() local 2003 stemp = line; in scan() 2008 if (*(unsigned char *)stemp >= 0x80) in scan() 2010 int clen = utf8_len((const unsigned char *)stemp); in scan() 2011 j += utf8_width((const unsigned char *)stemp); in scan() 2012 stemp += clen; in scan() 2017 j += len_char(*stemp, j); in scan() 2018 stemp++; in scan()
|