Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c378 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 Dspi.c386 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 Dlibusb20.c1235 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 Dlibusb20_int.h59 typedef int (libusb20_root_get_template_t)(struct libusb20_backend *pbe, int *ptemp);
H A Dlibusb20.h288 int libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp);
H A Dlibusb20_ugen20.c1083 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 Dsampicmd.c766 bit32 *ptemp; in mpiPhyStartCmd() local
779 ptemp = (bit32 *)&payload.sasIdentify; in mpiPhyStartCmd()
826 si_memcpy(ptemp, pValue, sizeof(agsaSASIdentify_t)); in mpiPhyStartCmd()