Searched refs:handlep (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/lib/libc/rpc/ |
| D | getnetpath.c | 145 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;
|
| D | getnetconfig.c | 242 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/ |
| D | xfs_ioctl.c | 227 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 …]
|
| D | xfs_dmistubs.c | 139 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/ |
| D | tli.c | 194 void *handlep; local 207 if ((handlep = setnetconfig()) == 0) { 211 while (config = getnetconfig(handlep)) {
|
| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | bus_machdep.c | 605 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/ |
| D | bus.h | 126 int flags, bus_space_handle_t *handlep);
|
| /freebsd-9-stable/sys/dev/drm2/ |
| D | drmP.h | 1386 u32 *handlep);
|
| /freebsd-9-stable/sys/dev/isp/ |
| D | isp_library.c | 249 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()
|