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 | 386 void *ptemp; in interpret_command_bytes() local 425 ptemp = realloc(popt->pcmd, cbcmd); in interpret_command_bytes() 427 if (!ptemp) { in interpret_command_bytes() 435 popt->pcmd = (uint8_t *)ptemp; in interpret_command_bytes()
|
/freebsd/lib/libusb/ |
H A D | libusb20.c | 1235 libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp) in libusb20_be_get_template() argument 1239 if (ptemp == NULL) in libusb20_be_get_template() 1240 ptemp = &temp; in libusb20_be_get_template() 1242 return (pbe->methods->root_get_template(pbe, ptemp)); in libusb20_be_get_template()
|
H A D | libusb20_int.h | 59 typedef int (libusb20_root_get_template_t)(struct libusb20_backend *pbe, int *ptemp);
|
H A D | libusb20.h | 288 int libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp);
|
H A D | libusb20_ugen20.c | 1083 ugen20_root_get_template(struct libusb20_backend *pbe, int *ptemp) in ugen20_root_get_template() argument 1085 return (ugen20_be_ioctl(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()
|