Searched refs:ptemp (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_cout.c388 char ptemp[256]; local
420 s_print(ptemp, "%s%s * %d",
424 s_print(ptemp, "%s%s", plus,
429 sizestr = xstrdup(ptemp);
434 +strlen(ptemp)+1);
435 sizestr = strcat(sizestr, ptemp);
/freebsd-13-stable/usr.sbin/spi/
H A Dspi.c389 void *ptemp; local
428 ptemp = realloc(popt->pcmd, cbcmd);
430 if (!ptemp) {
438 popt->pcmd = (uint8_t *)ptemp;
/freebsd-13-stable/lib/libusb/
H A Dlibusb20.c1231 libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp) argument
1235 if (ptemp == NULL)
1236 ptemp = &temp;
1238 return (pbe->methods->root_get_template(pbe, ptemp));
H A Dlibusb20.h289 int libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp);
H A Dlibusb20_int.h66 typedef int (libusb20_root_get_template_t)(struct libusb20_backend *pbe, int *ptemp);
H A Dlibusb20_ugen20.c1084 ugen20_root_get_template(struct libusb20_backend *pbe, int *ptemp) argument
1086 return (ugen20_be_ioctl(IOUSB(USB_GET_TEMPLATE), ptemp));
/freebsd-13-stable/sys/mips/mips/
H A Dpmap.c507 vm_paddr_t ptemp[2]; local
509 ptemp[0] = phys_avail[i + 0];
510 ptemp[1] = phys_avail[i + 1];
515 phys_avail[i - 2] = ptemp[0];
516 phys_avail[i - 1] = ptemp[1];
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c767 bit32 *ptemp; local
780 ptemp = (bit32 *)&payload.sasIdentify;
827 si_memcpy(ptemp, pValue, sizeof(agsaSASIdentify_t));

Completed in 122 milliseconds