Searched refs:ptrptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/nameser/
H A Dns_name.c677 * Advance *ptrptr to skip over the compressed name it points at.
683 ns_name_skip(const u_char **ptrptr, const u_char *eom) argument
689 cp = *ptrptr;
716 *ptrptr = cp;
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c849 int ptr, nextptr, ptrptr; local
854 ptrptr = PCIR_CAP_PTR;
857 ptrptr = PCIR_CAP_PTR_2; /* cardbus capabilities ptr */
862 nextptr = REG(ptrptr, 1); /* sanity check? */

Completed in 106 milliseconds