Searched defs:lp (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c2631 uint32_t *lp = (uint32_t *)structure; local
2633 lp = (uint32_t *)
2634 (((uintptr_t)lp + _INT_ALIGNMENT - 1) &
2637 ((lp + 1) > (uint32_t *)structend))
2640 *lp++ = (((((
2644 structure = (void *)lp;
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c229 char *lp; local
241 lp = strchr(ifnamecp, ':');
242 if (lp != NULL) {
243 if (getlun(lp, strlen(lp), &ifsp->ifsp_lun) != 0)
245 *lp = '\0';

Completed in 1783 milliseconds