Home
last modified time | relevance | path

Searched refs:handlep (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/lib/libc/rpc/
Dgetnetpath.c145 getnetpath(handlep) in getnetpath() argument
146 void *handlep; in getnetpath()
148 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep;
201 endnetpath(handlep) in endnetpath() argument
202 void *handlep; in endnetpath()
204 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep;
Dgetnetconfig.c242 getnetconfig(handlep) in getnetconfig() argument
243 void *handlep; in getnetconfig()
245 struct netconfig_vars *ncp = (struct netconfig_vars *)handlep;
380 endnetconfig(handlep) in endnetconfig() argument
381 void *handlep; in endnetconfig()
383 struct netconfig_vars *nc_handlep = (struct netconfig_vars *)handlep;
/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_ioctl.c227 xfs_handle_t *handlep; in xfs_vget_fsop_handlereq()
244 handlep = &handle; in xfs_vget_fsop_handlereq()
246 if (hlen < sizeof(handlep->ha_fsid) || hlen > sizeof(*handlep)) in xfs_vget_fsop_handlereq()
248 if (copy_from_user(handlep, hanp, hlen)) in xfs_vget_fsop_handlereq()
250 if (hlen < sizeof(*handlep)) in xfs_vget_fsop_handlereq()
251 memset(((char *)handlep) + hlen, 0, sizeof(*handlep) - hlen); in xfs_vget_fsop_handlereq()
252 if (hlen > sizeof(handlep->ha_fsid)) { in xfs_vget_fsop_handlereq()
253 if (handlep->ha_fid.xfs_fid_len != in xfs_vget_fsop_handlereq()
254 (hlen - sizeof(handlep->ha_fsid) in xfs_vget_fsop_handlereq()
255 - sizeof(handlep->ha_fid.xfs_fid_len)) in xfs_vget_fsop_handlereq()
[all …]
Dxfs_dmistubs.c139 dm_vp_to_handle (xfs_vnode_t *vp, xfs_handle_t *handlep);
141 dm_vp_to_handle (xfs_vnode_t *vp, xfs_handle_t *handlep) in dm_vp_to_handle() argument
/freebsd-9-stable/contrib/tcp_wrappers/
Dtli.c194 void *handlep; local
207 if ((handlep = setnetconfig()) == 0) {
211 while (config = getnetconfig(handlep)) {
/freebsd-9-stable/sys/sparc64/sparc64/
Dbus_machdep.c605 int flags, bus_space_handle_t *handlep) in bus_space_map() argument
608 return (sparc64_bus_mem_map(tag, address, size, flags, 0, handlep)); in bus_space_map()
/freebsd-9-stable/sys/sparc64/include/
Dbus.h126 int flags, bus_space_handle_t *handlep);
/freebsd-9-stable/sys/dev/drm2/
DdrmP.h1386 u32 *handlep);
/freebsd-9-stable/sys/dev/isp/
Disp_library.c249 isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep) in isp_allocate_xs() argument
262 *handlep = hdp->handle; in isp_allocate_xs()
2291 isp_allocate_xs_tgt(ispsoftc_t *isp, void *xs, uint32_t *handlep) in isp_allocate_xs_tgt() argument
2310 *handlep = hdp->handle; in isp_allocate_xs_tgt()