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

/freebsd-11.0-release/lib/libc/nameser/
H A Dns_name.c675 * Advance *ptrptr to skip over the compressed name it points at.
681 ns_name_skip(const u_char **ptrptr, const u_char *eom) argument
687 cp = *ptrptr;
714 *ptrptr = cp;
/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c790 int ptr, nextptr, ptrptr; local
795 ptrptr = PCIR_CAP_PTR;
798 ptrptr = PCIR_CAP_PTR_2; /* cardbus capabilities ptr */
803 nextptr = REG(ptrptr, 1); /* sanity check? */

Completed in 90 milliseconds