Searched refs:mp2 (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.sbin/amd/amd/ |
H A D | mtab.c | 59 mntlist *mp2; in discard_mntlist() local 61 while ((mp2 = mp)) { in discard_mntlist() 63 if (mp2->mnt) in discard_mntlist() 64 mnt_free(mp2->mnt); in discard_mntlist() 65 free(mp2); in discard_mntlist()
|
H A D | map.c | 517 am_node *mp2; in find_ap2() local 525 mp2 = find_ap2(dir, mp->am_osib); in find_ap2() 526 if (mp2) in find_ap2() 527 return mp2; in find_ap2()
|
/openbsd/sys/nfs/ |
H A D | nfs_subs.c | 799 struct mbuf *mp, *mp2; in nfsm_disct() local 820 mp2->m_next = mp->m_next; in nfsm_disct() 821 mp->m_next = mp2; in nfsm_disct() 823 mp = mp2; in nfsm_disct() 828 mp2 = mp->m_next; in nfsm_disct() 831 if (mp2 == NULL) in nfsm_disct() 833 xfer = (siz2 > mp2->m_len) ? mp2->m_len : siz2; in nfsm_disct() 836 mp2->m_data += xfer; in nfsm_disct() 837 mp2->m_len -= xfer; in nfsm_disct() 842 mp2 = mp2->m_next; in nfsm_disct() [all …]
|
/openbsd/usr.bin/mandoc/ |
H A D | mansearch.c | 404 const struct manpage *mp1, *mp2; in manpage_compare() local 410 mp2 = vp2; in manpage_compare() 411 if ((diff = mp2->bits - mp1->bits) || in manpage_compare() 412 (diff = mp1->sec - mp2->sec)) in manpage_compare() 417 sz2 = strcspn(mp2->names, "("); in manpage_compare() 420 if ((diff = strncasecmp(mp1->names, mp2->names, sz1))) in manpage_compare() 425 cp2 = strchr(mp2->names + sz2, '/'); in manpage_compare()
|
/openbsd/sbin/disklabel/ |
H A D | editor.c | 1476 mpequal(char **mp1, char **mp2) in mpequal() argument 1481 if (mp1[i] == NULL && mp2[i] == NULL) in mpequal() 1484 if ((mp1[i] != NULL && mp2[i] == NULL) || in mpequal() 1485 (mp1[i] == NULL && mp2[i] != NULL) || in mpequal() 1486 (strcmp(mp1[i], mp2[i]) != 0)) in mpequal()
|
/openbsd/sys/netinet/ |
H A D | ip_mroute.c | 995 struct mfcctl2 *mp2 = mtod(m, struct mfcctl2 *); in add_mfc() local 996 memcpy((caddr_t)&mfcctl2, mp2, sizeof(*mp2)); in add_mfc()
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | join.t | 170 # the thread "maint@20974 or before broke mp2 ithreads test".
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
H A D | Process.xs | 375 (HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2), 376 (hwnd, msg, mp1, mp2)) 1496 PostMsg(HWND hwnd, unsigned long msg, unsigned long mp1 = 0, unsigned long mp2 = 0) 1497 C_ARGS: hwnd, msg, (MPARAM)mp1, (MPARAM)mp2
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | more.mapping | 130 .mp2 Raw 'KAU1' 'MPEG' "MPEG/CD - MPEG-1 audiostream (audio/x-mpeg)"
|