Searched refs:uid (Results 226 - 250 of 461) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/vmd/
H A Dconfig.c211 config_setvm(struct privsep *ps, struct vmd_vm *vm, uint32_t peerid, uid_t uid) argument
279 vm->vm_uid = uid;
314 uid, R_OK) == -1) {
337 uid, R_OK) == -1) {
367 uid, aflags) == -1) {
H A Dparse.y114 uid_t uid;
216 env->vmd_ps.ps_csock.cs_uid = $3.uid;
362 vmc.vmc_owner.uid = 0;
543 vmc.vmc_owner.uid = $2.uid;
564 vmc.vmc_insowner.uid = $2.uid;
570 $$.uid = $1;
578 $$.uid = 0;
595 $$.uid
[all...]
/openbsd-current/usr.bin/sndiod/
H A Dsndiod.c378 uid_t uid; local
382 uid = geteuid();
383 if (uid == 0) {
388 snprintf(base, SOCKPATH_MAX, SOCKPATH_DIR "-%u", uid);
400 if (sb.st_uid != uid || (sb.st_mode & mask) != 0)
/openbsd-current/sys/dev/usb/
H A Dutvfu.c862 struct usb_interface_descriptor *uid = NULL; local
893 uid = (void *)ud;
894 if (uid->bInterfaceNumber == 0)
898 if (uid->bAlternateSetting == 1) {
906 if (uid != NULL && uid->bInterfaceNumber > 0)
982 struct usb_interface_descriptor *uid = NULL; local
990 uid = (void *)ud;
991 if (uid->bInterfaceNumber > 0)
993 if (uid
[all...]
/openbsd-current/sbin/pfctl/
H A Dparse.y123 uid_t uid[2];
248 struct node_uid *uid;
420 struct node_uid *uid;
491 %type <v.number> number icmptype icmp6type uid gid
514 %type <v.uid> uids uid_list uid_item
979 $9.uid, $9.gid, $9.rcv, $9.icmpspec);
1851 $8.uid, $8.gid, $8.rcv, $8.icmpspec);
1873 if (filter_opts.uid)
1874 $2->tail->next = filter_opts.uid;
1875 filter_opts.uid
2966 uid : STRING { label
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dipa-reference.c146 /* Return a bitmap indexed by VAR_DECL uid for the static variables
160 /* Return a bitmap indexed by VAR_DECL uid for the static variables
174 /* Return a bitmap indexed by VAR_DECL uid for the static variables
188 /* Return a bitmap indexed by VAR_DECL uid for the static variables
203 /* Return a bitmap indexed by_DECL_UID uid for the static variables
217 /* Return a bitmap indexed by DECL_UID uid for the static variables
241 int uid = DECL_UID (var);
242 if (!bitmap_bit_p (all_module_statics, uid))
245 uid, (splay_tree_value)var);
246 bitmap_set_bit (all_module_statics, uid);
240 int uid = DECL_UID (var); local
[all...]
H A Dcgraph.h149 int uid; local
/openbsd-current/usr.sbin/dhcpd/
H A Dconfpars.c1331 lease.uid = malloc(lease.uid_len);
1332 if (!lease.uid) {
1333 log_warnx("no space for uid");
1336 memcpy(lease.uid, val, lease.uid_len);
1340 lease.uid =
1343 if (!lease.uid) {
1344 log_warnx("no space for uid");
1348 lease.uid = NULL;
1349 parse_warn("zero-length uid");
1354 if (!lease.uid)
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepository.pm765 my ($uid, $gid, $user) = $self->fetch_id;
766 if (defined $uid) {
770 $< = $uid;
771 $> = $uid;
958 my ($uid, $gid, $user) = $self->fetch_id;
959 if (defined $uid) {
960 $> = $uid;
/openbsd-current/usr.bin/rsync/
H A Dflist.c49 #define FLIST_UID_SAME 0x0008 /* uid is repeat */
227 f->st.uid = st->st_uid;
330 /* Conditional part: uid. */
333 if (!io_write_uint(sess, fdout, f->st.uid)) {
337 if (!idents_add(0, &uids, &uidsz, f->st.uid)) {
399 LOG2("sending uid list: %zu", uidsz);
660 /* Conditional part: uid. */
668 ff->st.uid = uival;
670 ff->st.uid = 0;
672 ff->st.uid
[all...]
/openbsd-current/sys/tmpfs/
H A Dtmpfs_subr.c104 tmpfs_alloc_node(tmpfs_mount_t *tmp, enum vtype type, uid_t uid, gid_t gid, argument
142 KASSERT(uid != VNOVAL && gid != VNOVAL && mode != VNOVAL);
144 nnode->tn_uid = uid;
1009 * => At least one of uid or gid must be different than VNOVAL.
1013 tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, struct proc *p) argument
1021 KASSERT(uid != VNOVAL || gid != VNOVAL);
1022 if (uid == VNOVAL) {
1023 uid = node->tn_uid;
1037 if ((cred->cr_uid != node->tn_uid || uid != node->tn_uid ||
1042 node->tn_uid = uid;
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp370 } else if (key.equals("uid")) {
371 uint32_t uid = UINT32_MAX; local
372 if (value.getAsInteger(0, uid))
374 match_info.GetProcessInfo().SetUserID(uid);
381 uint32_t uid = UINT32_MAX; local
382 if (value.getAsInteger(0, uid))
384 match_info.GetProcessInfo().SetEffectiveUserID(uid);
432 // Packet format: "qUserName:%i" where %i is the uid
434 uint32_t uid = packet.GetU32(UINT32_MAX); local
435 if (uid !
[all...]
/openbsd-current/usr.bin/pkill/
H A Dpkill.c471 "\n\t[-T rtable] [-t tty] [-U uid] [-u euid] [pattern ...]\n",
546 uid_t uid; local
588 if (uid_from_user(sp, &uid) == -1)
590 li->li_number = uid;
/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h113 #define __sanitizer_syscall_pre_chown(path, uid, gid) \
114 __sanitizer_syscall_pre_impl_chown((long long)(path), (long long)(uid), \
116 #define __sanitizer_syscall_post_chown(res, path, uid, gid) \
118 (long long)(uid), (long long)(gid))
151 #define __sanitizer_syscall_pre_setuid(uid) \
152 __sanitizer_syscall_pre_impl_setuid((long long)(uid))
153 #define __sanitizer_syscall_post_setuid(res, uid) \
154 __sanitizer_syscall_post_impl_setuid(res, (long long)(uid))
647 #define __sanitizer_syscall_pre_fchown(fd, uid, gid) \
648 __sanitizer_syscall_pre_impl_fchown((long long)(fd), (long long)(uid), \
[all...]
/openbsd-current/usr.sbin/mtree/
H A Dcreate.c63 static uid_t uid; variable
99 statd(t, p, &uid, &gid, &mode);
157 if (p->fts_statp->st_uid != uid) {
163 error("could not get uname for uid=%u",
168 output(indent, &offset, "uid=%u", p->fts_statp->st_uid);
333 error("could not get uname for uid=%u", saveuid);
336 (void)printf(" uid=%u", saveuid);
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h51 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) argument
52 : UserID(uid), m_symbol_file(symbol_file) {}
235 Type(lldb::user_id_t uid, SymbolFile *symbol_file, ConstString name,
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h115 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
116 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
117 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
/openbsd-current/sys/sys/
H A Dmount.h64 uid_t ex_root; /* mapping for root uid */
188 uid_t uid; /* uid that owns msdosfs files */ member in struct:msdosfs_args
207 uid_t uid; /* uid that owns ntfs files */ member in struct:ntfs_args
368 #define MNT_EXPORTANON 0x00000400 /* use anon uid mapping for everyone */
517 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprint-rtl.c694 /* Call this function to search an rtx list to find one with insn uid UID,
699 debug_rtx_find (x, uid)
701 int uid;
703 while (x != 0 && INSN_UID (x) != uid)
712 fprintf (stderr, "insn uid %d not found\n", uid);
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c185 int uid; local
192 uid = geteuid();
193 if (uid == 0) /* superuser */
220 if (sb.st_uid == uid)
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dfilesubr.c219 int uid; local
226 uid = geteuid();
227 if (uid == 0) /* superuser */
254 if (sb.st_uid == uid)
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c188 int uid; local
195 uid = geteuid();
196 if (uid == 0) /* superuser */
223 if (sb.st_uid == uid)
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c183 int uid; local
190 uid = geteuid();
191 if (uid == 0) /* superuser */
218 if (sb.st_uid == uid)
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h103 u_char uid [ISODCL(21,28)]; member in struct:__anon10671
/openbsd-current/lib/libfuse/
H A Dfuse.h80 uid_t uid; member in struct:fuse_context

Completed in 451 milliseconds

1234567891011>>