HomeSort by: relevance | last modified time | path
    Searched refs:users (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/usr.bin/users/
Makefile 6 PROG= users
7 SRCS= users.c utmpentry.c
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_user.c 48 } users[] = { local in function:nvif_user_init
57 cid = nvif_mclass(&device->object, users);
61 ret = nvif_object_init(&device->object, 0, users[cid].oclass, NULL, 0,
67 device->user.func = users[cid].func;
  /src/usr.sbin/lpr/lprm/
lprm.c 51 * and startup a new daemon. Privileged users may remove anyone's spool
76 char *user[MAXUSERS]; /* users to process */
77 int users; /* # of users in user array */ variable in typeref:typename:int
128 if (!users) {
129 users = -1;
137 if (users < 0)
144 if (users >= MAXUSERS)
145 fatal("Too many users");
146 user[users++] = arg
    [all...]
  /src/usr.sbin/lpr/lpq/
lpq.c 70 char *user[MAXUSERS]; /* users to process */
71 int users; /* # of users in user array */ variable in typeref:typename:int
126 if (users >= MAXUSERS)
127 fatal("too many users");
128 user[users++] = *argv;
  /src/sys/sys/
entropy.h 36 #error This header is known to the state of California to cause cancer in users.
  /src/
README.md 37 The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
  /src/usr.sbin/lpr/common_source/
rmjob.c 62 extern char *user[]; /* users to process */
63 extern int users; /* # of users in user array */
91 if (users < 0) {
96 users = 1;
255 if (users == 0 && requests == 0)
268 for (u = user; u < &user[users]; u++)
278 * Normal users can only remove the file from where it was sent.
315 for (i = 0; i < users; i++) {
330 for (i = 0; i < users; i++)
    [all...]
displayq.c 69 extern char *user[]; /* users to process */
70 extern int users; /* # of users in user array */
230 i < users && cp - line + 1 + strlen(user[i]) < sizeof(line) - 2;
369 if (users == 0 && requests == 0)
374 for (u = user; u < &user[users]; u++)
  /src/usr.sbin/quot/
quot.c 206 } *users; variable in typeref:struct:user *
217 if (!(users = calloc(nusers, sizeof(*users))))
218 err(1, "allocate users");
220 for (usr = users, i = nusers; --i >= 0; usr++) {
234 svusr = users;
236 if (!(users = calloc(nusers, sizeof(*users))))
237 err(1, "allocate users");
239 for (usrn = users + (usr->uid&(nusers - 1))
    [all...]
  /src/lib/libpam/modules/pam_login_access/
login_access.c 40 /* Delimiters for fields and for lists of users, ttys or hosts. */
79 char *users; /* becomes list of login names */ local in function:login_access
109 || !(users = strtok((char *) 0, fs))
122 && list_match(users, user, user_match));
  /src/usr.bin/make/unit-tests/
jobs-empty-commands.mk 8 # https://mail-index.netbsd.org/current-users/2021/01/26/msg040215.html
  /src/share/man/man7/
Makefile 36 MAN+= users.7
  /src/distrib/utils/embedded/files/
ec2_init 46 useradd -g users -G wheel,operator -m "${EC2_USER}"
85 chown "${EC2_USER}:users" $(dirname "$SSH_KEY_FILE")
87 chown "${EC2_USER}:users" "$SSH_KEY_FILE"
  /src/games/dm/
dm.c 77 static int users(void);
225 if (isdigit((unsigned char)*s_users) && atoi(s_users) <= users())
226 errx(0, "Sorry, there are too many users logged on right now.");
246 * users --
247 * return current number of users
252 users(void) function in typeref:typename:int
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-j7200-main.dtsi 139 ti,mbox-num-users = <4>;
148 ti,mbox-num-users = <4>;
157 ti,mbox-num-users = <4>;
166 ti,mbox-num-users = <4>;
175 ti,mbox-num-users = <4>;
184 ti,mbox-num-users = <4>;
193 ti,mbox-num-users = <4>;
202 ti,mbox-num-users = <4>;
211 ti,mbox-num-users = <4>;
220 ti,mbox-num-users = <4>
    [all...]
k3-am65-main.dtsi 497 ti,mbox-num-users = <4>;
506 ti,mbox-num-users = <4>;
515 ti,mbox-num-users = <4>;
524 ti,mbox-num-users = <4>;
533 ti,mbox-num-users = <4>;
542 ti,mbox-num-users = <4>;
551 ti,mbox-num-users = <4>;
560 ti,mbox-num-users = <4>;
569 ti,mbox-num-users = <4>;
578 ti,mbox-num-users = <4>
    [all...]
  /src/usr.sbin/lpr/lpd/
lpd.c 57 * \3printer [users ...] [jobs ...]\n
59 * \4printer [users ...] [jobs ...]\n
61 * \5printer person [users ...] [jobs ...]\n
73 * access files and printer. Users can't get to anything
415 char *user[MAXUSERS]; /* users to process */
416 int users; /* # of users in user array */ variable in typeref:typename:int
499 if (users >= MAXUSERS)
500 fatal("Too many users");
501 user[users++] = cp
    [all...]
  /src/sys/dev/nvmm/
nvmm.c 66 unsigned users; member in struct:__anone57f7f050108
95 KASSERT(suspension.users < UINT_MAX);
96 suspension.users++;
110 KASSERT(suspension.users < UINT_MAX);
111 suspension.users++;
120 KASSERT(suspension.users > 0);
121 if (--suspension.users == 0)
1048 suspension.users = 0;
1366 * Prevent new users (via ioctl) from starting.
1386 while (suspension.users)
    [all...]
  /src/sys/ufs/chfs/
ebh.h 111 * @users: counts the tasks that are using or want to use the eraseblock
117 int users; member in struct:chfs_ltree_entry
ebh.c 593 le->users = 1;
603 result->users++;
640 * lock tree is there are no more users of it.
653 le->users -= 1;
654 KASSERT(le->users >= 0);
656 if (le->users == 0) {
696 * lock tree is there are no more users of it.
709 le->users -= 1;
710 KASSERT(le->users >= 0);
712 if (le->users == 0)
    [all...]
  /src/usr.bin/
Makefile 33 uniq units unvis unzip usbhidaction usbhidctl users utoppya \
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 46 progs uniq users vmstat w wc who xargs yes
  /src/tests/usr.bin/id/
t_id.sh 44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
97 echo "users wheel" >expout
129 echo "users" >expout
145 echo "users" >expout
152 echo "users" >expout
167 echo "users" >expout
174 echo "users" >expou
    [all...]
  /src/usr.sbin/ac/
ac.c 57 * this is for our list of users that are accumulating time.
81 static struct user_list *Users = NULL;
94 #define AC_U 8 /* specified users only */
256 * not found so add new user unless specified users only
309 Users = update_user(Users, argv[optind], 0L);
352 show_today(struct user_list *users, struct utmp_list *logins, time_t secs)
367 Users = update_user(Users, lp->usr.ut_name, secs);
371 for (up = users; up != NULL; up = up->next)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap2420.dtsi 197 ti,mbox-num-users = <4>;

Completed in 26 milliseconds

1 2 3