/src/libexec/talkd/ |
print.c | 43 #include <sys/types.h> 51 static const char *types[] = { variable in typeref:typename:const char * [] 57 #define NTYPES (sizeof (types) / sizeof (types[0])) 82 tp = types[mp->type]; 98 tp = types[rp->type];
|
print.c | 43 #include <sys/types.h> 51 static const char *types[] = { variable in typeref:typename:const char * [] 57 #define NTYPES (sizeof (types) / sizeof (types[0])) 82 tp = types[mp->type]; 98 tp = types[rp->type];
|
/src/usr.bin/mklocale/ |
ldef.h | 44 u_int32_t *types; member in struct:rune_list
|
ldef.h | 44 u_int32_t *types; member in struct:rune_list
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
notify.h | 21 u32 types; member in struct:nvkm_notify
|
notify.h | 21 u32 types; member in struct:nvkm_notify
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_vma.c | 504 enum i915_ggtt_view_type types[] = { enum in function:igt_vma_rotate_remap 520 for (t = types; *t; t++) { 874 enum i915_ggtt_view_type types[] = { enum in function:igt_vma_remapped_gtt 889 for (t = types; *t; t++) {
|
i915_vma.c | 504 enum i915_ggtt_view_type types[] = { enum in function:igt_vma_rotate_remap 520 for (t = types; *t; t++) { 874 enum i915_ggtt_view_type types[] = { enum in function:igt_vma_remapped_gtt 889 for (t = types; *t; t++) {
|
/src/usr.bin/mkcsmapper/ |
yacc.y | 48 #include <sys/types.h> 122 %type <i_value> dst types oob_mode_sel zone 140 type : R_TYPE types { set_type($2); } 141 types : R_ROWCOL { $$ = R_ROWCOL; } label
|
yacc.y | 48 #include <sys/types.h> 122 %type <i_value> dst types oob_mode_sel zone 140 type : R_TYPE types { set_type($2); } 141 types : R_ROWCOL { $$ = R_ROWCOL; } label
|
/src/sys/arch/pmax/tc/ |
dtkbd.c | 160 static u_int types[20]; local in function:dtkbd_cngetc 172 cnt = dtkbd_process_msg(&msg, types, vals); 176 *type = types[i++]; 212 u_int types[20]; local in function:dtkbd_handler 220 cnt = dtkbd_process_msg(msg, types, vals); 222 wskbd_input(sc->sc_wskbddev, types[i], vals[i]); 226 dtkbd_process_msg(struct dt_msg *msg, u_int *types, int *vals) 246 types[0] = WSCONS_EVENT_ALL_KEYS_UP; 262 types[count] = WSCONS_EVENT_KEY_DOWN; 276 types[count] = WSCONS_EVENT_KEY_UP [all...] |
dtkbd.c | 160 static u_int types[20]; local in function:dtkbd_cngetc 172 cnt = dtkbd_process_msg(&msg, types, vals); 176 *type = types[i++]; 212 u_int types[20]; local in function:dtkbd_handler 220 cnt = dtkbd_process_msg(msg, types, vals); 222 wskbd_input(sc->sc_wskbddev, types[i], vals[i]); 226 dtkbd_process_msg(struct dt_msg *msg, u_int *types, int *vals) 246 types[0] = WSCONS_EVENT_ALL_KEYS_UP; 262 types[count] = WSCONS_EVENT_KEY_DOWN; 276 types[count] = WSCONS_EVENT_KEY_UP [all...] |
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_sysctl.c | 275 const char *types[] = { "FB", "REG", "SHM", "AGP", "SG", "GEM", "TTM" }; variable in typeref:typename:const char * [] 308 type = types[map->type];
|
drm_sysctl.c | 275 const char *types[] = { "FB", "REG", "SHM", "AGP", "SG", "GEM", "TTM" }; variable in typeref:typename:const char * [] 308 type = types[map->type];
|
/src/usr.bin/who/ |
who.c | 48 #include <sys/types.h> 286 const char *types = NULL; local in function:print 294 types = ut_type_names[i].name; 337 (void)printf(" type=%s ", types);
|
who.c | 48 #include <sys/types.h> 286 const char *types = NULL; local in function:print 294 types = ut_type_names[i].name; 337 (void)printf(" type=%s ", types);
|
/src/usr.bin/xlint/lint1/ |
README.md | 9 * The parser in `cgram.y` creates types and expressions from the tokens. 12 * The checks for types and expressions are in `tree.c`. 24 other scalar types, like in C#, Go, Java. 59 other scalar types, reusing the existing messages 107 and 211, while also 62 types, the option `-aa` extends this check to small integer types as well, 78 * It does not store detailed information about complex data types, therefore 81 # Fundamental types 90 The basic types are `int`, `_Bool`, `unsigned long`, `pointer` and so on, 93 Concrete types like `int` or `const char *` are created by `gettyp(INT)` [all...] |
README.md | 9 * The parser in `cgram.y` creates types and expressions from the tokens. 12 * The checks for types and expressions are in `tree.c`. 24 other scalar types, like in C#, Go, Java. 59 other scalar types, reusing the existing messages 107 and 211, while also 62 types, the option `-aa` extends this check to small integer types as well, 78 * It does not store detailed information about complex data types, therefore 81 # Fundamental types 90 The basic types are `int`, `_Bool`, `unsigned long`, `pointer` and so on, 93 Concrete types like `int` or `const char *` are created by `gettyp(INT)` [all...] |
/src/lib/libc/citrus/modules/ |
citrus_mapper_std.c | 346 } types[] = { variable in typeref:typename:const struct __anone724e7660108[] 349 #define NUM_OF_TYPES ((int)(sizeof(types)/sizeof(types[0]))) 401 if (_bcs_strcasecmp(type, types[id].t_name) == 0) 408 ret = (*types[id].t_init)(ms);
|
citrus_mapper_std.c | 346 } types[] = { variable in typeref:typename:const struct __anone724e7660108[] 349 #define NUM_OF_TYPES ((int)(sizeof(types)/sizeof(types[0]))) 401 if (_bcs_strcasecmp(type, types[id].t_name) == 0) 408 ret = (*types[id].t_init)(ms);
|
/src/sys/arch/ia64/stand/ia64/efi/ |
main.c | 162 * want to wait until the user types "quit". The timer may have 206 static char *types[] = { local in function:command_memmap 243 types[p->Type],
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_irq.c | 113 * Disable all types of interrupts from all sources. 406 atomic_t *types; local in function:amdgpu_irq_add_id 408 types = kcalloc(source->num_types, sizeof(atomic_t), 410 if (!types) 413 source->enabled_types = types; 512 * Updates state of all types of interrupts on all sources on resume after
|
/src/sys/external/bsd/ipf/netinet/ |
ip_log.c | 32 #include <sys/types.h> 384 int types[2], mlen; local in function:ipf_log_pkt 515 types[0] = 0; 523 types[1] = 1; 527 types[1] = 0; 532 types[1] = 1; 534 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2); 546 /* types(I) - type of data pointed to by items pointers */ 547 /* cnt(I) - number of elements in arrays items/itemsz/types */ 555 void **items, size_t *itemsz, int *types, int cnt [all...] |
/src/usr.sbin/btattach/ |
btattach.c | 57 static const struct devtype types[] = { variable in typeref:typename:const struct devtype[] 239 if (i == __arraycount(types)) 242 type = &types[i]; 332 "Known types:\n" 335 for (i = 0; i < __arraycount(types); i++) 336 fprintf(stderr, "\t%-12s%s\n", types[i].name, types[i].descr);
|
/src/sys/dev/acpi/ |
apei_einj.c | 39 * carefully with error injection is fine -- after all, many types of 49 #include <sys/types.h> 304 * Query the available types of error to inject and print it to 307 * https://uefi.org/specs/ACPI/6.5/18_Platform_Error_Interfaces.html#error-types 309 uint64_t types = apei_einj_act(sc, ACPI_EINJ_GET_ERROR_TYPE, 0); local in function:apei_einj_attach 334 "\0", types, 36); 341 * Create a sysctl knob to query the available types of error 348 CTLTYPE_QUAD, "types", 349 SYSCTL_DESCR("Types of errors that can be injected"), 354 " sysctl hw.acpi.apei.einj.types: %d\n" 847 uint64_t types; local in function:apei_einj_types_sysctl [all...] |