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

/freebsd-9.3-release/lib/libc/nameser/
H A Dns_name.c636 * Advance *ptrptr to skip over the compressed name it points at.
642 ns_name_skip(const u_char **ptrptr, const u_char *eom) argument
648 cp = *ptrptr;
675 *ptrptr = cp;
/freebsd-9.3-release/sys/dev/pci/
H A Dpci.c657 int ptr, nextptr, ptrptr; local
662 ptrptr = PCIR_CAP_PTR;
665 ptrptr = PCIR_CAP_PTR_2; /* cardbus capabilities ptr */
670 nextptr = REG(ptrptr, 1); /* sanity check? */

Completed in 57 milliseconds