HomeSort by: relevance | last modified time | path
    Searched refs:cookiep (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/sys/ufs/ufs/
ufs_wapbl.h 129 #define UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep) \
132 false, cookiep) \
154 #define UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep) 0
ufs_wapbl.h 129 #define UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep) \
132 false, cookiep) \
154 #define UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep) 0
  /src/sys/external/bsd/drm2/via/
via_pci.c 120 const unsigned long *const cookiep = viadrm_lookup(pa); local in function:viadrm_attach
123 KASSERT(cookiep != NULL);
148 error = -drm_dev_register(sc->sc_drm_dev, *cookiep);
via_pci.c 120 const unsigned long *const cookiep = viadrm_lookup(pa); local in function:viadrm_attach
123 KASSERT(cookiep != NULL);
148 error = -drm_dev_register(sc->sc_drm_dev, *cookiep);
  /src/sys/arch/ia64/acpi/
acpi_machdep.c 95 void *Context, void **cookiep,
108 *cookiep = ih;
acpi_machdep.c 95 void *Context, void **cookiep,
108 *cookiep = ih;
  /src/sys/external/bsd/libnv/dist/
nv.h 112 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
114 const nvlist_t *nvlist_get_parent(const nvlist_t *nvl, void **cookiep);
119 const nvlist_t *nvlist_get_pararr(const nvlist_t *nvl, void **cookiep);
nv.h 112 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
114 const nvlist_t *nvlist_get_parent(const nvlist_t *nvl, void **cookiep);
119 const nvlist_t *nvlist_get_pararr(const nvlist_t *nvl, void **cookiep);
nvlist.c 232 nvlist_get_parent(const nvlist_t *nvl, void **cookiep)
239 if (cookiep != NULL)
240 *cookiep = nvp;
305 nvlist_get_pararr(const nvlist_t *nvl, void **cookiep)
311 if (cookiep != NULL)
312 *cookiep = NULL;
316 return (nvlist_get_parent(nvl, cookiep));
1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep)
1440 if (cookiep == NULL || *cookiep == NULL
    [all...]
nvlist.c 232 nvlist_get_parent(const nvlist_t *nvl, void **cookiep)
239 if (cookiep != NULL)
240 *cookiep = nvp;
305 nvlist_get_pararr(const nvlist_t *nvl, void **cookiep)
311 if (cookiep != NULL)
312 *cookiep = NULL;
316 return (nvlist_get_parent(nvl, cookiep));
1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep)
1440 if (cookiep == NULL || *cookiep == NULL
    [all...]
  /src/sys/arch/mac68k/dev/
macfb.c 295 macfb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep,
304 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
macfb.c 295 macfb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep,
304 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
  /src/sys/arch/next68k/dev/
nextdisplay.c 368 void **cookiep, int *curxp, int *curyp, long *defattrp)
377 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
nextdisplay.c 368 void **cookiep, int *curxp, int *curyp, long *defattrp)
377 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
  /src/sys/arch/newsmips/apbus/
xafb.c 302 void **cookiep, int *ccolp, int *crowp, long *attrp)
311 *cookiep = ri;
xafb.c 302 void **cookiep, int *ccolp, int *crowp, long *attrp)
311 *cookiep = ri;
  /src/sys/arch/prep/pci/
gten.c 284 gten_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep,
294 *cookiep = ri; /* one and only for now */
gten.c 284 gten_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep,
294 *cookiep = ri; /* one and only for now */
  /src/sys/dev/isa/
pcdisplay.c 387 void **cookiep, int *curxp, int *curyp, long *defattrp)
394 *cookiep = sc->sc_dc;
pcdisplay.c 387 void **cookiep, int *curxp, int *curyp, long *defattrp)
394 *cookiep = sc->sc_dc;
  /src/sys/arch/x86/acpi/
acpi_machdep.c 221 ACPI_OSD_HANDLER ServiceRoutine, void *Context, void **cookiep,
231 *cookiep = ih;
acpi_machdep.c 221 ACPI_OSD_HANDLER ServiceRoutine, void *Context, void **cookiep,
231 *cookiep = ih;
  /src/sys/arch/arm/clps711x/
clpslcd.c 260 clpslcd_alloc_screen(void *v, const struct wsscreen_descr *scr, void **cookiep,
clpslcd.c 260 clpslcd_alloc_screen(void *v, const struct wsscreen_descr *scr, void **cookiep,
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 1583 u_long *cookies = NULL, *cookiep; local in function:nfsrvd_readdir
1713 cookiep = cookies;
1724 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) {
1727 cookiep++;
1785 *tl = txdr_unsigned(*cookiep);
1789 cookiep++;
1832 u_long *cookies = NULL, *cookiep; local in function:nfsrvd_readdirplus
1983 cookiep = cookies;
1994 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) ||
2000 cookiep++
    [all...]

Completed in 35 milliseconds

1 2 3 4 5