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

/freebsd-11-stable/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-stable/sys/dev/pci/
H A Dpci.c818 int ptr, nextptr, ptrptr; local
823 ptrptr = PCIR_CAP_PTR;
826 ptrptr = PCIR_CAP_PTR_2; /* cardbus capabilities ptr */
831 nextptr = REG(ptrptr, 1); /* sanity check? */

Completed in 120 milliseconds