Searched refs:ptnp (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dboot.h21 u_int *ptnp);
H A Ddevopen.c56 bios2dev(int biosdev, char **devname, u_int *unit, u_int sector, u_int *ptnp) argument
61 *ptnp = biosdisk_findptn(biosdev, sector);
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dprune.c753 struct ptable *pt, **ptnp; local
792 ptnp = &g->gt_pruntbl;
793 while ((pt = *ptnp) != NULL) {
795 *ptnp = pt->pt_next;
798 ptnp = &pt->pt_next;
1337 struct ptable *pt, **ptnp; local
1376 ptnp = &g->gt_pruntbl;
1377 while ((pt = *ptnp) != NULL) {
1379 *ptnp = pt->pt_next;
1395 ptnp
1621 struct ptable *pt, **ptnp; local
[all...]

Completed in 120 milliseconds