Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_cout.c388 char ptemp[256]; in inline_struct() local
420 s_print(ptemp, "%s%s * %d", in inline_struct()
424 s_print(ptemp, "%s%s", plus, in inline_struct()
429 sizestr = xstrdup(ptemp); in inline_struct()
434 +strlen(ptemp)+1); in inline_struct()
435 sizestr = strcat(sizestr, ptemp); in inline_struct()
/freebsd-11-stable/usr.sbin/spi/
HDspi.c389 void *ptemp; in interpret_command_bytes() local
428 ptemp = realloc(popt->pcmd, cbcmd); in interpret_command_bytes()
430 if (!ptemp) { in interpret_command_bytes()
438 popt->pcmd = (uint8_t *)ptemp; in interpret_command_bytes()
/freebsd-11-stable/lib/libusb/
HDlibusb20.c1229 libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp) in libusb20_be_get_template() argument
1233 if (ptemp == NULL) in libusb20_be_get_template()
1234 ptemp = &temp; in libusb20_be_get_template()
1236 return (pbe->methods->root_get_template(pbe, ptemp)); in libusb20_be_get_template()
HDlibusb20_int.h64 typedef int (libusb20_root_get_template_t)(struct libusb20_backend *pbe, int *ptemp);
HDlibusb20.h287 int libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp);
HDlibusb20_ugen20.c1082 ugen20_root_get_template(struct libusb20_backend *pbe, int *ptemp) in ugen20_root_get_template() argument
1084 return (ugen20_be_ioctl(IOUSB(USB_GET_TEMPLATE), ptemp)); in ugen20_root_get_template()
/freebsd-11-stable/sys/mips/mips/
HDpmap.c503 vm_paddr_t ptemp[2]; in pmap_bootstrap() local
505 ptemp[0] = phys_avail[i + 0]; in pmap_bootstrap()
506 ptemp[1] = phys_avail[i + 1]; in pmap_bootstrap()
511 phys_avail[i - 2] = ptemp[0]; in pmap_bootstrap()
512 phys_avail[i - 1] = ptemp[1]; in pmap_bootstrap()
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsampicmd.c767 bit32 *ptemp; in mpiPhyStartCmd() local
780 ptemp = (bit32 *)&payload.sasIdentify; in mpiPhyStartCmd()
827 si_memcpy(ptemp, pValue, sizeof(agsaSASIdentify_t)); in mpiPhyStartCmd()