Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/freebsd/usr.sbin/keyserv/
H A Dkeyserv.c312 key_set_1_svc_prog(uid_t uid, keybuf key) in key_set_1_svc_prog()
329 key_encrypt_pk_2_svc_prog(uid_t uid, cryptkeyarg2 *arg) in key_encrypt_pk_2_svc_prog()
355 key_decrypt_pk_2_svc_prog(uid_t uid, cryptkeyarg2 *arg) in key_decrypt_pk_2_svc_prog()
381 key_net_put_2_svc_prog(uid_t uid, key_netstarg *arg) in key_net_put_2_svc_prog()
403 key_net_get_2_svc_prog(uid_t uid, void *arg) in key_net_get_2_svc_prog()
430 key_get_conv_2_svc_prog(uid_t uid, keybuf arg) in key_get_conv_2_svc_prog()
456 key_encrypt_1_svc_prog(uid_t uid, cryptkeyarg *arg) in key_encrypt_1_svc_prog()
482 key_decrypt_1_svc_prog(uid_t uid, cryptkeyarg *arg) in key_decrypt_1_svc_prog()
531 key_getcred_1_svc_prog(uid_t uid, netnamestr *name) in key_getcred_1_svc_prog()
581 uid_t uid = -1; in keyprogram() local
[all …]
H A Dsetkey.c85 pk_setkey(uid_t uid, keybuf skey) in pk_setkey()
98 pk_encrypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key) in pk_encrypt()
117 pk_netput(uid_t uid, key_netstarg *netstore) in pk_netput()
126 pk_netget(uid_t uid, key_netstarg *netstore) in pk_netget()
139 pk_crypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key, in pk_crypt()
197 pk_get_conv_key(uid_t uid, keybuf xpublic, cryptkeyres *result) in pk_get_conv_key()
277 uid_t uid; member
291 store_netname(uid_t uid, key_netstarg *netstore) in store_netname()
330 fetch_netname(uid_t uid, struct key_netstarg *key_netst) in fetch_netname()
356 fetchsecretkey(uid_t uid) in fetchsecretkey()
[all …]
/freebsd/usr.bin/top/
H A Dusername.c42 int uid; member
57 username(int uid) in username()
93 enter_user(int uid, char name[], bool wecare) in enter_user()
122 get_user(int uid) in get_user()
/freebsd/sys/fs/nfsclient/
H A Dnfs_kdtrace.h60 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) do { \ argument
67 #define KDTRACE_NFS_ACCESSCACHE_GET_MISS(vp, uid, mode) do { \ argument
74 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument
109 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) argument
110 #define KDTRACE_NFS_ACCESSCACHE_GET_MISS(vp, uid, mode) argument
111 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) argument
/freebsd/sys/nfs/
H A Dnfs_kdtrace.h52 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) do { \ argument
59 #define KDTRACE_NFS_ACCESSCACHE_GET_MISS(vp, uid, mode) do { \ argument
66 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument
109 #define KDTRACE_NFS_ACCESSCACHE_GET_HIT(vp, uid, mode) argument
110 #define KDTRACE_NFS_ACCESSCACHE_GET_MISS(vp, uid, mode) argument
111 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) argument
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchownat.c56 static int getuser(uid_t *uid, gid_t *gid) in getuser()
79 uid_t uid; in ATF_TC_BODY() local
107 uid_t uid; in ATF_TC_BODY() local
133 uid_t uid; in ATF_TC_BODY() local
150 uid_t uid; in ATF_TC_BODY() local
171 uid_t uid; in ATF_TC_BODY() local
193 uid_t uid; in ATF_TC_BODY() local
213 uid_t uid; in ATF_TC_BODY() local
/freebsd/crypto/heimdal/lib/kafs/
H A Dafskrb5.c48 v5_to_kt(krb5_creds *cred, uid_t uid, struct kafs_token *kt, int local524) in v5_to_kt()
112 krb5_creds *cred, uid_t uid, in v5_convert()
145 const char *realm, uid_t uid, struct kafs_token *kt) in get_cred()
208 uid_t uid, const char *homedir) in afslog_uid_int()
254 uid_t uid, in krb5_afslog_uid_home()
295 uid_t uid) in krb5_afslog_uid()
340 kafs_settoken5(krb5_context context, const char *cell, uid_t uid, in kafs_settoken5()
H A Dcommon.c120 _kafs_fixup_viceid(struct ClearToken *ct, uid_t uid) in _kafs_fixup_viceid()
214 afslog_cells(struct kafs_data *data, char **cells, int max, uid_t uid, in afslog_cells()
229 uid_t uid, const char *homedir) in _kafs_afslog_all_local_cells()
344 const char *realm, uid_t uid, struct kafs_token *kt) in _kafs_try_get_cred()
370 uid_t uid, in _kafs_get_cred()
/freebsd/usr.bin/login/
H A Dlogin_audit.c66 uid_t uid = pwd->pw_uid; in au_login_success() local
118 uid_t uid; in au_login_fail() local
174 uid_t uid = pwd->pw_uid; in audit_logout() local
H A Dlogin_fbtab.c80 login_fbtab(char *tty, uid_t uid, gid_t gid) in login_fbtab()
120 login_protect(const char *table, char *pattern, int mask, uid_t uid, gid_t gid) in login_protect()
/freebsd/contrib/sendmail/libsm/
H A Dt-sem.c132 drop_priv(uid, gid) in drop_priv() argument
159 semtest(owner, uid, gid) in semtest() argument
327 uid_t uid; local
/freebsd/crypto/openssh/regress/
H A Dcheck-perm.c35 safely_chroot(const char *path, uid_t uid) in safely_chroot()
81 platform_sys_dir_uid(uid_t uid) in platform_sys_dir_uid()
95 uid_t uid, char *err, size_t errlen) in auth_secure_path()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pd.c34 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn, u16 uid) in mlx5_core_alloc_pd()
52 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn, u16 uid) in mlx5_core_dealloc_pd()
/freebsd/crypto/openssh/
H A Dsshlogin.c76 get_last_login_time(uid_t uid, const char *logname, in get_last_login_time()
91 store_lastlog_message(const char *user, uid_t uid) in store_lastlog_message()
137 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, in record_login()
H A Dplatform-misc.c26 platform_sys_dir_uid(uid_t uid) in platform_sys_dir_uid()
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_dh.c32 # define RFC5114(name, uid, sz, tag) { \ argument
44 # define RFC5114(name, uid, sz, tag) { name, uid } argument
50 int uid; member
101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid) in ossl_ffc_uid_to_dh_named_group()
/freebsd/tools/regression/priv/
H A Dmain.c385 setup_dir(const char *test, char *dpathp, uid_t uid, gid_t gid, mode_t mode) in setup_dir()
401 setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid, mode_t mode) in setup_file()
424 set_creds(const char *test, uid_t uid, gid_t gid) in set_creds()
/freebsd/lib/libc/rpc/
H A Dnetname.c80 uid_t uid; in getnetname() local
95 user2netname(char netname[MAXNETNAMELEN + 1], const uid_t uid, const char *domain) in user2netname()
/freebsd/contrib/netbsd-tests/fs/umapfs/
H A Dt_basic.c43 xchown(const char *path, uid_t uid, gid_t gid) in xchown()
51 testuidgid(const char *path, uid_t uid, gid_t gid) in testuidgid()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setuid.c65 uid_t uid = getuid(); in ATF_TC_BODY() local
85 uid_t uid; in ATF_TC_BODY() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dpwcache.c48 user_from_uid(uid_t uid, int nouser) in user_from_uid()
51 uid_t uid; in user_from_uid() member
/freebsd/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c137 uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, in cap_getpwcommon_r()
206 uid_t uid) in cap_getpwcommon()
240 cap_getpwuid(cap_channel_t *chan, uid_t uid) in cap_getpwuid()
265 cap_getpwuid_r(cap_channel_t *chan, uid_t uid, struct passwd *pwd, char *buffer, in cap_getpwuid_r()
435 pwd_allowed_user(const nvlist_t *limits, const char *uname, uid_t uid) in pwd_allowed_user()
480 uid_t uid; in pwd_allowed_users() local
663 uid_t uid; in pwd_getpwuid() local
/freebsd/contrib/mtree/
H A Dgetid.c314 gi_getpwuid(uid_t uid) in gi_getpwuid()
367 pwscan(int search, uid_t uid, const char *name) in pwscan()
396 pwmatchline(int search, uid_t uid, const char *name) in pwmatchline()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c215 u32 uid; member
341 u32 uid = 0; in __mlx4_alloc_from_zone() local
428 struct mlx4_zone_allocator *zones, u32 uid) in __mlx4_find_zone_by_uid()
440 struct mlx4_bitmap *mlx4_zone_get_bitmap(struct mlx4_zone_allocator *zones, u32 uid) in mlx4_zone_get_bitmap()
456 int mlx4_zone_remove_one(struct mlx4_zone_allocator *zones, u32 uid) in mlx4_zone_remove_one()
510 u32 mlx4_zone_alloc_entries(struct mlx4_zone_allocator *zones, u32 uid, int count, in mlx4_zone_alloc_entries()
531 u32 mlx4_zone_free_entries(struct mlx4_zone_allocator *zones, u32 uid, u32 obj, u32 count) in mlx4_zone_free_entries()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUserID.cpp17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()

12345678910>>...18