Searched refs:pm2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/usb/
H A Dusb_process.c292 struct usb_proc_msg *pm2; local
316 pm2 = pm0;
322 pm2 = pm1;
328 pm2 = pm0;
338 pm2 = pm0;
340 pm2 = pm1;
343 TAILQ_REMOVE(&up->up_qhead, pm2, pm_qentry);
345 pm2 = NULL; /* panic - should not happen */
352 pm2->pm_num = up->up_msg_num;
353 TAILQ_INSERT_TAIL(&up->up_qhead, pm2, pm_qentr
[all...]
/freebsd-12-stable/sys/sparc64/include/
H A Dtsb.h92 void tsb_foreach(pmap_t pm1, pmap_t pm2, vm_offset_t start, vm_offset_t end,
H A Dpmap.h97 int pmap_remove_tte(struct pmap *pm1, struct pmap *pm2, struct tte *tp,
/freebsd-12-stable/stand/kshim/
H A Dbsd_kernel.c1216 struct usb_proc_msg *pm2; local
1233 pm2 = pm0;
1239 pm2 = pm1;
1245 pm2 = pm0;
1255 pm2 = pm0;
1257 pm2 = pm1;
1260 TAILQ_REMOVE(&up->up_qhead, pm2, pm_qentry);
1262 pm2 = NULL; /* panic - should not happen */
1267 pm2->pm_num = up->up_msg_num;
1268 TAILQ_INSERT_TAIL(&up->up_qhead, pm2, pm_qentr
[all...]
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dtsb.c203 tsb_foreach(pmap_t pm1, pmap_t pm2, vm_offset_t start, vm_offset_t end, argument
225 if (!callback(pm1, pm2, tp, va))
H A Dpmap.c139 static int pmap_protect_tte(struct pmap *pm1, struct pmap *pm2,
141 static int pmap_unwire_tte(pmap_t pm, pmap_t pm2, struct tte *tp,
1328 pmap_remove_tte(struct pmap *pm, struct pmap *pm2, struct tte *tp, argument
1424 pmap_protect_tte(struct pmap *pm, struct pmap *pm2, struct tte *tp, argument
1689 pmap_unwire_tte(pmap_t pm, pmap_t pm2, struct tte *tp, vm_offset_t va) argument
/freebsd-12-stable/contrib/ntp/libntp/
H A Dauthkeys.c209 const uint8_t * pm2; local
234 pm2 = (const void*)&NSRCADR(a2);
246 pm2 = (const void*)&NSRCADR6(a2);
263 if (len && memcmp(pm1, pm2, len))
267 if (msk && ((pm1[len] ^ pm2[len]) & msk))
/freebsd-12-stable/sys/fs/udf/
H A Decma167-udf.h253 struct part_map_2 pm2; member in union:udf_pmap
/freebsd-12-stable/sys/dev/usb/controller/
H A Dusb_controller.c1016 usb_proc_explore_mwait(struct usb_device *udev, void *pm1, void *pm2) argument
1018 usb_proc_mwait(USB_BUS_EXPLORE_PROC(udev->bus), pm1, pm2);
1022 usb_proc_explore_msignal(struct usb_device *udev, void *pm1, void *pm2) argument
1024 return (usb_proc_msignal(USB_BUS_EXPLORE_PROC(udev->bus), pm1, pm2));
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2997 const mru * pm2; local
3004 pm2 = *ppm2;
3007 af2 = AF(&pm2->addr);
3020 (const char *)&pm2->addr + addr_off,
3047 const mru * pm2; local
3050 pm2 = *ppm2;
3052 return (pm1->count < pm2->count)
3054 : ((pm1->count == pm2->count)
3082 const mru * pm2; local
3088 pm2
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddebug.c3323 struct debug_method **pm1, **pm2;
3325 for (pm1 = c1->methods, pm2 = c2->methods;
3326 *pm1 != NULL && *pm2 != NULL;
3327 ++pm1, ++pm2)
3332 m2 = *pm2;
3369 if (*pm1 != NULL || *pm2 != NULL)
3320 struct debug_method **pm1, **pm2; local

Completed in 120 milliseconds