| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_user.c | 48 } users[] = { local 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/lpq/ |
| lpq.c | 70 char *user[MAXUSERS]; /* users to process */ 71 int users; /* # of users in user array */ variable 126 if (users >= MAXUSERS) 127 fatal("too many users"); 128 user[users++] = *argv;
|
| /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 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/external/bsd/kyua-cli/dist/engine/ |
| config_test.cpp | 61 std::vector< passwd::user > users; local 62 users.push_back(passwd::user("user1", 100, 150)); 63 users.push_back(passwd::user("user2", 200, 250)); 64 passwd::set_mock_users_for_testing(users);
|
| /src/external/bsd/kyua-cli/dist/examples/ |
| syntax_test.cpp | 83 std::vector< passwd::user > users; local 84 users.push_back(passwd::user("nobody", 1, 2)); 85 passwd::set_mock_users_for_testing(users);
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| passwd_test.cpp | 117 std::vector< passwd_ns::user > users; local 118 users.push_back(passwd_ns::user("myself2", 20, 40)); 119 users.push_back(passwd_ns::user("myself1", 10, 15)); 120 users.push_back(passwd_ns::user("myself3", 30, 60)); 121 passwd_ns::set_mock_users_for_testing(users); 149 std::vector< passwd_ns::user > users; local 150 users.push_back(passwd_ns::user("myself2", 20, 40)); 151 users.push_back(passwd_ns::user("myself1", 10, 15)); 152 users.push_back(passwd_ns::user("myself3", 30, 60)); 153 passwd_ns::set_mock_users_for_testing(users); [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 109 || !(users = strtok((char *) 0, fs)) 122 && list_match(users, user, user_match));
|
| /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
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VPlanValue.h | 57 SmallVector<VPUser *, 1> Users; 127 unsigned getNumUsers() const { return Users.size(); } 128 void addUser(VPUser &User) { Users.push_back(&User); } 130 /// Remove a single \p User from the list of users. 135 erase_if(Users, [&User, &Found](VPUser *Other) { 151 user_iterator user_begin() { return Users.begin(); } 152 const_user_iterator user_begin() const { return Users.begin(); } 153 user_iterator user_end() { return Users.end(); } 154 const_user_iterator user_end() const { return Users.end(); } 155 user_range users() { return user_range(user_begin(), user_end()); function in class:llvm::VPValue 156 const_user_range users() const { function in class:llvm::VPValue [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| admin.c | 30 "\t-a users Append (comma-separated) user names to access list.\n", 34 "\t-e[users] Remove (comma-separated) user names from access list\n", 857 char **users; local 867 line2argv (&argc, &users, arg + 2, " ,\t\n"); 870 RCS_addaccess (rcs, users[u]); 875 RCS_delaccess (rcs, users[u]); 876 free_names (&argc, users); 896 line2argv (&argc, &users, p, " \t\n"); 901 RCS_addaccess (rcs, users[u]); 902 free_names (&argc, users); [all...] |
| acl.c | 4 * Portions Copyright (C) 2006, Baris Sahin <sbaris at users.sourceforge.net> 572 char **users = griter->gr_mem; local 574 userchk = users [index++]; 578 userchk = users[index++];
|
| /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
|
| /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 499 if (users >= MAXUSERS) 500 fatal("Too many users"); 501 user[users++] = cp [all...] |
| /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/external/bsd/wpa/dist/wpa_supplicant/ |
| bss.h | 45 unsigned int users; member in struct:wpa_bss_anqp
|
| /src/sys/dev/nvmm/ |
| nvmm.c | 66 unsigned users; member in struct:__anon3226 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) 1069 suspension.users = 0; 1387 * Prevent new users (via ioctl) from starting. 1407 while (suspension.users) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| threads_pthread.c | 186 * current quiescence point for a given lock. Users is the 64 bit value that 191 uint64_t users; member in struct:rcu_qp 281 ATOMIC_ADD_FETCH(&lock->qp_group[qp_idx].users, (uint64_t)1, 288 ATOMIC_SUB_FETCH(&lock->qp_group[qp_idx].users, (uint64_t)1, 362 ret = ATOMIC_SUB_FETCH(&data->thread_qps[i].qp->users, 417 * get_hold_current_qp, directly after incrementing the users count 419 ATOMIC_ADD_FETCH(&lock->qp_group[current_idx].users, (uint64_t)0, 486 count = ATOMIC_LOAD_N(uint64_t, &qp->users, __ATOMIC_ACQUIRE);
|
| threads_win.c | 53 volatile uint64_t users; member in struct:rcu_qp 206 CRYPTO_atomic_add64(&lock->qp_group[qp_idx].users, (uint64_t)1, &tmp64, 212 CRYPTO_atomic_add64(&lock->qp_group[qp_idx].users, (uint64_t)-1, &tmp64, 289 CRYPTO_atomic_add64(&data->thread_qps[i].qp->users, 379 CRYPTO_atomic_load(&qp->users, &count, lock->rw_lock);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Value.h | 314 /// values or constant users. 334 /// values or constant users. 434 iterator_range<user_iterator> users() { function 438 iterator_range<const_user_iterator> users() const { function
|
| /src/external/bsd/libbind/dist/irs/ |
| irpmarshall.c | 2040 char **hosts, **users, **domains; local 2049 &hosts, &users, &domains, 2061 STRVAL(users[i]), 2068 irp_marshall_ng_next(hosts[i], users[i], 2076 if (irp_marshall_ng_next(hosts[i], users[i],
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-gen.c | 696 int *users = *usersp; 749 users = (int *) 750 xrealloc ((void *) users,(count + 1) * sizeof (int)); 754 users[count++] = iclass; 761 *usersp = users; 694 int *users = *usersp; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-gen.c | 696 int *users = *usersp; 749 users = (int *) 750 xrealloc ((void *) users,(count + 1) * sizeof (int)); 754 users[count++] = iclass; 761 *usersp = users; 694 int *users = *usersp; local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-gen.c | 696 int *users = *usersp; 749 users = (int *) 750 xrealloc ((void *) users,(count + 1) * sizeof (int)); 754 users[count++] = iclass; 761 *usersp = users; 694 int *users = *usersp; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-gen.c | 696 int *users = *usersp; 749 users = (int *) 750 xrealloc ((void *) users,(count + 1) * sizeof (int)); 754 users[count++] = iclass; 761 *usersp = users; 694 int *users = *usersp; local
|