lib/libc/time/localtime.c
1034
j = sp->types[i];
lib/libc/time/localtime.c
1043
j = sp->types[i];
lib/libc/time/localtime.c
1060
j = sp->types[i];
lib/libc/time/localtime.c
1061
sp->types[i] = sp->ttis[j].tt_isdst;
lib/libc/time/localtime.c
109
unsigned char types[TZ_MAX_TIMES];
lib/libc/time/localtime.c
1301
i = (int) sp->types[lo - 1];
lib/libc/time/localtime.c
1850
int types[TZ_MAX_TYPES];
lib/libc/time/localtime.c
1886
if (!seen[sp->types[i]]) {
lib/libc/time/localtime.c
1887
seen[sp->types[i]] = TRUE;
lib/libc/time/localtime.c
1888
types[nseen++] = sp->types[i];
lib/libc/time/localtime.c
1892
samei = types[sameind];
lib/libc/time/localtime.c
1896
otheri = types[otherind];
lib/libc/time/localtime.c
269
const struct ttinfo *ttisp = &sp->ttis[sp->types[i]];
lib/libc/time/localtime.c
433
sp->types[i] = (unsigned char) *p++;
lib/libc/time/localtime.c
434
if (sp->types[i] >= sp->typecnt)
lib/libc/time/localtime.c
543
sp->types[sp->timecnt] =
lib/libc/time/localtime.c
545
ts.types[i];
lib/libc/time/localtime.c
555
if (typesequiv(sp, sp->types[i], sp->types[0]) &&
lib/libc/time/localtime.c
562
if (typesequiv(sp, sp->types[sp->timecnt - 1],
lib/libc/time/localtime.c
563
sp->types[i]) &&
lib/libc/time/localtime.c
982
typep = sp->types;
lib/libcrypto/asn1/a_mbstr.c
349
unsigned long types;
lib/libcrypto/asn1/a_mbstr.c
351
types = *((unsigned long *)arg);
lib/libcrypto/asn1/a_mbstr.c
352
if ((types & B_ASN1_PRINTABLESTRING) && !is_printable(value))
lib/libcrypto/asn1/a_mbstr.c
353
types &= ~B_ASN1_PRINTABLESTRING;
lib/libcrypto/asn1/a_mbstr.c
354
if ((types & B_ASN1_IA5STRING) && (value > 127))
lib/libcrypto/asn1/a_mbstr.c
355
types &= ~B_ASN1_IA5STRING;
lib/libcrypto/asn1/a_mbstr.c
356
if ((types & B_ASN1_T61STRING) && (value > 0xff))
lib/libcrypto/asn1/a_mbstr.c
357
types &= ~B_ASN1_T61STRING;
lib/libcrypto/asn1/a_mbstr.c
358
if ((types & B_ASN1_BMPSTRING) && (value > 0xffff))
lib/libcrypto/asn1/a_mbstr.c
359
types &= ~B_ASN1_BMPSTRING;
lib/libcrypto/asn1/a_mbstr.c
360
if (!types)
lib/libcrypto/asn1/a_mbstr.c
362
*((unsigned long *)arg) = types;
lib/libexpat/lib/xmlrole.c
747
static const char *const types[] = {
lib/libexpat/lib/xmlrole.c
752
for (i = 0; i < (int)(sizeof(types) / sizeof(types[0])); i++)
lib/libexpat/lib/xmlrole.c
753
if (XmlNameMatchesAscii(enc, ptr, end, types[i])) {
libexec/login_token/init.c
46
static struct token_types types[] = {
libexec/login_token/init.c
90
for (i = 0; i < sizeof(types)/sizeof(types[0]); ++i)
libexec/login_token/init.c
91
if (strstr(path, types[i].name) != NULL) {
libexec/login_token/init.c
92
tt = &types[i];
libexec/login_token/init.c
97
for (i = 0; i < sizeof(types)/sizeof(types[0]); ++i)
libexec/login_token/init.c
99
(int)(p - path), path, types[i].name, p + 5);
libexec/talkd/print.c
40
static char *types[] = {
libexec/talkd/print.c
43
#define NTYPES (sizeof(types) / sizeof(types[0]))
libexec/talkd/print.c
60
tp = types[mp->type];
libexec/talkd/print.c
74
tp = types[rp->type];
sbin/atactl/atactl.c
513
const char *types[] = { NULL, "status", "error", "ATAPI",
sbin/atactl/atactl.c
516
int num_types = sizeof(types) / sizeof(types[0]);
sbin/atactl/atactl.c
548
printf(": %s", types[type]);
sbin/unwind/parse.y
217
conf->res_pref.types[conf->res_pref.len++] = $1;
sbin/unwind/parse.y
806
memcpy(&conf->res_pref.types, &default_res_pref,
sbin/unwind/parse.y
810
conf->enabled_resolvers[conf->res_pref.types[i]] = 1;
sbin/unwind/parse.y
968
if (conf->res_pref.types[i] == type) {
sbin/unwind/printconf.c
40
uw_resolver_type_str[conf->res_pref.types[i]]);
sbin/unwind/resolver.c
1044
if (rq->res_pref.types[i] == UW_RES_ASR) {
sbin/unwind/resolver.c
1803
if (resolvers[a]->type == resolver_conf->res_pref.types[0])
sbin/unwind/resolver.c
1805
else if (resolvers[b]->type == resolver_conf->res_pref.types[0])
sbin/unwind/resolver.c
1843
send_resolver_info(resolvers[res_pref.types[i]], pid);
sbin/unwind/resolver.c
1923
res = resolvers[res_pref.types[0]];
sbin/unwind/resolver.c
737
return mergesort(dst->types, dst->len, sizeof(dst->types[0]),
sbin/unwind/resolver.c
766
rq->res_pref.types[0] = res->type;
sbin/unwind/resolver.c
811
((res = resolvers[rq->res_pref.types[rq->next_resolver]]) == NULL ||
sbin/unwind/resolver.c
844
resolvers[resolver_conf->res_pref.types[i]] == NULL; i++)
sbin/unwind/resolver.c
846
if (res->type == resolver_conf->res_pref.types[i])
sbin/unwind/unwind.h
148
enum uw_resolver_type types[UW_RES_NONE];
sys/arch/octeon/dev/cn30xxgmx.c
302
static const char *types[] = {
sys/arch/octeon/dev/cn30xxgmx.c
315
printf(": port %d %s", ga->ga_portno, types[ga->ga_port_type]);
sys/dev/pci/azalia.c
3076
int types[16];
sys/dev/pci/azalia.c
3082
bzero(&types, sizeof(types));
sys/dev/pci/azalia.c
3179
types[w->type]++;
sys/dev/pci/azalia.c
3180
if (types[w->type] > 1)
sys/dev/pci/azalia.c
3182
wtypes[w->type], types[w->type]);
sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c
423
atomic_t *types;
sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c
425
types = kcalloc(source->num_types, sizeof(atomic_t),
sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c
427
if (!types)
sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c
430
source->enabled_types = types;
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
139
.types = vega20_types,
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
174
.types = NULL,
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
204
.types = arcturus_types,
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
526
config->types[i].num_of_type,
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
527
config->types[i].type);
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
528
total_num_events += config->types[i].num_of_type;
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
93
struct amdgpu_pmu_type *types;
sys/dev/pci/drm/apple/iomfb.h
130
u8 types[7];
sys/dev/pci/drm/i915/gvt/gvt.h
344
struct intel_vgpu_type *types;
sys/dev/pci/drm/i915/gvt/vgpu.c
112
gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type),
sys/dev/pci/drm/i915/gvt/vgpu.c
114
if (!gvt->types)
sys/dev/pci/drm/i915/gvt/vgpu.c
130
sprintf(gvt->types[i].name, "GVTg_V%u_%s",
sys/dev/pci/drm/i915/gvt/vgpu.c
132
gvt->types[i].conf = conf;
sys/dev/pci/drm/i915/gvt/vgpu.c
135
i, gvt->types[i].name,
sys/dev/pci/drm/i915/gvt/vgpu.c
141
gvt->mdev_types[i] = &gvt->types[i].type;
sys/dev/pci/drm/i915/gvt/vgpu.c
142
gvt->mdev_types[i]->sysfs_name = gvt->types[i].name;
sys/dev/pci/drm/i915/gvt/vgpu.c
151
kfree(gvt->types);
sys/dev/pci/drm/i915/gvt/vgpu.c
158
kfree(gvt->types);
sys/dev/pci/drm/i915/selftests/i915_vma.c
1002
for (t = types; *t; t++) {
sys/dev/pci/drm/i915/selftests/i915_vma.c
575
enum i915_gtt_view_type types[] = {
sys/dev/pci/drm/i915/selftests/i915_vma.c
592
for (t = types; *t; t++) {
sys/dev/pci/drm/i915/selftests/i915_vma.c
984
enum i915_gtt_view_type types[] = {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1306
static const u32 types[] = {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1323
for (j = 0; j < ARRAY_SIZE(types); ++j) {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1324
for (k = 0; k < ARRAY_SIZE(types); ++k) {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1328
types[j],
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1329
types[k]);
sys/dev/pci/if_bnxtreg.h
56555
uint16_t types;
sys/dev/pci/if_bnxtreg.h
56654
uint16_t types;
sys/scsi/ses.c
400
ses_make_sensors(struct ses_softc *sc, struct ses_type_desc *types, int ntypes)
sys/scsi/ses.c
427
status->f3, types[i].type);
sys/scsi/ses.c
429
for (j = 0; j < types[i].n_elem; j++) {
sys/scsi/ses.c
440
switch (types[i].type) {
sys/scsi/ses.c
480
sensor->se_type = types[i].type;
usr.bin/dig/lib/dns/gen.c
100
} *types;
usr.bin/dig/lib/dns/gen.c
140
for (tt = types; tt != NULL; tt = tt->next) {
usr.bin/dig/lib/dns/gen.c
230
tt = types;
usr.bin/dig/lib/dns/gen.c
252
types = newtt;
usr.bin/dig/lib/dns/gen.c
449
for (tt = types; tt != NULL; tt = tt->next)
usr.bin/dig/lib/dns/gen.c
473
for (tt = types; tt != NULL; tt = tt->next)
usr.bin/dig/lib/dns/gen.c
491
for (tt = types; tt != NULL; tt = tt->next)
usr.bin/dig/lib/dns/gen.c
558
for (tt = types; tt != NULL; tt = tt->next) {
usr.bin/dig/lib/dns/gen.c
575
for (tt = types; tt != NULL; tt = tt->next)
usr.bin/ftp/small.c
107
struct types *p;
usr.bin/ftp/small.c
115
for (p = types; p->t_name; p++) {
usr.bin/ftp/small.c
128
for (p = types; p->t_name; p++)
usr.bin/ftp/small.c
151
struct types *p;
usr.bin/ftp/small.c
164
for (p = types; p->t_name; p++)
usr.bin/ftp/small.c
94
} types[] = {
usr.bin/mklocale/ldef.h
45
u_int32_t *types;
usr.bin/mklocale/yacc.y
161
{ set_map(&types, $2, $1); }
usr.bin/mklocale/yacc.y
380
list->types = xlalloc(run);
usr.bin/mklocale/yacc.y
382
list->types[i] = flag;
usr.bin/mklocale/yacc.y
397
list->types = xlalloc(run);
usr.bin/mklocale/yacc.y
399
list->types[i] = flag;
usr.bin/mklocale/yacc.y
412
list->types = xlalloc(run);
usr.bin/mklocale/yacc.y
414
list->types[i] = flag;
usr.bin/mklocale/yacc.y
454
r->types[i - r->min] |= flag;
usr.bin/mklocale/yacc.y
465
list->types = xlalloc(list->max - list->min + 1);
usr.bin/mklocale/yacc.y
468
list->types[i - list->min] = flag;
usr.bin/mklocale/yacc.y
471
list->types[i - list->min] |= r->types[i - r->min];
usr.bin/mklocale/yacc.y
473
free(r->types);
usr.bin/mklocale/yacc.y
474
r->types = list->types;
usr.bin/mklocale/yacc.y
486
list->types = xlalloc(r->max - list->min + 1);
usr.bin/mklocale/yacc.y
489
list->types[i - list->min] = r->types[i - r->min];
usr.bin/mklocale/yacc.y
492
list->types[i - list->min] = flag;
usr.bin/mklocale/yacc.y
495
list->types[i - list->min] |= flag;
usr.bin/mklocale/yacc.y
497
free(r->types);
usr.bin/mklocale/yacc.y
498
r->types = list->types;
usr.bin/mklocale/yacc.y
511
r->types = xrelalloc(r->types, list->max - r->min + 1);
usr.bin/mklocale/yacc.y
514
r->types[i - r->min] |= flag;
usr.bin/mklocale/yacc.y
517
r->types[i - r->min] = flag;
usr.bin/mklocale/yacc.y
533
r->types[i - r->min] |= lr->types[i - lr->min];
usr.bin/mklocale/yacc.y
538
r->types = xrelalloc(r->types, lr->max - r->min + 1);
usr.bin/mklocale/yacc.y
541
r->types[i - r->min] |= lr->types[i - lr->min];
usr.bin/mklocale/yacc.y
544
r->types[i - r->min] = lr->types[i - lr->min];
usr.bin/mklocale/yacc.y
556
free(lr->types);
usr.bin/mklocale/yacc.y
56
rune_map types = { { 0, }, };
usr.bin/mklocale/yacc.y
574
for(list = types.root; list; list = list->next) {
usr.bin/mklocale/yacc.y
575
list->map = list->types[0];
usr.bin/mklocale/yacc.y
577
if (list->types[x] != list->map) {
usr.bin/mklocale/yacc.y
598
file_new_locale.frl_runetype[x] = htonl(types.map[x]);
usr.bin/mklocale/yacc.y
606
list = types.root;
usr.bin/mklocale/yacc.y
647
for (list = types.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
689
for (list = types.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
691
list->types[x] = htonl(list->types[x]);
usr.bin/mklocale/yacc.y
694
if (fwrite((char *)list->types,
usr.bin/mklocale/yacc.y
760
u_int32_t r = types.map[x];
usr.bin/mklocale/yacc.y
786
for (list = types.root; list; list = list->next) {
usr.bin/mklocale/yacc.y
828
u_int32_t r = ntohl(list->types[x - list->min]);
usr.bin/systat/malloc.c
218
mergesort(types, num_types, sizeof(struct type_info), ordering->func);
usr.bin/systat/malloc.c
287
bzero(types, sizeof(types));
usr.bin/systat/malloc.c
288
ti = types;
usr.bin/systat/malloc.c
384
struct type_info *t = types + k;
usr.bin/systat/malloc.c
55
struct type_info types[M_LAST];
usr.sbin/httpd/httpd.c
1079
media_add(struct mediatypes *types, struct media_type *media)
usr.sbin/httpd/httpd.c
1083
if ((entry = RB_FIND(mediatypes, types, media)) != NULL) {
usr.sbin/httpd/httpd.c
1086
media_delete(types, entry);
usr.sbin/httpd/httpd.c
1098
RB_INSERT(mediatypes, types, entry);
usr.sbin/httpd/httpd.c
1104
media_delete(struct mediatypes *types, struct media_type *media)
usr.sbin/httpd/httpd.c
1106
RB_REMOVE(mediatypes, types, media);
usr.sbin/httpd/httpd.c
1113
media_purge(struct mediatypes *types)
usr.sbin/httpd/httpd.c
1117
while ((media = RB_MIN(mediatypes, types)) != NULL)
usr.sbin/httpd/httpd.c
1118
media_delete(types, media);
usr.sbin/httpd/httpd.c
1122
media_find(struct mediatypes *types, const char *file)
usr.sbin/httpd/httpd.c
1141
match = RB_FIND(mediatypes, types, &media);
usr.sbin/httpd/parse.y
1304
types : TYPES '{' optnl mediaopts_l '}'
usr.sbin/httpd/parse.y
163
| grammar types '\n'
usr.sbin/nsd/query.c
711
int allow_glue, struct additional_rr_types types[])
usr.sbin/nsd/query.c
756
for (j = 0; types[j].rr_type != 0; ++j) {
usr.sbin/nsd/query.c
758
additional, query->zone, types[j].rr_type);
usr.sbin/nsd/query.c
760
answer_add_rrset(answer, types[j].rr_section,
usr.sbin/nsd/simdzone/src/generic/type.h
12
#define V(code) { &(types[0].name), 0 }
usr.sbin/nsd/simdzone/src/generic/type.h
13
#define T(code) { &(types[code].name), 1 }
usr.sbin/nsd/simdzone/src/generic/type.h
66
*mnemonic = &types[*code].name;
usr.sbin/nsd/simdzone/src/generic/type.h
68
*mnemonic = &types[259].name;
usr.sbin/nsd/simdzone/src/generic/type.h
70
*mnemonic = &types[0].name;
usr.sbin/nsd/simdzone/src/generic/types.h
3391
static const type_info_t types[] = {
usr.sbin/nsd/simdzone/src/westmere/type.h
12
#define V(code) { &(types[0].name), 0 }
usr.sbin/nsd/simdzone/src/westmere/type.h
13
#define T(code) { &(types[code].name), 1 }
usr.sbin/nsd/simdzone/src/westmere/type.h
66
*mnemonic = &types[*code].name;
usr.sbin/nsd/simdzone/src/westmere/type.h
68
*mnemonic = &types[259].name;
usr.sbin/nsd/simdzone/src/westmere/type.h
70
*mnemonic = &types[0].name;
usr.sbin/smtpd/scheduler.c
38
static int *types;
usr.sbin/smtpd/scheduler.c
438
types = xcalloc(env->sc_scheduler_max_schedule, sizeof *types);
usr.sbin/smtpd/scheduler.c
495
r = backend->batch(mask, &delay, &count, evpids, types);
usr.sbin/smtpd/scheduler.c
527
switch(types[i]) {
usr.sbin/smtpd/scheduler_null.c
108
scheduler_null_batch(int typemask, int *delay, size_t *count, uint64_t *evpids, int *types)
usr.sbin/smtpd/scheduler_proc.c
261
scheduler_proc_batch(int typemask, int *delay, size_t *count, uint64_t *evpids, int *types)
usr.sbin/smtpd/scheduler_proc.c
284
scheduler_proc_read(types, sizeof(*types) * (*count));
usr.sbin/smtpd/scheduler_ramqueue.c
463
scheduler_ram_batch(int mask, int *delay, size_t *count, uint64_t *evpids, int *types)
usr.sbin/smtpd/scheduler_ramqueue.c
482
types[i] = SCHED_REMOVE;
usr.sbin/smtpd/scheduler_ramqueue.c
492
types[i] = SCHED_EXPIRE;
usr.sbin/smtpd/scheduler_ramqueue.c
502
types[i] = SCHED_UPDATE;
usr.sbin/smtpd/scheduler_ramqueue.c
524
types[i] = SCHED_BOUNCE;
usr.sbin/smtpd/scheduler_ramqueue.c
537
types[i] = SCHED_MDA;
usr.sbin/smtpd/scheduler_ramqueue.c
550
types[i] = SCHED_MTA;
usr.sbin/zic/zic.c
1341
unsigned char types[TZ_MAX_TIMES];
usr.sbin/zic/zic.c
1382
types[i] = attypes[i].type;
usr.sbin/zic/zic.c
1464
writetype[types[i]] = TRUE;
usr.sbin/zic/zic.c
1485
if (isdsts[types[i]])
usr.sbin/zic/zic.c
1486
mrudst = types[i];
usr.sbin/zic/zic.c
1488
mrustd = types[i];
usr.sbin/zic/zic.c
1570
uc = typemap[types[i]];
usr.sbin/zic/zic.c
1597
j = types[j - 1];