Searched refs:pm1 (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddragonfly.c90 struct crypto_bignum *tmp, *pm1, *one; local
93 pm1 = crypto_bignum_init();
95 if (!tmp || !pm1 || !one ||
96 crypto_bignum_sub(prime, one, pm1) < 0 ||
97 crypto_bignum_rand(tmp, pm1) < 0 ||
103 crypto_bignum_deinit(pm1, 0);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_process.c289 struct usb_proc_msg *pm1 = _pm1; local
305 if (pm1->pm_qentry.tqe_prev) {
319 pm2 = pm1;
322 if (pm1->pm_num == up->up_msg_num) {
331 d = (pm1->pm_num - pm0->pm_num);
337 pm2 = pm1;
394 struct usb_proc_msg *pm1 = _pm1; local
408 if (pm1->pm_qentry.tqe_prev) {
409 TAILQ_REMOVE(&up->up_qhead, pm1, pm_qentry);
410 pm1
[all...]
H A Dusb_process.h81 void usb_proc_mwait(struct usb_process *up, void *pm0, void *pm1);
83 void *usb_proc_msignal(struct usb_process *up, void *pm0, void *pm1);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_x931p.c104 BIGNUM *t, *p1p2, *pm1; local
121 pm1 = BN_CTX_get(ctx);
165 if (!BN_copy(pm1, p))
167 if (!BN_sub_word(pm1, 1))
169 if (!BN_gcd(t, pm1, e, ctx))
/freebsd-11-stable/sys/sparc64/include/
H A Dtsb.h90 void tsb_foreach(pmap_t pm1, pmap_t pm2, vm_offset_t start, vm_offset_t end,
H A Dpmap.h95 int pmap_remove_tte(struct pmap *pm1, struct pmap *pm2, struct tte *tp,
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtsb.c201 tsb_foreach(pmap_t pm1, pmap_t pm2, vm_offset_t start, vm_offset_t end, argument
211 if (pm1 == kernel_pmap) {
215 tsbp = pm1->pm_tsb;
223 if (!callback(pm1, pm2, tp, va))
H A Dpmap.c142 static int pmap_protect_tte(struct pmap *pm1, struct pmap *pm2,
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c1215 struct usb_proc_msg *pm1 = _pm1; local
1225 if (pm1->pm_qentry.tqe_prev) {
1239 pm2 = pm1;
1242 if (pm1->pm_num == up->up_msg_num) {
1251 d = (pm1->pm_num - pm0->pm_num);
1257 pm2 = pm1;
1297 struct usb_proc_msg *pm1 = _pm1; local
1304 if (pm1->pm_qentry.tqe_prev) {
1305 TAILQ_REMOVE(&up->up_qhead, pm1, pm_qentry);
1306 pm1
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthkeys.c208 const uint8_t * pm1; local
233 pm1 = (const void*)&NSRCADR(a1);
245 pm1 = (const void*)&NSRCADR6(a1);
263 if (len && memcmp(pm1, pm2, len))
267 if (msk && ((pm1[len] ^ pm2[len]) & msk))
/freebsd-11-stable/sys/dev/sym/
H A Dsym_fw2.h1158 offsetof (struct sym_ccb, phys.pm1.sg),
1178 offsetof (struct sym_ccb, phys.pm1.sg),
1192 offsetof (struct sym_ccb, phys.pm1.ret),
1606 * Each context (pm0 and pm1) has a saved area, a
1646 offsetof(struct sym_ccb, phys.pm1.ret),
1701 offsetof(struct sym_ccb, phys.pm1.ret),
1716 offsetof(struct sym_ccb, phys.pm1.sg.size),
1718 offsetof(struct sym_ccb, phys.pm1.sg.addr),
H A Dsym_fw1.h1302 offsetof (struct sym_ccb, phys.pm1.sg),
1322 offsetof (struct sym_ccb, phys.pm1.sg),
1338 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
H A Dsym_hipd.c1361 struct sym_pmc pm1; member in struct:sym_dsb
4393 nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
4404 pm = &cp->phys.pm1;
5275 pm = &cp->phys.pm1;
5429 pm = &cp->phys.pm1;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dusb_controller.c1015 usb_proc_explore_mwait(struct usb_device *udev, void *pm1, void *pm2) argument
1017 usb_proc_mwait(USB_BUS_EXPLORE_PROC(udev->bus), pm1, pm2);
1021 usb_proc_explore_msignal(struct usb_device *udev, void *pm1, void *pm2) argument
1023 return (usb_proc_msignal(USB_BUS_EXPLORE_PROC(udev->bus), pm1, pm2));
/freebsd-11-stable/sys/fs/udf/
H A Decma167-udf.h250 struct part_map_1 pm1; member in union:udf_pmap
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2996 const mru * pm1; local
3003 pm1 = *ppm1;
3006 af1 = AF(&pm1->addr);
3019 return memcmp((const char *)&pm1->addr + addr_off,
3046 const mru * pm1; local
3049 pm1 = *ppm1;
3052 return (pm1->count < pm2->count)
3054 : ((pm1->count == pm2->count)
3081 const mru * pm1; local
3087 pm1
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c321 const Char *pe, *pm, *pm1, *pl; local
360 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
367 pm = pm1;
/freebsd-11-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)
3331 m1 = *pm1;
3369 if (*pm1 != NULL || *pm2 != NULL)
3320 struct debug_method **pm1, **pm2; local

Completed in 461 milliseconds