HomeSort by: relevance | last modified time | path
    Searched defs:rop (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fbcon.h 41 struct nvif_object rop; member in struct:nouveau_fbdev
  /src/sys/net/
rtsock_shared.c 215 struct routecb *rop = (struct routecb *)rp; local in function:COMPATNAME
227 if (rop->rocb_msgfilter == 0 && rop->rocb_missfilterlen == 0)
237 if (rtm.rtm_type >= sizeof(rop->rocb_msgfilter) * CHAR_BIT)
240 if (rop->rocb_msgfilter != 0 &&
241 !(rop->rocb_msgfilter & RTMSGFILTER(rtm.rtm_type)))
244 if (rop->rocb_missfilterlen != 0 && rtm.rtm_type == RTM_MISS) {
248 char *cp = rop->rocb_missfilter;
249 char *ep = cp + rop->rocb_missfilterlen;
290 struct routecb *rop; local in function:COMPATNAME
333 struct routecb *rop = (struct routecb *)rp; local in function:COMPATNAME
1028 struct routecb *rop = sotoroutecb(so); local in function:route_ctloutput
    [all...]
route.c 2256 struct route **rop = p; local in function:rtcache_percpu_init_cpu
2262 *rop = kmem_zalloc(sizeof(**rop), KM_SLEEP);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h 184 uint16_t rop; member in struct:qxl_draw_fill
  /src/sys/arch/luna68k/dev/
omrasops.c 47 * 2) which plane's ROP a write to the common ROP is reflected on.
49 * The common ROP is not a ROP applied to write to the common bitmap plane.
184 /* Set planemask for the common plane and the common ROP */
192 /* Get a ROP address */
194 om_rop_addr(int plane, int rop)
198 (OMFB_ROP_P0 + OMFB_PLANEOFFS * plane + rop * 4);
201 /* Set ROP and ROP's mask for individual plane *
357 int16_t rop; local in function:om_fill_color
1154 uint8_t rop[OMFB_MAX_PLANECOUNT]; local in function:om4_copyrows
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gf100.c 1362 int rop, gpc; local in function:gf100_gr_trap_intr
1463 for (rop = 0; rop < gr->rop_nr; rop++) {
1464 u32 statz = nvkm_rd32(device, ROP_UNIT(rop, 0x070));
1465 u32 statc = nvkm_rd32(device, ROP_UNIT(rop, 0x144));
1466 nvkm_error(subdev, "ROP%d %08x %08x\n",
1467 rop, statz, statc);
1468 nvkm_wr32(device, ROP_UNIT(rop, 0x070), 0xc0000000);
1469 nvkm_wr32(device, ROP_UNIT(rop, 0x144), 0xc0000000)
2242 int gpc, tpc, rop; local in function:gf100_gr_init
    [all...]
  /src/sys/fs/nfs/client/
nfs_clstate.c 616 struct nfsclopen *op, *rop, *rop2; local in function:nfscl_getopen
623 * rop will be set to the open to be returned. There are three
632 rop = NULL;
652 rop = op;
658 if (rop == NULL && !NFSBCMP(owp->nfsow_owner,
660 rop = op;
671 if (rop == NULL)
672 rop = rop2;
673 if (rop == NULL)
675 *opp = rop;
    [all...]
  /src/sys/dist/pf/net/
pf.c 2951 struct route *rop = &ro; local in function:pf_calc_mss
2964 rtcache_setdst(rop, &u.dst);
2971 rtcache_setdst(rop, &u.dst);
2977 rtalloc_noclone(rop, NO_CLONING);
2983 if ((rt = rtcache_init_noclone(rop)) != NULL) {
2986 rtcache_unref(rt, rop);
2988 rtcache_free(rop);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_reg.h 1588 * The value of ROP may only be SVGA_ROP_COPY, and this command is
1604 uint32 rop; member in struct:__anon72833b621908
1717 uint32 rop; /* Must be SVGA_ROP_COPY */ member in struct:__anon72833b621d08

Completed in 34 milliseconds