Home
last modified time | relevance | path

Searched refs:cookiep (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dpagectrl.c242 struct berval **cookiep ) in ldap_parse_page_control() argument
247 if ( cookiep == NULL ) { in ldap_parse_page_control()
266 *cookiep = LDAP_MALLOC( sizeof( struct berval ) ); in ldap_parse_page_control()
267 if ( *cookiep == NULL ) { in ldap_parse_page_control()
270 **cookiep = cookie; in ldap_parse_page_control()
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c586 char *cookiep; in handle_private_option() local
598 cookiep = strchr( cvalue, '/' ); in handle_private_option()
599 if ( cookiep != NULL ) { in handle_private_option()
600 cookiep++; in handle_private_option()
601 if ( *cookiep != '\0' ) { in handle_private_option()
602 ber_str2bv( cookiep, 0, 0, &sync_cookie ); in handle_private_option()
607 cookiep = strchr( cvalue, '/' ); in handle_private_option()
608 if ( cookiep != NULL ) { in handle_private_option()
609 *cookiep++ = '\0'; in handle_private_option()
610 cvalue = cookiep; in handle_private_option()
[all …]
/netbsd-src/sys/ufs/ufs/
H A Dufs_wapbl.h129 #define UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep) \ argument
132 false, cookiep) \
154 #define UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep) 0 argument
/netbsd-src/sys/external/bsd/drm2/via/
H A Dvia_pci.c120 const unsigned long *const cookiep = viadrm_lookup(pa); in viadrm_attach() local
123 KASSERT(cookiep != NULL); in viadrm_attach()
148 error = -drm_dev_register(sc->sc_drm_dev, *cookiep); in viadrm_attach()
/netbsd-src/sys/arch/ia64/acpi/
H A Dacpi_machdep.c95 void *Context, void **cookiep, in acpi_md_OsInstallInterruptHandler() argument
108 *cookiep = ih; in acpi_md_OsInstallInterruptHandler()
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnvlist.c232 nvlist_get_parent(const nvlist_t *nvl, void **cookiep) in nvlist_get_parent() argument
239 if (cookiep != NULL) in nvlist_get_parent()
240 *cookiep = nvp; in nvlist_get_parent()
305 nvlist_get_pararr(const nvlist_t *nvl, void **cookiep) in nvlist_get_pararr() argument
311 if (cookiep != NULL) in nvlist_get_pararr()
312 *cookiep = NULL; in nvlist_get_pararr()
316 return (nvlist_get_parent(nvl, cookiep)); in nvlist_get_pararr()
1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next()
1440 if (cookiep == NULL || *cookiep in nvlist_next()
1430 nvlist_next(const nvlist_t * nvl,int * typep,void ** cookiep) nvlist_next() argument
[all...]
H A Dnv.h112 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);
/netbsd-src/sys/arch/mac68k/dev/
H A Dmacfb.c295 macfb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, in macfb_alloc_screen() argument
304 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */ in macfb_alloc_screen()
/netbsd-src/sys/arch/next68k/dev/
H A Dnextdisplay.c368 void **cookiep, int *curxp, int *curyp, long *defattrp) in nextdisplay_alloc_screen() argument
377 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */ in nextdisplay_alloc_screen()
/netbsd-src/sys/dev/isa/
H A Dpcdisplay.c387 void **cookiep, int *curxp, int *curyp, long *defattrp) in pcdisplay_alloc_screen() argument
394 *cookiep = sc->sc_dc; in pcdisplay_alloc_screen()
/netbsd-src/sys/arch/newsmips/apbus/
H A Dxafb.c302 void **cookiep, int *ccolp, int *crowp, long *attrp) in xafb_alloc_screen() argument
311 *cookiep = ri; in xafb_alloc_screen()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c1919 zil_suspend(const char *osname, void **cookiep) in zil_suspend() argument
1946 if (cookiep == NULL && !zilog->zl_suspending && in zil_suspend()
1968 if (cookiep == NULL) in zil_suspend()
1971 *cookiep = os; in zil_suspend()
1981 ASSERT(cookiep != NULL); /* fast path already handled */ in zil_suspend()
1983 *cookiep = os; in zil_suspend()
2000 if (cookiep == NULL) in zil_suspend()
2003 *cookiep = os; in zil_suspend()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c1583 u_long *cookies = NULL, *cookiep; in nfsrvd_readdir() local
1713 cookiep = cookies; in nfsrvd_readdir()
1724 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) { in nfsrvd_readdir()
1727 cookiep++; in nfsrvd_readdir()
1785 *tl = txdr_unsigned(*cookiep); in nfsrvd_readdir()
1789 cookiep++; in nfsrvd_readdir()
1832 u_long *cookies = NULL, *cookiep; in nfsrvd_readdirplus() local
1983 cookiep = cookies; in nfsrvd_readdirplus()
1994 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) || in nfsrvd_readdirplus()
2000 cookiep++; in nfsrvd_readdirplus()
[all …]
/netbsd-src/sys/arch/x86/acpi/
H A Dacpi_machdep.c221 ACPI_OSD_HANDLER ServiceRoutine, void *Context, void **cookiep, in acpi_md_OsInstallInterruptHandler() argument
231 *cookiep = ih; in acpi_md_OsInstallInterruptHandler()
/netbsd-src/sys/arch/prep/pci/
H A Dgten.c284 gten_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, in gten_alloc_screen() argument
294 *cookiep = ri; /* one and only for now */ in gten_alloc_screen()
/netbsd-src/sys/fs/ntfs/
H A Dntfs_vnops.c629 off_t *cookiep; in ntfs_readdir() local
636 for (dp = dpStart, cookiep = cookies, i=0; in ntfs_readdir()
640 *cookiep++ = (u_int) off; in ntfs_readdir()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clvnops.c2273 nfsuint64 *cookiep, cookie; in ncl_readdirrpc() local
2287 cookiep = ncl_getcookie(dnp, uiop->uio_offset, 0); in ncl_readdirrpc()
2288 if (cookiep) { in ncl_readdirrpc()
2289 cookie = *cookiep; in ncl_readdirrpc()
2315 cookiep = ncl_getcookie(dnp, uiop->uio_offset, 1); in ncl_readdirrpc()
2316 *cookiep = cookie; in ncl_readdirrpc()
2333 nfsuint64 *cookiep, cookie; in ncl_readdirplusrpc() local
2347 cookiep = ncl_getcookie(dnp, uiop->uio_offset, 0); in ncl_readdirplusrpc()
2348 if (cookiep) { in ncl_readdirplusrpc()
2349 cookie = *cookiep; in ncl_readdirplusrpc()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h149 uint64_t *cookiep, void *vbuf, uint64_t *bufsizep);
/netbsd-src/sys/arch/newsmips/dev/
H A Dfb.c442 fb_alloc_screen(void *v, const struct wsscreen_descr *scrdesc, void **cookiep, in fb_alloc_screen() argument
452 *cookiep = ri; in fb_alloc_screen()
/netbsd-src/sys/arch/zaurus/dev/
H A Dw100.c390 void **cookiep, int *curxp, int *curyp, long *attrp) in w100_alloc_screen() argument
420 *cookiep = scr; in w100_alloc_screen()
/netbsd-src/sys/arch/dreamcast/dev/
H A Dpvr.c398 void **cookiep, int *curxp, int *curyp, long *attrp) in pvr_alloc_screen() argument
406 *cookiep = &sc->sc_dc->dc_rinfo; /* one and only for now */ in pvr_alloc_screen()
/netbsd-src/sys/arch/vax/vsa/
H A Dlcg.c785 lcg_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, in lcg_alloc_screen() argument
791 *cookiep = kmem_alloc(sizeof(struct lcg_screen), KM_SLEEP); in lcg_alloc_screen()
792 bzero(*cookiep, sizeof(struct lcg_screen)); in lcg_alloc_screen()
795 ss = *cookiep; in lcg_alloc_screen()
/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb.c459 void **cookiep, int *curxp, int *curyp, long *attrp) in diofb_alloc_screen() argument
467 *cookiep = ri; in diofb_alloc_screen()
/netbsd-src/sys/arch/luna68k/dev/
H A Dlunafb.c528 omfb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, in omfb_alloc_screen() argument
537 *cookiep = ri; in omfb_alloc_screen()
/netbsd-src/sys/dev/ic/
H A Dssdfb.c600 ssdfb_alloc_screen(void *v, const struct wsscreen_descr *descr, void **cookiep, in ssdfb_alloc_screen() argument
610 *cookiep = &sc->sc_ri; in ssdfb_alloc_screen()
1490 ssdfb_pick_font(int *cookiep, struct wsdisplay_font **fontp) in ssdfb_pick_font() argument
1514 *cookiep = c; in ssdfb_pick_font()

123