HomeSort by: relevance | last modified time | path
    Searched refs:ptnp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/landisk/stand/boot/
boot.h 21 u_int *ptnp);
devopen.c 56 bios2dev(int biosdev, char **devname, u_int *unit, u_int sector, u_int *ptnp)
61 *ptnp = biosdisk_findptn(biosdev, sector);
  /src/usr.sbin/mrouted/
prune.c 753 struct ptable *pt, **ptnp; local in function:reset_neighbor_state
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 in function:accept_graft
1376 ptnp = &g->gt_pruntbl;
1377 while ((pt = *ptnp) != NULL) {
1379 *ptnp = pt->pt_next;
1395 ptnp = &pt->pt_next
1621 struct ptable *pt, **ptnp; local in function:age_table_entry
    [all...]

Completed in 34 milliseconds