Searched refs:ptemp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 378 char ptemp[256]; in inline_struct() local 410 s_print(ptemp, "%s%s * %d", in inline_struct() 414 s_print(ptemp, "%s%s", plus, in inline_struct() 419 sizestr = xstrdup(ptemp); in inline_struct() 424 +strlen(ptemp)+1); in inline_struct() 425 sizestr = strcat(sizestr, ptemp); in inline_struct()
|
| /freebsd/usr.sbin/spi/ |
| H A D | spi.c | 402 void *ptemp; in interpret_command_bytes() local 441 ptemp = realloc(popt->pcmd, cbcmd); in interpret_command_bytes() 443 if (!ptemp) { in interpret_command_bytes() 451 popt->pcmd = (uint8_t *)ptemp; in interpret_command_bytes()
|
| /freebsd/lib/libusb/ |
| H A D | libusb20.c | 1253 libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp) in libusb20_be_get_template() argument 1257 if (ptemp == NULL) in libusb20_be_get_template() 1258 ptemp = &temp; in libusb20_be_get_template() 1260 return (pbe->methods->root_get_template(pbe, ptemp)); in libusb20_be_get_template()
|
| H A D | libusb20_int.h | 74 typedef int (libusb20_root_get_template_t)(struct libusb20_backend *pbe, int *ptemp);
|
| H A D | libusb20.h | 293 int libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp);
|
| H A D | libusb20_ugen20.c | 1227 ugen20_root_get_template(struct libusb20_backend *pbe, int *ptemp) in ugen20_root_get_template() argument 1229 return (ugen20_be_ioctl(pbe->be_ctx, IOUSB(USB_GET_TEMPLATE), ptemp)); in ugen20_root_get_template()
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sampicmd.c | 766 bit32 *ptemp; in mpiPhyStartCmd() local 779 ptemp = (bit32 *)&payload.sasIdentify; in mpiPhyStartCmd() 826 si_memcpy(ptemp, pValue, sizeof(agsaSASIdentify_t)); in mpiPhyStartCmd()
|