Home
last modified time | relevance | path

Searched refs:vfs_getuserstr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/procfs/
H A Dprocfs_note.c55 error = vfs_getuserstr(uio, note, &xlen); in procfs_donote()
H A Dprocfs.h113 int vfs_getuserstr (struct uio *, char *, int *);
H A Dprocfs_ctl.c300 error = vfs_getuserstr(uio, msg, &xlen); in procfs_doctl()
H A Dprocfs_subr.c456 vfs_getuserstr(struct uio *uio, char *buf, int *buflenp) in vfs_getuserstr() function