Symbol: current
crypto/heimdal/appl/telnet/telnetd/defs.h
96
slcent current; /* the current settings */
crypto/heimdal/appl/telnet/telnetd/ext.h
138
char *nextitem (char *current);
crypto/heimdal/appl/telnet/telnetd/slc.c
53
slctab[i].current.flag = SLC_NOSUPPORT;
crypto/heimdal/appl/telnet/telnetd/slc.c
54
slctab[i].current.val = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
146
nextitem(char *current)
crypto/heimdal/appl/telnet/telnetd/utility.c
148
if ((*current&0xff) != IAC) {
crypto/heimdal/appl/telnet/telnetd/utility.c
149
return current+1;
crypto/heimdal/appl/telnet/telnetd/utility.c
151
switch (*(current+1)&0xff) {
crypto/heimdal/appl/telnet/telnetd/utility.c
156
return current+3;
crypto/heimdal/appl/telnet/telnetd/utility.c
159
char *look = current+2;
crypto/heimdal/appl/telnet/telnetd/utility.c
170
return current+2;
crypto/heimdal/base/heimbase.c
387
struct heim_auto_release *current;
crypto/heimdal/base/heimbase.c
452
if (tls->current != ptr)
crypto/heimdal/base/heimbase.c
455
if (tls->current != tls->head)
crypto/heimdal/base/heimbase.c
456
tls->current = ar->parent;
crypto/heimdal/base/heimbase.c
501
ar->parent = tls->current;
crypto/heimdal/base/heimbase.c
502
tls->current = ar;
crypto/heimdal/base/heimbase.c
531
if (tls == NULL || (ar = tls->current) == NULL)
crypto/heimdal/lib/hx509/cert.c
1055
hx509_cert current,
crypto/heimdal/lib/hx509/cert.c
1067
if (!subject_null_p(current->data)) {
crypto/heimdal/lib/hx509/cert.c
1069
q.subject = _hx509_get_cert(current);
crypto/heimdal/lib/hx509/cert.c
1071
ret = find_extension_auth_key_id(current->data, &ai);
crypto/heimdal/lib/hx509/cert.c
1118
ret = hx509_cert_get_subject(current, &name);
crypto/heimdal/lib/hx509/cert.c
1244
hx509_cert parent, current;
crypto/heimdal/lib/hx509/cert.c
1254
current = hx509_cert_ref(cert);
crypto/heimdal/lib/hx509/cert.c
1256
while (!certificate_is_anchor(context, anchors, current)) {
crypto/heimdal/lib/hx509/cert.c
1259
pool, current, &parent);
crypto/heimdal/lib/hx509/cert.c
1260
hx509_cert_free(current);
crypto/heimdal/lib/hx509/cert.c
1267
current = parent;
crypto/heimdal/lib/hx509/cert.c
1270
hx509_cert_free(current);
crypto/heimdal/lib/hx509/cert.c
1286
hx509_cert_free(current);
crypto/heimdal/lib/roken/getaddrinfo.c
189
struct addrinfo **current = &first;
crypto/heimdal/lib/roken/getaddrinfo.c
211
&current, const_v6, &v6_addr, NULL);
crypto/heimdal/lib/roken/getaddrinfo.c
218
&current, const_v4, &v4_addr, NULL);
crypto/heimdal/lib/roken/getaddrinfo.c
226
struct addrinfo ***current,
crypto/heimdal/lib/roken/getaddrinfo.c
261
current, func, *h, canonname);
crypto/heimdal/lib/roken/getaddrinfo.c
279
struct addrinfo **current = &first;
crypto/heimdal/lib/roken/getaddrinfo.c
293
&current, const_v6, &v6_addr, NULL);
crypto/heimdal/lib/roken/getaddrinfo.c
304
&current, const_v4, &v4_addr, NULL);
crypto/heimdal/lib/roken/getaddrinfo.c
319
struct addrinfo **current = &first;
crypto/heimdal/lib/roken/getaddrinfo.c
338
&current, const_v6, he, &flags);
crypto/heimdal/lib/roken/getaddrinfo.c
350
&current, const_v4, he, &flags);
crypto/heimdal/lib/roken/getarg.c
356
struct getargs *current = NULL;
crypto/heimdal/lib/roken/getarg.c
376
current = &args[i];
crypto/heimdal/lib/roken/getarg.c
390
if (current)
crypto/heimdal/lib/roken/getarg.c
394
if (current == NULL) {
crypto/heimdal/lib/roken/getarg.c
396
current = partial;
crypto/heimdal/lib/roken/getarg.c
402
&& !ISFLAG(*current)
crypto/heimdal/lib/roken/getarg.c
403
&& current->type != arg_collect
crypto/heimdal/lib/roken/getarg.c
404
&& current->type != arg_counter)
crypto/heimdal/lib/roken/getarg.c
406
switch(current->type){
crypto/heimdal/lib/roken/getarg.c
412
*(int*)current->value = tmp;
crypto/heimdal/lib/roken/getarg.c
417
*(char**)current->value = goptarg + 1;
crypto/heimdal/lib/roken/getarg.c
422
return add_string((getarg_strings*)current->value, goptarg + 1);
crypto/heimdal/lib/roken/getarg.c
427
int *flag = current->value;
crypto/heimdal/lib/roken/getarg.c
449
*(int *)current->value += val;
crypto/heimdal/lib/roken/getarg.c
457
*(double*)current->value = tmp;
crypto/heimdal/lib/roken/getarg.c
461
struct getarg_collect_info *c = current->value;
crypto/heimdal/lib/sl/sl.c
111
SL_cmd *c, *current = NULL, *partial_cmd = NULL;
crypto/heimdal/lib/sl/sl.c
116
current = c;
crypto/heimdal/lib/sl/sl.c
118
return current;
crypto/heimdal/lib/sl/sl.c
120
partial_cmd != current) {
crypto/heimdal/lib/sl/sl.c
122
partial_cmd = current;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
445
list_iterator->current = 0;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
512
list_iterator->current = in_list_iterator->current;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
57
cc_uint64 current;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
607
if (io_list_iterator->current < cci_array_count (io_list_iterator->list->objects)) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
609
io_list_iterator->current);
crypto/krb5/src/ccapi/server/ccs_list_internal.c
629
if (io_list_iterator->current < cci_array_count (io_list_iterator->list->objects)) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
631
io_list_iterator->current);
crypto/krb5/src/ccapi/server/ccs_list_internal.c
632
io_list_iterator->current++;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
655
if (io_list_iterator->current > in_object_index) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
656
io_list_iterator->current++;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
660
if (io_list_iterator->current >= in_object_index) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
661
io_list_iterator->current--;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
665
if (io_list_iterator->current < in_object_index) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
666
io_list_iterator->current++;
crypto/krb5/src/kdc/kdc_transit.c
158
char current[MAX_REALM_LN];
crypto/krb5/src/kdc/kdc_transit.c
212
current[i++] = *otrans++;
crypto/krb5/src/kdc/kdc_transit.c
218
current[i] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
225
while (current[0]) {
crypto/krb5/src/kdc/kdc_transit.c
229
clst = strlen(current) - 1;
crypto/krb5/src/kdc/kdc_transit.c
230
if (current[0] == ' ') {
crypto/krb5/src/kdc/kdc_transit.c
231
strncpy(exp, current+1, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
234
else if ((current[0] == '/') && (prev[0] == '/')) {
crypto/krb5/src/kdc/kdc_transit.c
237
if (strlen(exp) + strlen(current) + 1 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
241
strncat(exp, current, sizeof(exp) - 1 - strlen(exp));
crypto/krb5/src/kdc/kdc_transit.c
243
else if (current[clst] == '.') {
crypto/krb5/src/kdc/kdc_transit.c
244
strncpy(exp, current, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
253
strncpy(exp, current, sizeof(exp) - 1);
crypto/krb5/src/kdc/kdc_transit.c
301
current[sizeof(current) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
302
if (strlen(current) + (pl>0?pl:-pl) + 2 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
306
strncat(current, ",", sizeof(current) - 1 - strlen(current));
crypto/krb5/src/kdc/kdc_transit.c
308
strncat(current, realm, (unsigned) pl);
crypto/krb5/src/kdc/kdc_transit.c
311
strncat(current, realm+strlen(realm)+pl, (unsigned) (-pl));
crypto/krb5/src/kdc/kdc_transit.c
327
current[0] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
329
if (strlen(current) + (pl1>0?pl1:-pl1) + 1 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
334
strncat(current, realm, (unsigned) pl1);
crypto/krb5/src/kdc/kdc_transit.c
337
strncat(current, realm+strlen(realm)+pl1, (unsigned) (-pl1));
crypto/krb5/src/kdc/kdc_transit.c
342
if (strlen(current) + 2 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
346
strncat(current, " ", sizeof(current) - 1 - strlen(current));
crypto/krb5/src/kdc/kdc_transit.c
347
current[sizeof(current) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
349
if (strlen(current) + strlen(realm) + 1 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
353
strncat(current, realm, sizeof(current) - 1 - strlen(current));
crypto/krb5/src/kdc/kdc_transit.c
354
current[sizeof(current) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
356
if (strlen(current) + (pl>0?pl:-pl) + 2 >= MAX_REALM_LN) {
crypto/krb5/src/kdc/kdc_transit.c
360
strncat(current,",", sizeof(current) - 1 - strlen(current));
crypto/krb5/src/kdc/kdc_transit.c
361
current[sizeof(current) - 1] = '\0';
crypto/krb5/src/kdc/kdc_transit.c
363
strncat(current, exp, (unsigned) pl);
crypto/krb5/src/kdc/kdc_transit.c
366
strncat(current, exp+strlen(exp)+pl, (unsigned)(-pl));
crypto/krb5/src/kdc/kdc_transit.c
377
if (strlcat(trans, current, bufsize) >= bufsize) {
crypto/krb5/src/kdc/kdc_transit.c
385
strncpy(current, next, sizeof(current) - 1);
crypto/krb5/src/kdc/kdc_transit.c
386
current[sizeof(current) - 1] = '\0';
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
214
uint32_t current[16];
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
217
current[2*i+0] = swap_uint32_t(u[i].a);
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
218
current[2*i+1] = swap_uint32_t(u[i].b);
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
220
calc(m, current);
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
220
uint64_t current[16];
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
223
current[2*i+0] = swap_uint64_t(us[i].a);
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
224
current[2*i+1] = swap_uint64_t(us[i].b);
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
226
calc(m, current);
crypto/krb5/src/lib/kdb/kdb_convert.c
103
if (current->n_key_data == new->n_key_data) {
crypto/krb5/src/lib/kdb/kdb_convert.c
106
if (current->key_data[j].key_data_kvno !=
crypto/krb5/src/lib/kdb/kdb_convert.c
116
if (current->n_tl_data == new->n_tl_data) {
crypto/krb5/src/lib/kdb/kdb_convert.c
118
for (first = current->tl_data, second = new->tl_data;
crypto/krb5/src/lib/kdb/kdb_convert.c
138
if (current->len != new->len)
crypto/krb5/src/lib/kdb/kdb_convert.c
46
find_changed_attrs(krb5_db_entry *current, krb5_db_entry *new,
crypto/krb5/src/lib/kdb/kdb_convert.c
54
if (current->attributes != new->attributes)
crypto/krb5/src/lib/kdb/kdb_convert.c
57
if (current->max_life != new->max_life)
crypto/krb5/src/lib/kdb/kdb_convert.c
60
if (current->max_renewable_life != new->max_renewable_life)
crypto/krb5/src/lib/kdb/kdb_convert.c
63
if (current->expiration != new->expiration)
crypto/krb5/src/lib/kdb/kdb_convert.c
66
if (current->pw_expiration != new->pw_expiration)
crypto/krb5/src/lib/kdb/kdb_convert.c
70
if (current->last_success != new->last_success)
crypto/krb5/src/lib/kdb/kdb_convert.c
73
if (current->last_failed != new->last_failed)
crypto/krb5/src/lib/kdb/kdb_convert.c
76
if (current->fail_auth_count != new->fail_auth_count)
crypto/krb5/src/lib/kdb/kdb_convert.c
80
if ((current->princ->type == new->princ->type) &&
crypto/krb5/src/lib/kdb/kdb_convert.c
81
(current->princ->length == new->princ->length)) {
crypto/krb5/src/lib/kdb/kdb_convert.c
82
if ((current->princ->realm.length ==
crypto/krb5/src/lib/kdb/kdb_convert.c
84
strncmp(current->princ->realm.data,
crypto/krb5/src/lib/kdb/kdb_convert.c
86
current->princ->realm.length)) {
crypto/krb5/src/lib/kdb/kdb_convert.c
87
for (j = 0; j < current->princ->length; j++) {
crypto/krb5/src/lib/kdb/kdb_convert.c
88
if ((current->princ->data[j].data != NULL) &&
crypto/krb5/src/lib/kdb/kdb_convert.c
89
(strncmp(current->princ->data[j].data,
crypto/krb5/src/lib/kdb/kdb_convert.c
91
current->princ->data[j].length))) {
crypto/krb5/src/lib/krad/client.c
182
if (retval == ETIMEDOUT && req->remotes[++req->current].remote != NULL) {
crypto/krb5/src/lib/krad/client.c
183
retval = kr_remote_send(req->remotes[req->current].remote, req->code,
crypto/krb5/src/lib/krad/client.c
186
&req->remotes[req->current].packet);
crypto/krb5/src/lib/krad/client.c
312
retval = kr_remote_send(req->remotes[req->current].remote, req->code,
crypto/krb5/src/lib/krad/client.c
314
req->retries, &req->remotes[req->current].packet);
crypto/krb5/src/lib/krad/client.c
61
ssize_t current;
crypto/krb5/src/lib/krb5/os/localaddr.c
1257
char *cp = *iter, *next, *current;
crypto/krb5/src/lib/krb5/os/localaddr.c
1273
current = cp;
crypto/krb5/src/lib/krb5/os/localaddr.c
1283
fprintf (stderr, " processing '%s'\n", current);
crypto/krb5/src/lib/krb5/os/localaddr.c
1286
err = k5_os_hostaddr (context, current, &newaddrs);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
145
char *newstr, *rule = NULL, *repl = NULL, *current = NULL;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
150
current = strdup(string);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
151
if (current == NULL)
crypto/krb5/src/lib/krb5/os/localauth_rule.c
184
ret = do_replacement(rule, repl, doglobal, current, &newstr);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
187
free(current);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
188
current = newstr;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
190
*result = current;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
191
current = NULL;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
194
free(current);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
209
const char *current;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
229
current = *contextp + 1;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
231
num_comps = strtol(current, &end, 10);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
234
current = end;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
237
current++;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
242
nlit = strcspn(current, "$]");
crypto/krb5/src/lib/krb5/os/localauth_rule.c
243
k5_buf_add_len(&selstring, current, nlit);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
244
current += nlit;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
245
if (*current != '$')
crypto/krb5/src/lib/krb5/os/localauth_rule.c
250
ind = strtol(current + 1, &end, 10);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
253
current = end;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
259
if (*current != ']') {
crypto/krb5/src/lib/krb5/os/localauth_rule.c
267
*contextp = current + 1;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
276
const char *current;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
284
current = rule;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
285
ret = aname_get_selstring(context, aname, &current, &selstring);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
290
if (*current == '(') {
crypto/krb5/src/lib/krb5/os/localauth_rule.c
291
ret = aname_do_match(selstring, &current);
crypto/krb5/src/lib/krb5/os/localauth_rule.c
297
ret = aname_replacer(selstring, &current, lname_out);
crypto/krb5/src/lib/rpc/getrpcent.c
129
if (d->current)
crypto/krb5/src/lib/rpc/getrpcent.c
130
free(d->current);
crypto/krb5/src/lib/rpc/getrpcent.c
131
d->current = NULL;
crypto/krb5/src/lib/rpc/getrpcent.c
141
if (d->current && !d->stayopen) {
crypto/krb5/src/lib/rpc/getrpcent.c
142
free(d->current);
crypto/krb5/src/lib/rpc/getrpcent.c
143
d->current = NULL;
crypto/krb5/src/lib/rpc/getrpcent.c
50
char *current;
crypto/krb5/src/lib/rpc/xdr_rec.c
248
u_int current;
crypto/krb5/src/lib/rpc/xdr_rec.c
251
current = rstrm->fbtbc;
crypto/krb5/src/lib/rpc/xdr_rec.c
252
if (current == 0) {
crypto/krb5/src/lib/rpc/xdr_rec.c
259
current = (len < current) ? len : current;
crypto/krb5/src/lib/rpc/xdr_rec.c
260
if (! get_input_bytes(rstrm, addr, current))
crypto/krb5/src/lib/rpc/xdr_rec.c
262
addr += current;
crypto/krb5/src/lib/rpc/xdr_rec.c
263
rstrm->fbtbc -= current;
crypto/krb5/src/lib/rpc/xdr_rec.c
264
len -= current;
crypto/krb5/src/lib/rpc/xdr_rec.c
273
size_t current;
crypto/krb5/src/lib/rpc/xdr_rec.c
276
current = (size_t) ((long)rstrm->out_boundry -
crypto/krb5/src/lib/rpc/xdr_rec.c
278
current = (len < current) ? len : current;
crypto/krb5/src/lib/rpc/xdr_rec.c
279
memmove(rstrm->out_finger, addr, current);
crypto/krb5/src/lib/rpc/xdr_rec.c
280
rstrm->out_finger += current;
crypto/krb5/src/lib/rpc/xdr_rec.c
281
addr += current;
crypto/krb5/src/lib/rpc/xdr_rec.c
282
len -= current;
crypto/krb5/src/lib/rpc/xdr_rec.c
513
size_t current;
crypto/krb5/src/lib/rpc/xdr_rec.c
516
current = (size_t)((long)rstrm->in_boundry -
crypto/krb5/src/lib/rpc/xdr_rec.c
518
if (current == 0) {
crypto/krb5/src/lib/rpc/xdr_rec.c
523
current = ((size_t)len < current) ? (size_t)len : current;
crypto/krb5/src/lib/rpc/xdr_rec.c
524
memmove(addr, rstrm->in_finger, current);
crypto/krb5/src/lib/rpc/xdr_rec.c
525
rstrm->in_finger += current;
crypto/krb5/src/lib/rpc/xdr_rec.c
526
addr += current;
crypto/krb5/src/lib/rpc/xdr_rec.c
527
len -= current;
crypto/krb5/src/lib/rpc/xdr_rec.c
548
int current;
crypto/krb5/src/lib/rpc/xdr_rec.c
551
current = (int)((long)rstrm->in_boundry -
crypto/krb5/src/lib/rpc/xdr_rec.c
553
if (current == 0) {
crypto/krb5/src/lib/rpc/xdr_rec.c
558
current = (cnt < current) ? cnt : current;
crypto/krb5/src/lib/rpc/xdr_rec.c
559
rstrm->in_finger += current;
crypto/krb5/src/lib/rpc/xdr_rec.c
560
cnt -= current;
crypto/libecc/src/tests/ec_self_tests_core.c
532
u32 num_batch, i, current;
crypto/libecc/src/tests/ec_self_tests_core.c
555
current = 0;
crypto/libecc/src/tests/ec_self_tests_core.c
571
messages[i] = &msg[current];
crypto/libecc/src/tests/ec_self_tests_core.c
572
ret = get_random(&msg[current], msglen);
crypto/libecc/src/tests/ec_self_tests_core.c
577
current += msglen;
crypto/openssh/openbsd-compat/blowfish.c
401
u_int16_t *current)
crypto/openssh/openbsd-compat/blowfish.c
408
j = *current;
crypto/openssh/openbsd-compat/blowfish.c
416
*current = j;
crypto/openssh/openbsd-compat/sigact.c
69
sigset_t current = sigsetmask(0);
crypto/openssh/openbsd-compat/sigact.c
77
*omask = current;
crypto/openssh/openbsd-compat/sigact.c
80
current |= *mask;
crypto/openssh/openbsd-compat/sigact.c
82
current &= ~*mask;
crypto/openssh/openbsd-compat/sigact.c
84
current = *mask;
crypto/openssh/openbsd-compat/sigact.c
86
sigsetmask(current);
crypto/openssh/sshconnect2.c
2295
static Authmethod *current = NULL;
crypto/openssh/sshconnect2.c
2320
current = NULL;
crypto/openssh/sshconnect2.c
2321
} else if (current != NULL && authmethod_is_enabled(current))
crypto/openssh/sshconnect2.c
2322
return current;
crypto/openssh/sshconnect2.c
2327
current = NULL;
crypto/openssh/sshconnect2.c
2333
if ((current = authmethod_lookup(name)) != NULL &&
crypto/openssh/sshconnect2.c
2334
authmethod_is_enabled(current)) {
crypto/openssh/sshconnect2.c
2338
return current;
crypto/openssl/crypto/asn1/asn1_lib.c
439
ASN1_UTF8STRING *current;
crypto/openssl/crypto/asn1/asn1_lib.c
449
current = sk_ASN1_UTF8STRING_value(text, i);
crypto/openssl/crypto/asn1/asn1_lib.c
452
length += ASN1_STRING_length(current);
crypto/openssl/crypto/asn1/asn1_lib.c
461
current = sk_ASN1_UTF8STRING_value(text, i);
crypto/openssl/crypto/asn1/asn1_lib.c
462
length = ASN1_STRING_length(current);
crypto/openssl/crypto/asn1/asn1_lib.c
467
strncpy(p, (const char *)ASN1_STRING_get0_data(current), length);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1149
static ossl_inline size_t compute_rbuf_growth(size_t target, size_t current)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1153
while (current < target) {
crypto/openssl/crypto/bio/bss_dgram_pair.c
1154
if (current >= max_rbuf_size)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1157
current = safe_muldiv_size_t(current, 8, 5, &err);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1160
if (current >= max_rbuf_size)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1161
current = max_rbuf_size;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1163
return current;
crypto/openssl/crypto/bn/bn_ctx.c
296
p->head = p->current = p->tail = NULL;
crypto/openssl/crypto/bn/bn_ctx.c
309
p->current = p->head->next;
crypto/openssl/crypto/bn/bn_ctx.c
311
p->head = p->current;
crypto/openssl/crypto/bn/bn_ctx.c
33
BN_POOL_ITEM *head, *current, *tail;
crypto/openssl/crypto/bn/bn_ctx.c
335
p->head = p->current = p->tail = item;
crypto/openssl/crypto/bn/bn_ctx.c
339
p->current = item;
crypto/openssl/crypto/bn/bn_ctx.c
348
p->current = p->head;
crypto/openssl/crypto/bn/bn_ctx.c
350
p->current = p->current->next;
crypto/openssl/crypto/bn/bn_ctx.c
351
return p->current->vals + ((p->used++) % BN_CTX_POOL_SIZE);
crypto/openssl/crypto/bn/bn_ctx.c
360
bn_check_top(p->current->vals + offset);
crypto/openssl/crypto/bn/bn_ctx.c
363
p->current = p->current->prev;
crypto/openssl/crypto/ec/curve448/curve448.c
552
uint64_t current = scalar->limb[0] & 0xFFFF;
crypto/openssl/crypto/ec/curve448/curve448.c
572
current += (uint32_t)((scalar->limb[w / B_OVER_16]
crypto/openssl/crypto/ec/curve448/curve448.c
577
while (current & 0xFFFF) {
crypto/openssl/crypto/ec/curve448/curve448.c
578
uint32_t pos = NUMTRAILINGZEROS((uint32_t)current);
crypto/openssl/crypto/ec/curve448/curve448.c
579
uint32_t odd = (uint32_t)current >> pos;
crypto/openssl/crypto/ec/curve448/curve448.c
592
current -= delta * (1 << pos);
crypto/openssl/crypto/ec/curve448/curve448.c
597
current >>= 16;
crypto/openssl/crypto/ec/curve448/curve448.c
599
assert(current == 0);
crypto/openssl/crypto/stack/stack.c
160
static ossl_inline int compute_growth(int target, int current)
crypto/openssl/crypto/stack/stack.c
164
while (current < target) {
crypto/openssl/crypto/stack/stack.c
165
if (current >= max_nodes)
crypto/openssl/crypto/stack/stack.c
168
current = safe_muldiv_int(current, 8, 5, &err);
crypto/openssl/crypto/stack/stack.c
171
if (current >= max_nodes)
crypto/openssl/crypto/stack/stack.c
172
current = max_nodes;
crypto/openssl/crypto/stack/stack.c
174
return current;
crypto/openssl/crypto/ts/ts_rsp_sign.c
516
ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i);
crypto/openssl/crypto/ts/ts_rsp_sign.c
517
if (!OBJ_cmp(requested, current))
crypto/openssl/crypto/ts/ts_rsp_sign.c
518
policy = current;
crypto/openssl/crypto/ts/ts_rsp_verify.c
565
GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i);
crypto/openssl/crypto/ts/ts_rsp_verify.c
566
found = GENERAL_NAME_cmp(current, name) == 0;
crypto/openssl/ssl/priority_queue.c
100
return current;
crypto/openssl/ssl/priority_queue.c
86
static ossl_inline size_t compute_pqueue_growth(size_t target, size_t current)
crypto/openssl/ssl/priority_queue.c
90
while (current < target) {
crypto/openssl/ssl/priority_queue.c
91
if (current >= max_nodes)
crypto/openssl/ssl/priority_queue.c
94
current = safe_muldiv_size_t(current, 8, 5, &err);
crypto/openssl/ssl/priority_queue.c
97
if (current >= max_nodes)
crypto/openssl/ssl/priority_queue.c
98
current = max_nodes;
crypto/openssl/ssl/ssl_sess.c
1213
SSL_SESSION *current;
crypto/openssl/ssl/ssl_sess.c
1232
current = s->session_cache_tail;
crypto/openssl/ssl/ssl_sess.c
1233
if (t == 0 || sess_timedout(timeout, current)) {
crypto/openssl/ssl/ssl_sess.c
1234
lh_SSL_SESSION_delete(s->sessions, current);
crypto/openssl/ssl/ssl_sess.c
1235
SSL_SESSION_list_remove(s, current);
crypto/openssl/ssl/ssl_sess.c
1236
current->not_resumable = 1;
crypto/openssl/ssl/ssl_sess.c
1238
s->remove_session_cb(s, current);
crypto/openssl/ssl/ssl_sess.c
1246
if (sk == NULL || !sk_SSL_SESSION_push(sk, current))
crypto/openssl/ssl/ssl_sess.c
1247
SSL_SESSION_free(current);
lib/libc/rpc/getrpcent.c
376
free(((struct nis_state *)p)->current);
lib/libc/rpc/getrpcent.c
487
&st->current,
lib/libc/rpc/getrpcent.c
496
lastkey = st->current;
lib/libc/rpc/getrpcent.c
498
st->current,
lib/libc/rpc/getrpcent.c
499
st->currentlen, &st->current,
lib/libc/rpc/getrpcent.c
585
free(st->current);
lib/libc/rpc/getrpcent.c
586
st->current = NULL;
lib/libc/rpc/getrpcent.c
98
char *current;
lib/libc/rpc/svc_auth_des.c
234
struct timeval current;
lib/libc/rpc/svc_auth_des.c
267
(void)gettimeofday(&current, NULL);
lib/libc/rpc/svc_auth_des.c
268
current.tv_sec -= window; /* allow for expiration */
lib/libc/rpc/svc_auth_des.c
269
if (!BEFORE(&current, &timestamp)) {
lib/libc/xdr/xdr_rec.c
277
int current;
lib/libc/xdr/xdr_rec.c
280
current = (int)rstrm->fbtbc;
lib/libc/xdr/xdr_rec.c
281
if (current == 0) {
lib/libc/xdr/xdr_rec.c
288
current = (len < current) ? len : current;
lib/libc/xdr/xdr_rec.c
289
if (! get_input_bytes(rstrm, addr, current))
lib/libc/xdr/xdr_rec.c
291
addr += current;
lib/libc/xdr/xdr_rec.c
292
rstrm->fbtbc -= current;
lib/libc/xdr/xdr_rec.c
293
len -= current;
lib/libc/xdr/xdr_rec.c
302
size_t current;
lib/libc/xdr/xdr_rec.c
305
current = (size_t)((u_long)rstrm->out_boundry -
lib/libc/xdr/xdr_rec.c
307
current = (len < current) ? len : current;
lib/libc/xdr/xdr_rec.c
308
memmove(rstrm->out_finger, addr, current);
lib/libc/xdr/xdr_rec.c
309
rstrm->out_finger += current;
lib/libc/xdr/xdr_rec.c
310
addr += current;
lib/libc/xdr/xdr_rec.c
311
len -= current;
lib/libc/xdr/xdr_rec.c
654
size_t current;
lib/libc/xdr/xdr_rec.c
665
current = (size_t)((long)rstrm->in_boundry -
lib/libc/xdr/xdr_rec.c
667
if (current == 0) {
lib/libc/xdr/xdr_rec.c
672
current = (len < current) ? len : current;
lib/libc/xdr/xdr_rec.c
673
memmove(addr, rstrm->in_finger, current);
lib/libc/xdr/xdr_rec.c
674
rstrm->in_finger += current;
lib/libc/xdr/xdr_rec.c
675
addr += current;
lib/libc/xdr/xdr_rec.c
676
len -= current;
lib/libc/xdr/xdr_rec.c
709
u_int32_t current;
lib/libc/xdr/xdr_rec.c
712
current = (size_t)((long)rstrm->in_boundry -
lib/libc/xdr/xdr_rec.c
714
if (current == 0) {
lib/libc/xdr/xdr_rec.c
719
current = (u_int32_t)((cnt < current) ? cnt : current);
lib/libc/xdr/xdr_rec.c
720
rstrm->in_finger += current;
lib/libc/xdr/xdr_rec.c
721
cnt -= current;
lib/libcasper/services/cap_net/tests/net_test.c
310
test_extend_mode(cap_channel_t *capnet, int current)
lib/libcasper/services/cap_net/tests/net_test.c
325
if (current == rights[i])
lib/libcasper/services/cap_net/tests/net_test.c
328
limit = cap_net_limit_init(capnet, current | rights[i]);
lib/libdevstat/devstat.c
1176
compute_stats(struct devstat *current, struct devstat *previous,
lib/libdevstat/devstat.c
1183
return(devstat_compute_statistics(current, previous, etime,
lib/libdevstat/devstat.c
1222
(current->field[(index)] - (previous ? previous->field[(index)] : 0))
lib/libdevstat/devstat.c
1225
devstat_compute_etime(&current->field, \
lib/libdevstat/devstat.c
1229
devstat_compute_statistics(struct devstat *current, struct devstat *previous,
lib/libdevstat/devstat.c
1249
if (current == NULL) {
lib/libdevstat/devstat.c
1272
if (current->block_size > 0) {
lib/libdevstat/devstat.c
1273
totalblocks /= current->block_size;
lib/libdevstat/devstat.c
1274
totalblocksread /= current->block_size;
lib/libdevstat/devstat.c
1275
totalblockswrite /= current->block_size;
lib/libdevstat/devstat.c
1276
totalblocksfree /= current->block_size;
lib/libdevstat/devstat.c
1547
*destu64 = current->start_count - current->end_count;
lib/libdevstat/devstat.c
51
compute_stats(struct devstat *current, struct devstat *previous,
lib/libdevstat/devstat.h
168
int devstat_compute_statistics(struct devstat *current,
lib/libomp/omp-tools.h
1363
ompd_icv_id_t current, ompd_icv_id_t *next_id,
lib/libomp/omp-tools.h
1410
ompt_buffer_cursor_t current
lib/libomp/omp-tools.h
730
ompt_buffer_cursor_t current,
lib/libomp/omp-tools.h
736
ompt_buffer_cursor_t current
lib/libomp/omp-tools.h
741
ompt_buffer_cursor_t current,
lib/libtacplus/taclib.c
1058
int i, current;
lib/libtacplus/taclib.c
1085
for (current=0, i=0; i<MAXAVPAIRS; i++) {
lib/libtacplus/taclib.c
1087
if (add_str_8(h, &areq->rest[current++],
lib/libtacplus/taclib.c
1131
register int i, current;
lib/libtacplus/taclib.c
1148
for (i = current = 0; i < MAXAVPAIRS; i++)
lib/libtacplus/taclib.c
1150
if (add_str_8(h, &as->rest[current++], &(h->avs[i])) == -1)
lib/libugidfw/ugidfw.c
637
int current, neg, nextnot;
lib/libugidfw/ugidfw.c
642
current = 0;
lib/libugidfw/ugidfw.c
647
if (strcmp("not", argv[current]) == 0) {
lib/libugidfw/ugidfw.c
649
current++;
lib/libugidfw/ugidfw.c
653
while (current < argc) {
lib/libugidfw/ugidfw.c
654
if (strcmp(argv[current], "uid") == 0) {
lib/libugidfw/ugidfw.c
655
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
663
if (bsde_parse_uidrange(argv[current+1],
lib/libugidfw/ugidfw.c
671
current += 2;
lib/libugidfw/ugidfw.c
672
} else if (strcmp(argv[current], "gid") == 0) {
lib/libugidfw/ugidfw.c
673
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
681
if (bsde_parse_gidrange(argv[current+1],
lib/libugidfw/ugidfw.c
689
current += 2;
lib/libugidfw/ugidfw.c
690
} else if (strcmp(argv[current], "jailid") == 0) {
lib/libugidfw/ugidfw.c
691
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
699
jid = bsde_get_jailid(argv[current+1], buflen, errstr);
lib/libugidfw/ugidfw.c
707
current += 2;
lib/libugidfw/ugidfw.c
708
} else if (strcmp(argv[current], "!") == 0) {
lib/libugidfw/ugidfw.c
714
current += 1;
lib/libugidfw/ugidfw.c
717
argv[current]);
lib/libugidfw/ugidfw.c
805
int current, neg, nextnot;
lib/libugidfw/ugidfw.c
811
current = 0;
lib/libugidfw/ugidfw.c
817
if (strcmp("not", argv[current]) == 0) {
lib/libugidfw/ugidfw.c
819
current++;
lib/libugidfw/ugidfw.c
823
while (current < argc) {
lib/libugidfw/ugidfw.c
824
if (strcmp(argv[current], "uid") == 0) {
lib/libugidfw/ugidfw.c
825
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
833
if (bsde_parse_uidrange(argv[current+1],
lib/libugidfw/ugidfw.c
841
current += 2;
lib/libugidfw/ugidfw.c
842
} else if (strcmp(argv[current], "gid") == 0) {
lib/libugidfw/ugidfw.c
843
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
851
if (bsde_parse_gidrange(argv[current+1],
lib/libugidfw/ugidfw.c
859
current += 2;
lib/libugidfw/ugidfw.c
860
} else if (strcmp(argv[current], "filesys") == 0) {
lib/libugidfw/ugidfw.c
861
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
869
if (bsde_parse_fsid(argv[current+1], &fsid,
lib/libugidfw/ugidfw.c
877
current += 2;
lib/libugidfw/ugidfw.c
878
} else if (strcmp(argv[current], "suid") == 0) {
lib/libugidfw/ugidfw.c
884
current += 1;
lib/libugidfw/ugidfw.c
885
} else if (strcmp(argv[current], "sgid") == 0) {
lib/libugidfw/ugidfw.c
891
current += 1;
lib/libugidfw/ugidfw.c
892
} else if (strcmp(argv[current], "uid_of_subject") == 0) {
lib/libugidfw/ugidfw.c
898
current += 1;
lib/libugidfw/ugidfw.c
899
} else if (strcmp(argv[current], "gid_of_subject") == 0) {
lib/libugidfw/ugidfw.c
905
current += 1;
lib/libugidfw/ugidfw.c
906
} else if (strcmp(argv[current], "type") == 0) {
lib/libugidfw/ugidfw.c
907
if (current + 2 > argc) {
lib/libugidfw/ugidfw.c
915
if (bsde_parse_type(argv[current+1], &type,
lib/libugidfw/ugidfw.c
923
current += 2;
lib/libugidfw/ugidfw.c
924
} else if (strcmp(argv[current], "!") == 0) {
lib/libugidfw/ugidfw.c
931
current += 1;
lib/libugidfw/ugidfw.c
934
argv[current]);
sbin/nvmecontrol/modules/intel/intel.c
64
print_temp_C(letoh(temp->current));
secure/lib/libcrypt/blowfish.c
372
u_int16_t *current)
secure/lib/libcrypt/blowfish.c
379
j = *current;
secure/lib/libcrypt/blowfish.c
387
*current = j;
sys/cam/cam_iosched.c
1082
&ios->current, 0,
sys/cam/cam_iosched.c
253
int current; /* Current rate limiter */
sys/cam/cam_iosched.c
438
if (ios->current <= 0 || ios->pending < ios->current)
sys/cam/cam_iosched.c
448
if (ios->current <= 0 || ios->pending < ios->current)
sys/cam/cam_iosched.c
458
if (ios->current <= 0 || ios->pending != ios->current)
sys/cam/cam_iosched.c
468
ios->l_value1 = ios->current / ios->softc->quanta;
sys/cam/cam_iosched.c
485
new_ios = (int)((ios->current * (uint64_t)ios->softc->this_frac) >> 16);
sys/cam/cam_iosched.c
486
if (new_ios < 1 && ios->l_value2 < ios->current) {
sys/cam/cam_iosched.c
515
if (ios->current > 0 && ios->l_value1 <= 0)
sys/cam/cam_iosched.c
537
ios->l_value1 = ios->current * 1000 / ios->softc->quanta;
sys/cam/cam_iosched.c
558
bw = (int)((ios->current * 1000ull * (uint64_t)ios->softc->this_frac) >> 16);
sys/cam/cam_iosched.c
585
if (ios->current > 0 && ios->l_value1 <= 0)
sys/cam/cam_iosched.c
688
if (isc->write_stats.current != isc->write_stats.max)
sys/cam/cam_iosched.c
690
isc->write_stats.current, isc->write_stats.max);
sys/cam/cam_iosched.c
691
isc->read_stats.current = isc->read_stats.max;
sys/cam/cam_iosched.c
692
isc->write_stats.current = isc->write_stats.max;
sys/cam/cam_iosched.c
693
isc->trim_stats.current = isc->trim_stats.max;
sys/cam/cam_iosched.c
696
old = isc->write_stats.current;
sys/cam/cam_iosched.c
725
isc->write_stats.current = isc->write_stats.current *
sys/cam/cam_iosched.c
728
isc->write_stats.current = isc->write_stats.current *
sys/cam/cam_iosched.c
736
if (isc->write_stats.current < isc->write_stats.min)
sys/cam/cam_iosched.c
737
isc->write_stats.current = isc->write_stats.min;
sys/cam/cam_iosched.c
738
if (isc->write_stats.current > isc->write_stats.max)
sys/cam/cam_iosched.c
739
isc->write_stats.current = isc->write_stats.max;
sys/cam/cam_iosched.c
740
if (old != isc->write_stats.current && iosched_debug)
sys/cam/cam_iosched.c
742
old, isc->write_stats.current,
sys/cam/cam_iosched.c
857
ios->max = ios->current = 300000;
sys/cddl/boot/zfs/zfssubr.c
1427
int current, next, i, c, n;
sys/cddl/boot/zfs/zfssubr.c
1479
current = 0;
sys/cddl/boot/zfs/zfssubr.c
1480
next = tgts[current];
sys/cddl/boot/zfs/zfssubr.c
1482
while (current != n) {
sys/cddl/boot/zfs/zfssubr.c
1483
tgts[current] = next;
sys/cddl/boot/zfs/zfssubr.c
1484
current = 0;
sys/cddl/boot/zfs/zfssubr.c
1530
for (next = tgts[current] + 1;
sys/cddl/boot/zfs/zfssubr.c
1535
ASSERT(next <= tgts[current + 1]);
sys/cddl/boot/zfs/zfssubr.c
1540
if (next != tgts[current + 1])
sys/cddl/boot/zfs/zfssubr.c
1547
for (c = tgts[current - 1] + 1;
sys/cddl/boot/zfs/zfssubr.c
1551
tgts[current] = c;
sys/cddl/boot/zfs/zfssubr.c
1552
current++;
sys/cddl/boot/zfs/zfssubr.c
1554
} while (current != n);
sys/compat/linuxkpi/common/include/linux/sched.h
113
#define set_current_state(x) set_task_state(current, x)
sys/compat/linuxkpi/common/include/linux/sched.h
114
#define __set_current_state(x) __set_task_state(current, x)
sys/compat/linuxkpi/common/include/linux/sched.h
174
linux_task_exiting(current)
sys/compat/linuxkpi/common/include/linux/wait.h
103
.private = current, \
sys/compat/linuxkpi/common/src/linux_compat.c
1291
task = current;
sys/compat/linuxkpi/common/src/linux_compat.c
1455
error = linux_get_error(current, -bytes);
sys/compat/linuxkpi/common/src/linux_compat.c
1497
error = linux_get_error(current, -bytes);
sys/compat/linuxkpi/common/src/linux_compat.c
2248
task = current;
sys/compat/linuxkpi/common/src/linux_compat.c
2296
task = current;
sys/compat/linuxkpi/common/src/linux_compat.c
796
struct task_struct *pts = current;
sys/compat/linuxkpi/common/src/linux_compat.c
921
struct task_struct *task = current;
sys/compat/linuxkpi/common/src/linux_fpu.c
52
if ((current->fpu_ctx_level)++ == 0)
sys/compat/linuxkpi/common/src/linux_fpu.c
59
if (--(current->fpu_ctx_level) == 0)
sys/compat/linuxkpi/common/src/linux_fpu.c
69
__current_unallocated(curthread) ? 0 : current->fpu_ctx_level;
sys/compat/linuxkpi/common/src/linux_fpu.c
71
current->fpu_ctx_level = 1;
sys/compat/linuxkpi/common/src/linux_fpu.c
77
current->fpu_ctx_level = save_fpu_level;
sys/compat/linuxkpi/common/src/linux_kthread.c
113
task = current;
sys/compat/linuxkpi/common/src/linux_kthread.c
150
struct task_struct *task = current;
sys/compat/linuxkpi/common/src/linux_kthread.c
180
worker->task = current;
sys/compat/linuxkpi/common/src/linux_kthread.c
54
return (atomic_read(&current->kthread_flags) & KTHREAD_SHOULD_STOP_MASK);
sys/compat/linuxkpi/common/src/linux_kthread.c
95
task = current;
sys/compat/linuxkpi/common/src/linux_lock.c
154
linux_schedule_save_interrupt_value(current, error);
sys/compat/linuxkpi/common/src/linux_lock.c
167
linux_schedule_save_interrupt_value(current, error);
sys/compat/linuxkpi/common/src/linux_lock.c
180
linux_schedule_save_interrupt_value(current, error);
sys/compat/linuxkpi/common/src/linux_lock.c
80
task = current;
sys/compat/linuxkpi/common/src/linux_rcu.c
191
ts = current;
sys/compat/linuxkpi/common/src/linux_rcu.c
229
ts = current;
sys/compat/linuxkpi/common/src/linux_rcu.c
267
ts = current;
sys/compat/linuxkpi/common/src/linux_schedule.c
111
linux_schedule_save_interrupt_value(current, ret);
sys/compat/linuxkpi/common/src/linux_schedule.c
211
task = current;
sys/compat/linuxkpi/common/src/linux_schedule.c
268
wq->private = current;
sys/compat/linuxkpi/common/src/linux_schedule.c
300
set_task_state(current, state);
sys/compat/linuxkpi/common/src/linux_schedule.c
309
set_task_state(current, TASK_RUNNING);
sys/compat/linuxkpi/common/src/linux_schedule.c
338
task = current;
sys/compat/linuxkpi/common/src/linux_schedule.c
361
task = current;
sys/compat/linuxkpi/common/src/linux_schedule.c
417
task = current;
sys/compat/linuxkpi/common/src/linux_schedule.c
451
task = current;
sys/compat/linuxkpi/common/src/linux_work.c
285
task = current;
sys/compat/linuxkpi/common/src/linux_work.c
704
return (current->work);
sys/compat/linuxkpi/common/src/linux_work.c
764
if (current == NULL)
sys/dev/aac/aac.c
3220
int next, current, found;
sys/dev/aac/aac.c
3362
current = sc->aifq_idx;
sys/dev/aac/aac.c
3363
next = (current + 1) % AAC_AIFQ_LENGTH;
sys/dev/aac/aac.c
3366
bcopy(fib, &sc->aac_aifq[current], sizeof(struct aac_fib));
sys/dev/aac/aac.c
3372
else if (current == ctx->ctx_idx && ctx->ctx_wrap)
sys/dev/aac/aac.c
3559
int current, error;
sys/dev/aac/aac.c
3564
current = ctx->ctx_idx;
sys/dev/aac/aac.c
3565
if (current == sc->aifq_idx && !ctx->ctx_wrap) {
sys/dev/aac/aac.c
3571
copyout(&sc->aac_aifq[current], (void *)uptr, sizeof(struct aac_fib));
sys/dev/aac/aac.c
3577
ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH;
sys/dev/aacraid/aacraid.c
3126
int next, current, found;
sys/dev/aacraid/aacraid.c
3260
current = sc->aifq_idx;
sys/dev/aacraid/aacraid.c
3261
next = (current + 1) % AAC_AIFQ_LENGTH;
sys/dev/aacraid/aacraid.c
3264
bcopy(fib, &sc->aac_aifq[current], sizeof(struct aac_fib));
sys/dev/aacraid/aacraid.c
3266
aac_fib_header_tole(&sc->aac_aifq[current].Header);
sys/dev/aacraid/aacraid.c
3272
else if (current == ctx->ctx_idx && ctx->ctx_wrap)
sys/dev/aacraid/aacraid.c
3466
int current, error;
sys/dev/aacraid/aacraid.c
3470
current = ctx->ctx_idx;
sys/dev/aacraid/aacraid.c
3471
if (current == sc->aifq_idx && !ctx->ctx_wrap) {
sys/dev/aacraid/aacraid.c
3476
copyout(&sc->aac_aifq[current], (void *)uptr, sizeof(struct aac_fib));
sys/dev/aacraid/aacraid.c
3482
ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH;
sys/dev/bfe/if_bfe.c
1376
u_int32_t status, current, len, flags;
sys/dev/bfe/if_bfe.c
1381
current = (status & BFE_STAT_CDMASK) / sizeof(struct bfe_desc);
sys/dev/bfe/if_bfe.c
1388
for (prog = 0; current != cons; prog++,
sys/dev/drm2/drm_lock.c
82
send_sig(SIGTERM, current, 0);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
1034
p->pool->dev_name, p->pool->name, current->pid,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
1095
current->pid);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
429
pool->dev_name, pool->name, current->pid,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
728
pool->dev_name, pool->name, current->pid, count);
sys/dev/hyperv/vmbus/vmbus_et.c
100
uint64_t current;
sys/dev/hyperv/vmbus/vmbus_et.c
102
current = hyperv_tc64();
sys/dev/hyperv/vmbus/vmbus_et.c
103
current += hyperv_sbintime2count(first);
sys/dev/hyperv/vmbus/vmbus_et.c
104
wrmsr(MSR_HV_STIMER0_COUNT, current);
sys/dev/isci/scil/sci_base_iterator.c
138
if (iterator->current != NULL)
sys/dev/isci/scil/sci_base_iterator.c
140
current_object = sci_abstract_list_get_object(iterator->current);
sys/dev/isci/scil/sci_base_iterator.c
159
iterator->current = sci_abstract_list_get_front(iterator->list);
sys/dev/isci/scil/sci_base_iterator.c
175
if (iterator->current != NULL)
sys/dev/isci/scil/sci_base_iterator.c
177
iterator->current = sci_abstract_list_get_next(iterator->current);
sys/dev/isci/scil/sci_base_iterator.h
107
SCI_ABSTRACT_ELEMENT_T * current;
sys/dev/ixgbe/if_bypass.c
100
nanotime(&current);
sys/dev/ixgbe/if_bypass.c
101
*sec = current.tv_sec;
sys/dev/ixgbe/if_bypass.c
97
struct timespec current;
sys/dev/ixgbe/if_ixv.c
1782
u32 current = IXGBE_READ_REG(hw, reg); \
sys/dev/ixgbe/if_ixv.c
1783
if (current < last) \
sys/dev/ixgbe/if_ixv.c
1785
last = current; \
sys/dev/ixgbe/if_ixv.c
1787
count |= current; \
sys/dev/ixgbe/if_ixv.c
1794
u64 current = ((cur_msb << 32) | cur_lsb); \
sys/dev/ixgbe/if_ixv.c
1795
if (current < last) \
sys/dev/ixgbe/if_ixv.c
1797
last = current; \
sys/dev/ixgbe/if_ixv.c
1799
count |= current; \
sys/dev/mfi/mfireg.h
1399
int16_t current;
sys/dev/mlx5/mlx5_fpga/core.h
86
__func__, __LINE__, current->pid, ##__VA_ARGS__)
sys/dev/mlx5/mlx5_fpga/core.h
90
__func__, __LINE__, current->pid, ##__VA_ARGS__)
sys/dev/mlx5/mlx5_fpga/core.h
94
__func__, __LINE__, current->pid, ##__VA_ARGS__)
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
47
__LINE__, current->pid, ##arg)
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
51
__LINE__, current->pid, ##arg)
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
55
__LINE__, current->pid, ##arg)
sys/dev/mthca/mthca_provider.c
865
current->comm);
sys/dev/netmap/netmap_kloop.c
495
init_waitqueue_entry(&entry->wait, current);
sys/dev/nvme/nvme.h
1760
uint64_t current;
sys/dev/sfxge/common/ef10_nic.c
1700
uint32_t current;
sys/dev/sfxge/common/ef10_nic.c
1704
if ((rc = efx_mcdi_get_port_modes(enp, &port_modes, &current,
sys/dev/sfxge/common/ef10_nic.c
1720
port_modes = 1 << current;
sys/dev/sfxge/common/ef10_nvram.c
1029
cursor.current);
sys/dev/sfxge/common/ef10_nvram.c
1031
cursor.current);
sys/dev/sfxge/common/ef10_nvram.c
109
return ((uint8_t *)(&cursor->current[2]));
sys/dev/sfxge/common/ef10_nvram.c
1115
cursor.current);
sys/dev/sfxge/common/ef10_nvram.c
1153
cursor.current);
sys/dev/sfxge/common/ef10_nvram.c
119
return ((uint8_t *)cursor->current);
sys/dev/sfxge/common/ef10_nvram.c
137
return (cursor->current + TLV_DWORD_COUNT(length));
sys/dev/sfxge/common/ef10_nvram.c
149
if (cursor->current == cursor->end) {
sys/dev/sfxge/common/ef10_nvram.c
151
cursor->current = NULL;
sys/dev/sfxge/common/ef10_nvram.c
1558
end_tag_position = cursor.current;
sys/dev/sfxge/common/ef10_nvram.c
157
cursor->current = tlv_next_item_ptr(cursor);
sys/dev/sfxge/common/ef10_nvram.c
1593
if (cursor.current != end_tag_position)
sys/dev/sfxge/common/ef10_nvram.c
180
cursor->current = cursor->block;
sys/dev/sfxge/common/ef10_nvram.c
217
if (cursor->current < cursor->block) {
sys/dev/sfxge/common/ef10_nvram.c
221
if (cursor->current > cursor->limit) {
sys/dev/sfxge/common/ef10_nvram.c
228
if (cursor->current > (cursor->limit - 1)) {
sys/dev/sfxge/common/ef10_nvram.c
229
cursor->current = NULL;
sys/dev/sfxge/common/ef10_nvram.c
236
cursor->current = NULL;
sys/dev/sfxge/common/ef10_nvram.c
261
__in uint32_t *current)
sys/dev/sfxge/common/ef10_nvram.c
266
cursor->current = current;
sys/dev/sfxge/common/ef10_nvram.c
294
uint32_t *current;
sys/dev/sfxge/common/ef10_nvram.c
296
current = (uint32_t *)(block + offset);
sys/dev/sfxge/common/ef10_nvram.c
297
return (tlv_init_cursor(cursor, (uint32_t *)block, limit, current));
sys/dev/sfxge/common/ef10_nvram.c
308
pos = cursor->current;
sys/dev/sfxge/common/ef10_nvram.c
312
cursor->end = cursor->current;
sys/dev/sfxge/common/ef10_nvram.c
313
cursor->current = pos;
sys/dev/sfxge/common/ef10_nvram.c
383
ptr = cursor->current;
sys/dev/sfxge/common/ef10_nvram.c
430
memmove(cursor->current + delta, cursor->current,
sys/dev/sfxge/common/ef10_nvram.c
431
(last_segment_end + 1 - cursor->current) * sizeof (uint32_t));
sys/dev/sfxge/common/ef10_nvram.c
44
uint32_t *current; /* Cursor position */
sys/dev/sfxge/common/ef10_nvram.c
477
memmove(cursor->current, cursor->current + delta,
sys/dev/sfxge/common/ef10_nvram.c
478
(last_segment_end + 1 - cursor->current) * sizeof (uint32_t));
sys/dev/sfxge/common/ef10_nvram.c
534
pos = cursor->current + old_ndwords;
sys/dev/sfxge/common/ef10_nvram.c
551
pos = cursor->current + new_ndwords;
sys/dev/sfxge/common/ef10_nvram.c
81
dword = cursor->current[0];
sys/dev/sfxge/common/ef10_nvram.c
886
*startp = byte_offset(cursor.current, cursor.block);
sys/dev/sfxge/common/ef10_nvram.c
947
cursor.current = segment_used;
sys/dev/sfxge/common/ef10_nvram.c
96
dword = cursor->current[1];
sys/dev/sfxge/common/ef10_nvram.c
990
*startp = byte_offset(cursor.current, cursor.block);
sys/dev/sfxge/common/ef10_nvram.c
992
cursor.current);
sys/dev/sound/pcm/feeder_chain.c
151
desc->in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
163
cdesc->current.afmt = cdesc->target.afmt;
sys/dev/sound/pcm/feeder_chain.c
179
AFMT_ENCODING(cdesc->current.afmt) == cdesc->afmt_ne)
sys/dev/sound/pcm/feeder_chain.c
183
cdesc->target = cdesc->current;
sys/dev/sound/pcm/feeder_chain.c
185
cdesc->current.matrix->channels, cdesc->current.matrix->ext);
sys/dev/sound/pcm/feeder_chain.c
222
desc->in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
251
ret = FEEDER_SET(f, FEEDRATE_SRC, cdesc->current.rate);
sys/dev/sound/pcm/feeder_chain.c
267
cdesc->current.rate = cdesc->target.rate;
sys/dev/sound/pcm/feeder_chain.c
298
desc->in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
299
desc->out = SND_FORMAT(cdesc->current.afmt,
sys/dev/sound/pcm/feeder_chain.c
310
ret = feeder_matrix_setup(f, cdesc->current.matrix,
sys/dev/sound/pcm/feeder_chain.c
320
cdesc->current.afmt = desc->out;
sys/dev/sound/pcm/feeder_chain.c
321
cdesc->current.matrix = cdesc->target.matrix;
sys/dev/sound/pcm/feeder_chain.c
353
desc->in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
379
ret = feeder_volume_apply_matrix(f, cdesc->current.matrix);
sys/dev/sound/pcm/feeder_chain.c
419
desc->in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
431
ret = FEEDER_SET(f, FEEDEQ_RATE, cdesc->current.rate);
sys/dev/sound/pcm/feeder_chain.c
470
c->feeder->desc.in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
471
c->feeder->desc.out = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
497
desc->in = cdesc->current.afmt;
sys/dev/sound/pcm/feeder_chain.c
50
struct feeder_chain_state current; /* current state */
sys/dev/sound/pcm/feeder_chain.c
515
#define FEEDRATE_UP(c) ((c)->target.rate > (c)->current.rate)
sys/dev/sound/pcm/feeder_chain.c
516
#define FEEDRATE_DOWN(c) ((c)->target.rate < (c)->current.rate)
sys/dev/sound/pcm/feeder_chain.c
520
(c)->current.matrix->channels)
sys/dev/sound/pcm/feeder_chain.c
522
(c)->current.matrix->channels)
sys/dev/sound/pcm/feeder_chain.c
526
#define FEEDFORMAT_REQUIRED(c) (AFMT_ENCODING((c)->current.afmt) != \
sys/dev/sound/pcm/feeder_chain.c
532
#define FEEDEQ_ECONOMY(c) (FEEDER_BW(c, current) < FEEDER_BW(c, target))
sys/dev/sound/pcm/feeder_chain.c
534
FEEDEQ_VALIDRATE(c, current))
sys/dev/sound/pcm/feeder_chain.c
539
AFMT_ENCODING((c)->current.afmt) != AFMT_S16_NE) || \
sys/dev/sound/pcm/feeder_chain.c
541
AFMT_ENCODING((c)->current.afmt) != AFMT_S32_NE) || \
sys/dev/sound/pcm/feeder_chain.c
544
((c)->current.afmt & AFMT_8BIT)) || \
sys/dev/sound/pcm/feeder_chain.c
546
!((c)->current.afmt & (AFMT_S16_NE | AFMT_S32_NE)))))
sys/dev/sound/pcm/feeder_chain.c
753
cdesc.current = cdesc.origin;
sys/dev/sym/sym_hipd.c
1041
struct sym_trans current;
sys/dev/sym/sym_hipd.c
2716
tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2;
sys/dev/sym/sym_hipd.c
2717
tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2;
sys/dev/sym/sym_hipd.c
2823
else if (tp->tinfo.current.width != tp->tinfo.goal.width)
sys/dev/sym/sym_hipd.c
2828
else if (tp->tinfo.current.period != tp->tinfo.goal.period ||
sys/dev/sym/sym_hipd.c
2829
tp->tinfo.current.offset != tp->tinfo.goal.offset)
sys/dev/sym/sym_hipd.c
3272
tp->tinfo.current.period = 0;
sys/dev/sym/sym_hipd.c
3273
tp->tinfo.current.offset = 0;
sys/dev/sym/sym_hipd.c
3274
tp->tinfo.current.width = BUS_8_BIT;
sys/dev/sym/sym_hipd.c
3275
tp->tinfo.current.options = 0;
sys/dev/sym/sym_hipd.c
3430
cts.protocol_version = tp->tinfo.current.scsi_version;
sys/dev/sym/sym_hipd.c
3431
cts.transport_version = tp->tinfo.current.spi_version;
sys/dev/sym/sym_hipd.c
3435
cts__spi.sync_period = tp->tinfo.current.period;
sys/dev/sym/sym_hipd.c
3437
cts__spi.sync_offset = tp->tinfo.current.offset;
sys/dev/sym/sym_hipd.c
3439
cts__spi.bus_width = tp->tinfo.current.width;
sys/dev/sym/sym_hipd.c
3441
cts__spi.ppr_options = tp->tinfo.current.options;
sys/dev/sym/sym_hipd.c
3475
tp->tinfo.goal.width = tp->tinfo.current.width = wide;
sys/dev/sym/sym_hipd.c
3476
tp->tinfo.current.offset = 0;
sys/dev/sym/sym_hipd.c
3477
tp->tinfo.current.period = 0;
sys/dev/sym/sym_hipd.c
3478
tp->tinfo.current.options = 0;
sys/dev/sym/sym_hipd.c
3498
tp->tinfo.goal.period = tp->tinfo.current.period = per;
sys/dev/sym/sym_hipd.c
3499
tp->tinfo.goal.offset = tp->tinfo.current.offset = ofs;
sys/dev/sym/sym_hipd.c
3500
tp->tinfo.goal.options = tp->tinfo.current.options = 0;
sys/dev/sym/sym_hipd.c
3519
tp->tinfo.goal.width = tp->tinfo.current.width = wide;
sys/dev/sym/sym_hipd.c
3520
tp->tinfo.goal.period = tp->tinfo.current.period = per;
sys/dev/sym/sym_hipd.c
3521
tp->tinfo.goal.offset = tp->tinfo.current.offset = ofs;
sys/dev/sym/sym_hipd.c
3522
tp->tinfo.goal.options = tp->tinfo.current.options = dt;
sys/dev/sym/sym_hipd.c
4727
if (tp->tinfo.current.options & PPR_OPT_MASK)
sys/dev/sym/sym_hipd.c
4729
else if (tp->tinfo.current.width != BUS_8_BIT)
sys/dev/sym/sym_hipd.c
4731
else if (tp->tinfo.current.offset != 0)
sys/dev/sym/sym_hipd.c
4753
if (tp->tinfo.current.scsi_version > 2 || cp->lun > 7)
sys/dev/sym/sym_hipd.c
5166
tp->tinfo.current.period = 0;
sys/dev/sym/sym_hipd.c
5167
tp->tinfo.current.offset = 0;
sys/dev/sym/sym_hipd.c
5168
tp->tinfo.current.width = BUS_8_BIT;
sys/dev/sym/sym_hipd.c
5169
tp->tinfo.current.options = 0;
sys/dev/sym/sym_hipd.c
7538
if (tp->tinfo.current.width != tp->tinfo.goal.width ||
sys/dev/sym/sym_hipd.c
7539
tp->tinfo.current.period != tp->tinfo.goal.period ||
sys/dev/sym/sym_hipd.c
7540
tp->tinfo.current.offset != tp->tinfo.goal.offset ||
sys/dev/sym/sym_hipd.c
7541
tp->tinfo.current.options != tp->tinfo.goal.options) {
sys/dev/sym/sym_hipd.c
7974
tip = &tp->tinfo.current;
sys/dev/sym/sym_hipd.c
8114
tp->tinfo.current.period = tp->tinfo.goal.period = 0;
sys/dev/sym/sym_hipd.c
8115
tp->tinfo.current.offset = tp->tinfo.goal.offset = 0;
sys/dev/sym/sym_hipd.c
8116
tp->tinfo.current.width = tp->tinfo.goal.width = BUS_8_BIT;
sys/dev/sym/sym_hipd.c
8117
tp->tinfo.current.options = tp->tinfo.goal.options = 0;
sys/dev/thunderbolt/router.c
770
uint16_t current;
sys/dev/thunderbolt/router.c
778
current = cap->next_cap;
sys/dev/thunderbolt/router.c
779
error = tb_config_read(sc, cap->space, cap->adap, current, 1, buf);
sys/dev/thunderbolt/router.c
786
cap->current_cap = current;
sys/dev/thunderbolt/router.c
794
tb_config_read(sc, cap->space, cap->adap, current, 2, buf);
sys/dev/virtio/balloon/virtio_balloon.c
504
uint32_t current, desired;
sys/dev/virtio/balloon/virtio_balloon.c
507
current = sc->vtballoon_current_npages;
sys/dev/virtio/balloon/virtio_balloon.c
528
if (current > desired)
sys/dev/virtio/balloon/virtio_balloon.c
530
if (current < desired && timeout == 0)
sys/dev/virtio/balloon/virtio_balloon.c
544
uint32_t current, desired;
sys/dev/virtio/balloon/virtio_balloon.c
552
current = sc->vtballoon_current_npages;
sys/dev/virtio/balloon/virtio_balloon.c
555
if (desired != current) {
sys/dev/virtio/balloon/virtio_balloon.c
556
if (desired > current)
sys/dev/virtio/balloon/virtio_balloon.c
557
vtballoon_inflate(sc, desired - current);
sys/dev/virtio/balloon/virtio_balloon.c
559
vtballoon_deflate(sc, current - desired);
sys/dev/wg/wg_noise.c
605
struct noise_keypair *next, *current, *previous;
sys/dev/wg/wg_noise.c
611
current = atomic_load_ptr(&r->r_current);
sys/dev/wg/wg_noise.c
618
noise_keypair_drop(current);
sys/dev/wg/wg_noise.c
620
atomic_store_ptr(&r->r_previous, current);
sys/dev/wg/wg_noise.c
861
struct noise_keypair *current;
sys/dev/wg/wg_noise.c
866
current = atomic_load_ptr(&r->r_current);
sys/dev/wg/wg_noise.c
867
keep_key_fresh = current != NULL && atomic_load_bool(&current->kp_can_send);
sys/dev/wg/wg_noise.c
871
nonce = atomic_load_64(&current->kp_nonce_send);
sys/dev/wg/wg_noise.c
873
rw_rlock(&current->kp_nonce_lock);
sys/dev/wg/wg_noise.c
874
nonce = current->kp_nonce_send;
sys/dev/wg/wg_noise.c
875
rw_runlock(&current->kp_nonce_lock);
sys/dev/wg/wg_noise.c
880
keep_key_fresh = current->kp_is_initiator && noise_timer_expired(current->kp_birthdate, REKEY_AFTER_TIME, 0);
sys/dev/wg/wg_noise.c
891
struct noise_keypair *current;
sys/dev/wg/wg_noise.c
895
current = atomic_load_ptr(&r->r_current);
sys/dev/wg/wg_noise.c
896
keep_key_fresh = current != NULL && atomic_load_bool(&current->kp_can_send) &&
sys/dev/wg/wg_noise.c
897
current->kp_is_initiator && noise_timer_expired(current->kp_birthdate,
sys/dev/xen/balloon/balloon.c
82
SYSCTL_ULONG(_dev_xen_balloon, OID_AUTO, current, CTLFLAG_RD,
sys/dev/xen/timer/xen_timer.c
522
uint64_t current;
sys/dev/xen/timer/xen_timer.c
528
current = xen_fetch_vcpu_time(vcpu);
sys/dev/xen/timer/xen_timer.c
529
if (current >= end_ns)
sys/fs/cd9660/cd9660_vnops.c
336
struct dirent current;
sys/fs/cd9660/cd9660_vnops.c
384
cl = idp->current.d_namlen;
sys/fs/cd9660/cd9660_vnops.c
385
cname = idp->current.d_name;
sys/fs/cd9660/cd9660_vnops.c
414
idp->current.d_reclen = GENERIC_DIRSIZ(&idp->current);
sys/fs/cd9660/cd9660_vnops.c
417
memcpy(&idp->assocent, &idp->current, idp->current.d_reclen);
sys/fs/cd9660/cd9660_vnops.c
420
memcpy(&idp->saveent, &idp->current, idp->current.d_reclen);
sys/fs/cd9660/cd9660_vnops.c
458
idp->saveent.d_type = idp->assocent.d_type = idp->current.d_type =
sys/fs/cd9660/cd9660_vnops.c
523
idp->current.d_namlen = isonum_711(ep->name_len);
sys/fs/cd9660/cd9660_vnops.c
525
if (reclen < ISO_DIRECTORY_RECORD_SIZE + idp->current.d_namlen) {
sys/fs/cd9660/cd9660_vnops.c
532
idp->current.d_fileno = isodirino(ep, imp);
sys/fs/cd9660/cd9660_vnops.c
534
idp->current.d_fileno = dbtob(bp->b_blkno) +
sys/fs/cd9660/cd9660_vnops.c
539
idp->current.d_off = idp->curroff;
sys/fs/cd9660/cd9660_vnops.c
543
ino = idp->current.d_fileno;
sys/fs/cd9660/cd9660_vnops.c
544
cd9660_rrip_getname(ep, idp->current.d_name, &namelen,
sys/fs/cd9660/cd9660_vnops.c
546
idp->current.d_fileno = ino;
sys/fs/cd9660/cd9660_vnops.c
547
idp->current.d_namlen = (u_char)namelen;
sys/fs/cd9660/cd9660_vnops.c
548
if (idp->current.d_namlen)
sys/fs/cd9660/cd9660_vnops.c
549
error = iso_uiodir(idp,&idp->current,idp->curroff);
sys/fs/cd9660/cd9660_vnops.c
552
strcpy(idp->current.d_name,"..");
sys/fs/cd9660/cd9660_vnops.c
553
if (idp->current.d_namlen == 1 && ep->name[0] == 0) {
sys/fs/cd9660/cd9660_vnops.c
554
idp->current.d_namlen = 1;
sys/fs/cd9660/cd9660_vnops.c
555
error = iso_uiodir(idp,&idp->current,idp->curroff);
sys/fs/cd9660/cd9660_vnops.c
556
} else if (idp->current.d_namlen == 1 && ep->name[0] == 1) {
sys/fs/cd9660/cd9660_vnops.c
557
idp->current.d_namlen = 2;
sys/fs/cd9660/cd9660_vnops.c
558
error = iso_uiodir(idp,&idp->current,idp->curroff);
sys/fs/cd9660/cd9660_vnops.c
560
isofntrans(ep->name,idp->current.d_namlen,
sys/fs/cd9660/cd9660_vnops.c
561
idp->current.d_name, &namelen,
sys/fs/cd9660/cd9660_vnops.c
567
idp->current.d_namlen = (u_char)namelen;
sys/fs/cd9660/cd9660_vnops.c
571
error = iso_uiodir(idp,&idp->current,idp->curroff);
sys/fs/cd9660/cd9660_vnops.c
581
idp->current.d_namlen = 0;
sys/fs/tarfs/tarfs_subr.c
133
struct tarfs_node *current;
sys/fs/tarfs/tarfs_subr.c
148
TAILQ_FOREACH(current, &tnp->dir.dirhead, dirents) {
sys/fs/tarfs/tarfs_subr.c
150
__func__, tnp, current, current->ino);
sys/fs/tarfs/tarfs_subr.c
151
TARFS_DPF_IFF(LOOKUP, current->name != NULL,
sys/fs/tarfs/tarfs_subr.c
152
"%s: name: %s\n", __func__, current->name);
sys/fs/tarfs/tarfs_subr.c
153
if (current->ino == cookie) {
sys/fs/tarfs/tarfs_subr.c
155
"cookie %lu\n", __func__, current,
sys/fs/tarfs/tarfs_subr.c
156
current->ino);
sys/fs/tarfs/tarfs_subr.c
161
return (current);
sys/fs/tarfs/tarfs_vnops.c
309
struct tarfs_node *current, *tnp;
sys/fs/tarfs/tarfs_vnops.c
330
current = NULL;
sys/fs/tarfs/tarfs_vnops.c
385
current = TAILQ_FIRST(&tnp->dir.dirhead);
sys/fs/tarfs/tarfs_vnops.c
386
if (current == NULL)
sys/fs/tarfs/tarfs_vnops.c
388
uio->uio_offset = current->ino;
sys/fs/tarfs/tarfs_vnops.c
390
__func__, ndirents, current, current->name);
sys/fs/tarfs/tarfs_vnops.c
395
if (current == NULL) {
sys/fs/tarfs/tarfs_vnops.c
396
current = tarfs_lookup_dir(tnp, uio->uio_offset);
sys/fs/tarfs/tarfs_vnops.c
397
if (current == NULL) {
sys/fs/tarfs/tarfs_vnops.c
401
uio->uio_offset = current->ino;
sys/fs/tarfs/tarfs_vnops.c
403
__func__, ndirents, current, current->name);
sys/fs/tarfs/tarfs_vnops.c
407
cde.d_fileno = current->ino;
sys/fs/tarfs/tarfs_vnops.c
408
switch (current->type) {
sys/fs/tarfs/tarfs_vnops.c
429
current, current->type);
sys/fs/tarfs/tarfs_vnops.c
431
cde.d_namlen = current->namelen;
sys/fs/tarfs/tarfs_vnops.c
433
(void)memcpy(cde.d_name, current->name, current->namelen);
sys/fs/tarfs/tarfs_vnops.c
434
cde.d_name[current->namelen] = '\0';
sys/fs/tarfs/tarfs_vnops.c
444
current = TAILQ_NEXT(current, dirents);
sys/fs/tarfs/tarfs_vnops.c
445
if (current == NULL)
sys/fs/tarfs/tarfs_vnops.c
447
uio->uio_offset = current->ino;
sys/fs/tarfs/tarfs_vnops.c
449
__func__, ndirents, current, current->name);
sys/fs/tarfs/tarfs_vnops.c
460
if (current == NULL) {
sys/fs/tarfs/tarfs_vnops.c
465
tnp->dir.lastcookie = current->ino;
sys/fs/tarfs/tarfs_vnops.c
466
tnp->dir.lastnode = current;
sys/fs/tarfs/tarfs_vnops.c
471
*eofflag = (error == 0 && current == NULL);
sys/fs/tarfs/tarfs_vnops.c
477
current = NULL;
sys/fs/tarfs/tarfs_vnops.c
485
current = TAILQ_FIRST(&tnp->dir.dirhead);
sys/fs/tarfs/tarfs_vnops.c
486
} else if (current != NULL) {
sys/fs/tarfs/tarfs_vnops.c
487
current = TAILQ_NEXT(current, dirents);
sys/fs/tarfs/tarfs_vnops.c
489
current = tarfs_lookup_dir(tnp, off);
sys/fs/tarfs/tarfs_vnops.c
490
current = TAILQ_NEXT(current, dirents);
sys/fs/tarfs/tarfs_vnops.c
492
if (current == NULL)
sys/fs/tarfs/tarfs_vnops.c
495
off = current->ino;
sys/fs/udf/osta.c
322
unicode_t current;
sys/fs/udf/osta.c
326
current = udfName[index];
sys/fs/udf/osta.c
328
if (IsIllegal(current) || !UnicodeIsPrint(current)) {
sys/fs/udf/osta.c
333
current = ILLEGAL_CHAR_MARK;
sys/fs/udf/osta.c
344
if (current == PERIOD && (udfLen - index -1) <= EXT_SIZE) {
sys/fs/udf/osta.c
357
else if (current != PERIOD && current != SPACE) {
sys/fs/udf/osta.c
363
newName[newIndex++] = current;
sys/fs/udf/osta.c
387
current = udfName[extIndex + index + 1];
sys/fs/udf/osta.c
388
if (IsIllegal(current) ||
sys/fs/udf/osta.c
389
!UnicodeIsPrint(current)) {
sys/fs/udf/osta.c
394
current = ILLEGAL_CHAR_MARK;
sys/fs/udf/osta.c
406
ext[localExtIndex++] = current;
sys/kern/subr_kdb.c
101
SYSCTL_PROC(_debug_kdb, OID_AUTO, current,
sys/kern/subr_vmem.c
867
vmem_size_t current;
sys/kern/subr_vmem.c
882
current = vm->vm_hashsize;
sys/kern/subr_vmem.c
885
if (desired >= current * 2 || desired * 4 <= current)
sys/net/pfvar.h
148
val = atomic_load_int(&pcpu->current);
sys/net/pfvar.h
149
atomic_store_int(&pcpu->current, val + n);
sys/net/pfvar.h
174
val = atomic_load_int(&pcpu->current);
sys/net/pfvar.h
196
sum += (uint32_t)(atomic_load_int(&pcpu->current) -pcpu->snapshot);
sys/net/pfvar.h
215
pcpu->snapshot = atomic_load_int(&pcpu->current);
sys/net/pfvar.h
89
u_int32_t current;
sys/netgraph/ng_message.h
338
u_int current;
sys/netgraph/ng_pipe.c
455
parse_cfg(struct ng_pipe_hookcfg *current, struct ng_pipe_hookcfg *new,
sys/netgraph/ng_pipe.c
460
current->ber = 0;
sys/netgraph/ng_pipe.c
474
current->ber = new->ber;
sys/netgraph/ng_pipe.c
497
current->qin_size_limit = 0;
sys/netgraph/ng_pipe.c
499
current->qin_size_limit = new->qin_size_limit;
sys/netgraph/ng_pipe.c
502
current->qout_size_limit = 0;
sys/netgraph/ng_pipe.c
504
current->qout_size_limit = new->qout_size_limit;
sys/netgraph/ng_pipe.c
507
current->duplicate = 0;
sys/netgraph/ng_pipe.c
509
current->duplicate = new->duplicate;
sys/netgraph/ng_pipe.c
512
current->fifo = 1;
sys/netgraph/ng_pipe.c
513
current->wfq = 0;
sys/netgraph/ng_pipe.c
514
current->drr = 0;
sys/netgraph/ng_pipe.c
518
current->fifo = 0;
sys/netgraph/ng_pipe.c
519
current->wfq = 1;
sys/netgraph/ng_pipe.c
520
current->drr = 0;
sys/netgraph/ng_pipe.c
524
current->fifo = 0;
sys/netgraph/ng_pipe.c
525
current->wfq = 0;
sys/netgraph/ng_pipe.c
528
current->drr = new->drr;
sys/netgraph/ng_pipe.c
530
current->drr = 2048; /* default quantum */
sys/netgraph/ng_pipe.c
534
current->droptail = 1;
sys/netgraph/ng_pipe.c
535
current->drophead = 0;
sys/netgraph/ng_pipe.c
539
current->droptail = 0;
sys/netgraph/ng_pipe.c
540
current->drophead = 1;
sys/netgraph/ng_pipe.c
544
current->bandwidth = 0;
sys/netgraph/ng_pipe.c
545
current->fifo = 1;
sys/netgraph/ng_pipe.c
546
current->wfq = 0;
sys/netgraph/ng_pipe.c
547
current->drr = 0;
sys/netgraph/ng_pipe.c
549
current->bandwidth = new->bandwidth;
sys/netgraph/ng_pipe.c
551
if (current->bandwidth | priv->delay |
sys/netgraph/ng_pipe.c
552
current->duplicate | current->ber)
sys/ofed/drivers/infiniband/core/ib_cma.c
3941
id_priv->owner = task_pid_nr(current);
sys/ofed/drivers/infiniband/core/ib_cma.c
775
id_priv->owner = task_pid_nr(current);
sys/ofed/drivers/infiniband/core/ib_umem.c
126
umem->pid = get_pid(task_pid(current));
sys/ofed/drivers/infiniband/core/ib_umem.c
159
down_write(&current->mm->mmap_sem);
sys/ofed/drivers/infiniband/core/ib_umem.c
161
locked = npages + current->mm->pinned_vm;
sys/ofed/drivers/infiniband/core/ib_umem.c
221
current->mm->pinned_vm = locked;
sys/ofed/drivers/infiniband/core/ib_umem.c
223
up_write(&current->mm->mmap_sem);
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
247
struct mm_struct *mm = get_task_mm(current);
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
254
our_pid = get_pid(task_pid_group_leader(current));
sys/ofed/drivers/infiniband/core/ib_user_mad.c
710
current->comm);
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
570
current->pid, current->comm);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_dbg.h
69
l->pid = current->pid; \
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
188
if (signal_pending(current)) {
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
413
lock_limit = current->signal->rlim[RLIMIT_MEMLOCK].rlim_cur;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
414
avail = lock_limit - (current->mm->locked_vm << PAGE_SHIFT);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
454
current->signal->rlim[RLIMIT_MEMLOCK].rlim_cur,
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
455
current->signal->rlim[RLIMIT_MEMLOCK].rlim_max,
sys/powerpc/powermac/pmu.c
1057
result = batt.current;
sys/powerpc/powermac/pmu.c
1065
if (batt.current >= 0)
sys/powerpc/powermac/pmu.c
1067
/ batt.current /* mA */;
sys/powerpc/powermac/pmu.c
1070
/ (-batt.current /* mA */);
sys/powerpc/powermac/pmu.c
922
info->current = (int8_t)resp[5];
sys/powerpc/powermac/pmu.c
937
info->current = (int16_t)((resp[7] << 8) | resp[8]);
sys/powerpc/powermac/pmuvar.h
172
int current;
sys/ufs/ffs/ffs_softdep.c
585
static SYSCTL_NODE(_debug_softdep, OID_AUTO, current,
sys/vm/vm_glue.c
732
vm_offset_t current;
sys/vm/vm_glue.c
744
current = (vm_offset_t)(uintptr_t)&stack_top;
sys/vm/vm_glue.c
750
if (stack_top <= current || current < td->td_kstack)
sys/vm/vm_glue.c
753
used = stack_top - current;
sys/vm/vm_mmap.c
835
vm_map_entry_t current, entry;
sys/vm/vm_mmap.c
875
current = entry;
sys/vm/vm_mmap.c
876
entry = vm_map_entry_succ(current);
sys/vm/vm_mmap.c
877
if (current->end < end &&
sys/vm/vm_mmap.c
878
entry->start > current->end) {
sys/vm/vm_mmap.c
886
if ((current->eflags & MAP_ENTRY_IS_SUB_MAP) ||
sys/vm/vm_mmap.c
887
current->object.vm_object == NULL)
sys/vm/vm_mmap.c
894
if (addr < current->start)
sys/vm/vm_mmap.c
895
addr = current->start;
sys/vm/vm_mmap.c
896
cend = current->end;
sys/vm/vm_mmap.c
948
if (current->object.vm_object != object) {
sys/vm/vm_mmap.c
951
object = current->object.vm_object;
sys/vm/vm_mmap.c
956
pindex = OFF_TO_IDX(current->offset +
sys/vm/vm_mmap.c
957
(addr - current->start));
tests/sys/kern/kern_descrip_test.c
151
int maxfiles, oldmaxfiles, current;
tests/sys/kern/kern_descrip_test.c
159
if (sysctlbyname("kern.openfiles", &current, &oldlen, NULL, 0) == -1)
tests/sys/kern/kern_descrip_test.c
180
openfiles(oldmaxfiles - current + EXPANDBY / 2);
tools/tools/netmap/nmreplay.c
1405
char * cur_pkt points to the current packet (linear buffer)
tools/tools/netmap/nmreplay.c
1406
uint32_t cur_len; length of the current packet
tools/tools/netmap/nmreplay.c
1409
int cur_drop; true if current packet must be dropped.
tools/tools/netmap/nmreplay.c
1412
uint64_t cur_delay; delay in nanoseconds for the current packet
usr.bin/indent/io.c
394
pad_output(int current, int target)
usr.bin/indent/io.c
403
if (current >= target)
usr.bin/indent/io.c
404
return (current); /* line is already long enough */
usr.bin/indent/io.c
405
curr = current;
usr.bin/indent/io.c
58
static int pad_output(int current, int target);
usr.bin/m4/gnum4.c
191
static size_t current = 0;
usr.bin/m4/gnum4.c
212
while (current + n > bufsize) {
usr.bin/m4/gnum4.c
222
memcpy(buffer+current, c, n);
usr.bin/m4/gnum4.c
223
current += n;
usr.bin/m4/gnum4.c
229
if (current +1 > bufsize) {
usr.bin/m4/gnum4.c
236
buffer[current++] = c;
usr.bin/m4/gnum4.c
243
current = 0;
usr.bin/rpcgen/rpc_tblout.c
100
if (current != expected++) {
usr.bin/rpcgen/rpc_tblout.c
108
expected = current + 1;
usr.bin/rpcgen/rpc_tblout.c
80
int current;
usr.bin/rpcgen/rpc_tblout.c
99
current = atoi(proc->proc_num);
usr.bin/systat/zarc.c
117
rate->current.stat = calc_rate(delta->hits.stat, delta->misses.stat); \
usr.bin/systat/zarc.c
147
#define RATES(stat) mvwprintw(wnd, row, 31+1, "%3"PRIu64, rate.current.stat);\
usr.bin/systat/zarc.c
56
struct zfield current;
usr.bin/top/display.c
1185
char *current;
usr.bin/top/display.c
1188
current = old;
usr.bin/top/display.c
1240
printf("%.*s", diff, &current[lastcol-start]);
usr.sbin/bluetooth/btpand/event.c
102
TAILQ_INIT(&current);
usr.sbin/bluetooth/btpand/event.c
155
while (!TAILQ_EMPTY(&current)) {
usr.sbin/bluetooth/btpand/event.c
156
ev = TAILQ_FIRST(&current);
usr.sbin/bluetooth/btpand/event.c
257
TAILQ_INSERT_TAIL(&current, ev, next);
usr.sbin/bluetooth/btpand/event.c
266
TAILQ_REMOVE(&current, ev, next);
usr.sbin/bluetooth/btpand/event.c
67
static TAILQ_HEAD(, event) current;
usr.sbin/efibootmgr/efibootmgr.c
1000
uint16_t current, fplen;
usr.sbin/efibootmgr/efibootmgr.c
1013
current = le16dec(data);
usr.sbin/efibootmgr/efibootmgr.c
1014
if (asprintf(&name, "Boot%04X", current) < 0)
usr.sbin/efibootmgr/efibootmgr.c
904
uint16_t *boot_order = NULL, current;
usr.sbin/efibootmgr/efibootmgr.c
920
current = le16dec(data);
usr.sbin/efibootmgr/efibootmgr.c
921
printf("BootCurrent: %04x\n", current);
usr.sbin/efibootmgr/efibootmgr.c
946
print_boot_var(v->name, verbose, v->idx == current);
usr.sbin/efibootmgr/efibootmgr.c
956
if (!print_boot_var(buffer, verbose, boot_order[i] == current))
usr.sbin/efibootmgr/efibootmgr.c
969
print_boot_var(v->name, verbose, v->idx == current);
usr.sbin/lpr/common_source/displayq.c
156
cp = current;
usr.sbin/lpr/common_source/displayq.c
157
endp = cp + sizeof(current) - 1;
usr.sbin/lpr/common_source/displayq.c
163
i = atoi(current);
usr.sbin/lpr/common_source/displayq.c
175
cp = current;
usr.sbin/lpr/common_source/displayq.c
176
endp = cp + sizeof(current) - 1;
usr.sbin/lpr/common_source/displayq.c
361
current[0] = '\0';
usr.sbin/lpr/common_source/displayq.c
394
if (pp->remote || garbage || strcmp(cf, current))
usr.sbin/lpr/common_source/displayq.c
73
static char current[MAXNAMLEN+1]; /* current file being printed */
usr.sbin/lpr/common_source/rmjob.c
119
if (lockchk(pp, pp->lock_file) && chk(current)) {
usr.sbin/lpr/common_source/rmjob.c
169
for (i = 1; (n = fread(current, sizeof(char), sizeof(current), fp)) <= 0; i++) {
usr.sbin/lpr/common_source/rmjob.c
176
current[n-1] = '\0';
usr.sbin/lpr/common_source/rmjob.c
257
return(!strcmp(file, current) && isowner(line+1, file, cfhost));
usr.sbin/lpr/common_source/rmjob.c
64
static char current[7+MAXHOSTNAMELEN]; /* active control file name */
usr.sbin/makefs/cd9660/iso9660_rrip.c
391
struct ISO_SUSP_ATTRIBUTES *current = NULL;
usr.sbin/makefs/cd9660/iso9660_rrip.c
407
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
409
cd9660node_rrip_px(diskStructure, current,
usr.sbin/makefs/cd9660/iso9660_rrip.c
411
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
414
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
416
cd9660node_rrip_tf(current, parent->node);
usr.sbin/makefs/cd9660/iso9660_rrip.c
417
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
423
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
425
cd9660node_rrip_px(diskStructure, current,
usr.sbin/makefs/cd9660/iso9660_rrip.c
427
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
430
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
432
cd9660node_rrip_tf(current, grandparent->node);
usr.sbin/makefs/cd9660/iso9660_rrip.c
433
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
437
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
439
cd9660_rrip_PL(current,node);
usr.sbin/makefs/cd9660/iso9660_rrip.c
440
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
455
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
457
cd9660_rrip_CL(current, node);
usr.sbin/makefs/cd9660/iso9660_rrip.c
458
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
463
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
465
cd9660_rrip_RE(current,node);
usr.sbin/makefs/cd9660/iso9660_rrip.c
466
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
524
struct ISO_SUSP_ATTRIBUTES* current;
usr.sbin/makefs/cd9660/iso9660_rrip.c
536
current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
539
current->attr.rr_entry.SL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
540
current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
usr.sbin/makefs/cd9660/iso9660_rrip.c
545
memcpy(current->attr.rr_entry.SL.component + path_count,
usr.sbin/makefs/cd9660/iso9660_rrip.c
581
current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE;
usr.sbin/makefs/cd9660/iso9660_rrip.c
593
current->attr.rr_entry.SL.component +
usr.sbin/makefs/cd9660/iso9660_rrip.c
599
current->attr.rr_entry.SL.h.length[0] = path_count + 5;
usr.sbin/makefs/cd9660/iso9660_rrip.c
600
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/makefs/cd9660/iso9660_rrip.c
601
current= cd9660node_susp_create_node(SUSP_TYPE_RRIP,
usr.sbin/makefs/cd9660/iso9660_rrip.c
603
current->attr.rr_entry.SL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
604
current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
usr.sbin/makefs/cd9660/iso9660_rrip.c
610
current->attr.rr_entry.SL.component[
usr.sbin/makefs/cd9660/iso9660_rrip.c
615
current->attr.rr_entry.SL.component[1]
usr.sbin/makefs/cd9660/iso9660_rrip.c
620
current->attr.rr_entry.SL.component[
usr.sbin/makefs/cd9660/iso9660_rrip.c
629
memcpy(current->attr.rr_entry.SL.component +
usr.sbin/makefs/cd9660/iso9660_rrip.c
638
current->attr.rr_entry.SL.h.length[0] = path_count + 5;
usr.sbin/makefs/cd9660/iso9660_rrip.c
639
TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
usr.sbin/pkg/pkg.c
257
struct dns_srvinfo *mirrors, *current;
usr.sbin/pkg/pkg.c
268
current = mirrors = NULL;
usr.sbin/pkg/pkg.c
290
current = mirrors;
usr.sbin/pkg/pkg.c
295
strlcpy(u->host, current->host, sizeof(u->host));
usr.sbin/pkg/pkg.c
296
u->port = current->port;
usr.sbin/pkg/pkg.c
305
current = current->next;
usr.sbin/pkg/pkg.c
306
if (current == NULL)
usr.sbin/pkg/pkg.c
307
current = mirrors;
usr.sbin/pkg/pkg.c
339
current = mirrors;
usr.sbin/pkg/pkg.c
341
free(current);
usr.sbin/ppp/iface.c
743
struct iface *iface = arg->bundle->iface, *current;
usr.sbin/ppp/iface.c
751
current = iface_Create(iface->name);
usr.sbin/ppp/iface.c
752
flags = iface->flags = current->flags;
usr.sbin/ppp/iface.c
753
iface_Free(current);