Home
last modified time | relevance | path

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

/src/usr.bin/top/
H A Dusername.c65 hashindex = get_user(uid); in username()
122 get_user(int uid) in get_user() function
H A Dusername.h15 int get_user(int uid);
/src/usr.sbin/adduser/
H A Dadduser.sh334 get_user() { function
720 get_user || continue
764 get_user
/src/sys/compat/linuxkpi/common/include/linux/
H A Duaccess.h58 #define get_user(_x, _p) linux_copyin((_p), &(_x), sizeof(*(_p))) macro
/src/sys/dev/drm2/
H A Ddrm_os_freebsd.h333 #define get_user(x, ptr) __get_user(sizeof(*ptr), (ptr), &(x)) macro
H A Ddrm_crtc.c1991 if (get_user(out_id, &set_connectors_ptr[i])) { in drm_mode_setcrtc()
/src/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c626 ret = get_user(response, (const u64 __user *)buf); in ib_uverbs_write()
H A Dib_user_mad.c850 if (get_user(id, arg)) in ib_umad_unreg_agent()
/src/sys/dev/netmap/
H A Dnetmap_kern.h2473 #define CSB_READ(csb, field, r) (get_user(r, &csb->field))