Home
last modified time | relevance | path

Searched refs:stemp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias_smedia.c243 char newdata[2048], *port_data, *port_newdata, stemp[80]; in alias_rtsp_out() local
355 sprintf(stemp, "%d", ntohs(salias)); in alias_rtsp_out()
356 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
357 port_newdata += strlen(stemp); in alias_rtsp_out()
364 sprintf(stemp, "%d", ntohs(ealias)); in alias_rtsp_out()
365 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
366 port_newdata += strlen(stemp); in alias_rtsp_out()
H A Dalias_ftp.c670 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/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c70 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/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c68 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/dev/coretemp/
H A Dcoretemp.c350 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 Dpd.h404 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
405 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c1370 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 Dee.c1849 char *stemp; in scan() local
1853 stemp = line; in scan()
1859 j += len_char(*stemp, j); in scan()
1860 stemp++; in scan()