Home
last modified time | relevance | path

Searched refs:plp (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c579 plp->plp_chan = chan; in bwn_phy_lp_switch_channel()
678 if (plp->plp_chanfullcal != plp->plp_chan) { in bwn_phy_lp_calib()
679 plp->plp_chanfullcal = plp->plp_chan; in bwn_phy_lp_calib()
1233 if (plp->plp_rccap) in bwn_phy_lp_bugfix()
1382 ((uint16_t)plp->plp_rssivc << 4) | plp->plp_rssivf); in bwn_phy_lp_bbinit_r2()
1493 tmp = plp->plp_rssivf | plp->plp_rssivc << 4 | 0xa000; in bwn_phy_lp_bbinit_r01()
1625 plp->plp_div = 1; in bwn_phy_lp_b2062_init()
1628 plp->plp_div = 2; in bwn_phy_lp_b2062_init()
1639 ref = (1000 * plp->plp_div + 2 * xtalfreq) / (2000 * plp->plp_div); in bwn_phy_lp_b2062_init()
1859 if (plp->plp_rccap) in bwn_phy_lp_rccal_r12()
[all …]
/dragonfly/games/monop/
H A Drent.c44 PLAY *plp; in rent() local
46 plp = &play[sqp->owner]; in rent()
47 printf("Owned by %s\n", plp->name); in rent()
70 rnt <<= (plp->num_rr - 1); in rent()
77 if (plp->num_util == 2 || spec) { in rent()
88 plp->money += rnt; in rent()
H A Dprop.c204 prop_worth(PLAY *plp) in prop_worth() argument
210 for (op = plp->own_list; op; op = op->next) { in prop_worth()
/dragonfly/contrib/gdb-7/libiberty/
H A Dobstack.c307 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p() local
315 plp = lp->prev; in _obstack_allocated_p()
316 lp = plp; in _obstack_allocated_p()
333 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free() local
341 plp = lp->prev; in _obstack_free()
343 lp = plp; in _obstack_free()
365 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in obstack_free() local
373 plp = lp->prev; in obstack_free()
375 lp = plp; in obstack_free()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dobstack.c307 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p() local
315 plp = lp->prev; in _obstack_allocated_p()
316 lp = plp; in _obstack_allocated_p()
333 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free() local
341 plp = lp->prev; in _obstack_free()
343 lp = plp; in _obstack_free()
365 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in obstack_free() local
373 plp = lp->prev; in obstack_free()
375 lp = plp; in obstack_free()
/dragonfly/contrib/grep/lib/
H A Dobstack.c244 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p() local
252 plp = lp->prev; in _obstack_allocated_p()
253 lp = plp; in _obstack_allocated_p()
265 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free() local
273 plp = lp->prev; in _obstack_free()
275 lp = plp; in _obstack_free()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p() local
258 plp = lp->prev; in _obstack_allocated_p()
259 lp = plp; in _obstack_allocated_p()
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free() local
279 plp = lp->prev; in _obstack_free()
281 lp = plp; in _obstack_free()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p() local
258 plp = lp->prev; in _obstack_allocated_p()
259 lp = plp; in _obstack_allocated_p()
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free() local
279 plp = lp->prev; in _obstack_free()
281 lp = plp; in _obstack_free()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dobstack.c250 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p() local
258 plp = lp->prev; in _obstack_allocated_p()
259 lp = plp; in _obstack_allocated_p()
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free() local
279 plp = lp->prev; in _obstack_free()
281 lp = plp; in _obstack_free()
/dragonfly/sys/kern/
H A Dusched_dummy.c70 static void dummy_forking(struct lwp *plp, struct lwp *lp);
71 static void dummy_exiting(struct lwp *plp, struct proc *child);
431 dummy_forking(struct lwp *plp, struct lwp *lp) in dummy_forking() argument
433 lp->lwp_estcpu = plp->lwp_estcpu; in dummy_forking()
435 ++plp->lwp_estcpu; in dummy_forking()
444 dummy_exiting(struct lwp *plp, struct proc *child) in dummy_exiting() argument
H A Dusched_dfly.c68 static void dfly_forking(struct lwp *plp, struct lwp *lp);
1327 dfly_forking(struct lwp *plp, struct lwp *lp) in dfly_forking() argument
1335 lp->lwp_estcpu = ESTCPULIM(plp->lwp_estcpu + in dfly_forking()
1349 lp->lwp_qcpu = plp->lwp_qcpu; in dfly_forking()
1359 estcpu = plp->lwp_estcpu + ESTCPUPPQ / 16; in dfly_forking()
1360 plp->lwp_estcpu = ESTCPULIM(estcpu); in dfly_forking()
H A Dusched_bsd4.c99 static void bsd4_forking(struct lwp *plp, struct lwp *lp);
1266 bsd4_forking(struct lwp *plp, struct lwp *lp) in bsd4_forking() argument
1272 lp->lwp_estcpu = ESTCPULIM(plp->lwp_estcpu + ESTCPUPPQ * 4); in bsd4_forking()
1286 plp->lwp_estcpu = ESTCPULIM(plp->lwp_estcpu + ESTCPUPPQ / 16); in bsd4_forking()
/dragonfly/lib/libc/resolv/
H A Dres_mkupdate.c1047 struct valuelist *plp, *plp_next; in res_destroyprotolist() local
1049 for (plp = protolist; plp != NULL; plp = plp_next) { in res_destroyprotolist()
1050 plp_next = plp->next; in res_destroyprotolist()
1051 free(plp->name); in res_destroyprotolist()
1052 free(plp); in res_destroyprotolist()
/dragonfly/sys/dev/disk/isp/
H A Disp.c2088 isp_plogx_t *plp; in isp_plogx() local
2108 plp = (isp_plogx_t *) q; in isp_plogx()
2109 plp->plogx_header.rqs_entry_count = 1; in isp_plogx()
2111 plp->plogx_handle = 0xffffffff; in isp_plogx()
2112 plp->plogx_nphdl = handle; in isp_plogx()
2113 plp->plogx_vphdl = chan; in isp_plogx()
2114 plp->plogx_portlo = portid; in isp_plogx()
2116 plp->plogx_flags = flags; in isp_plogx()
2157 plp->plogx_status, chan); in isp_plogx()
2162 sst = plp->plogx_ioparm[0].lo16 | (plp->plogx_ioparm[0].hi16 << 16); in isp_plogx()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexcept.c1797 eh_landing_pad *plp) in get_eh_region_and_lp_from_rtx() argument
1835 *plp = lp; in get_eh_region_and_lp_from_rtx()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexcept.c1683 eh_landing_pad *plp) in get_eh_region_and_lp_from_rtx() argument
1721 *plp = lp; in get_eh_region_and_lp_from_rtx()