Searched refs:get_user (Results 1 – 9 of 9) sorted by relevance
| /src/usr.bin/top/ |
| H A D | username.c | 65 hashindex = get_user(uid); in username() 122 get_user(int uid) in get_user() function
|
| H A D | username.h | 15 int get_user(int uid);
|
| /src/usr.sbin/adduser/ |
| H A D | adduser.sh | 334 get_user() { function 720 get_user || continue 764 get_user
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | uaccess.h | 58 #define get_user(_x, _p) linux_copyin((_p), &(_x), sizeof(*(_p))) macro
|
| /src/sys/dev/drm2/ |
| H A D | drm_os_freebsd.h | 333 #define get_user(x, ptr) __get_user(sizeof(*ptr), (ptr), &(x)) macro
|
| H A D | drm_crtc.c | 1991 if (get_user(out_id, &set_connectors_ptr[i])) { in drm_mode_setcrtc()
|
| /src/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_main.c | 626 ret = get_user(response, (const u64 __user *)buf); in ib_uverbs_write()
|
| H A D | ib_user_mad.c | 850 if (get_user(id, arg)) in ib_umad_unreg_agent()
|
| /src/sys/dev/netmap/ |
| H A D | netmap_kern.h | 2473 #define CSB_READ(csb, field, r) (get_user(r, &csb->field))
|