| /src/external/gpl2/lvm2/dist/tools/ |
| formats.c | 1 /* $NetBSD: formats.c,v 1.1.1.1 2008/12/22 00:19:01 haad Exp $ */ 20 int formats(struct cmd_context *cmd, int argc __attribute((unused)), function
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_fourcc.c | 112 * it returns little endian byte order or host byte order framebuffer formats. 164 static const struct drm_format_info formats[] = { local 286 for (i = 0; i < ARRAY_SIZE(formats); ++i) { 287 if (formats[i].format == format) 288 return &formats[i]; 299 * Unsupported pixel formats will generate a warning in the kernel log.
|
| /src/usr.bin/audiocfg/ |
| audiodev.h | 56 TAILQ_HEAD(, audiofmt) formats; member in struct:audiodev
|
| /src/usr.bin/audio/common/ |
| audio.c | 60 } formats[] = { variable in typeref:struct:__anon8210 79 for (i = 0; formats[i].fname; i++) 80 if (strcasecmp(formats[i].fname, str) == 0) 82 return (formats[i].fno);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengenrtl.cc | 42 static const char *formats[NUM_RTX_CODE]; variable 112 the list of formats we write routines to create. */ 180 for (f = formats; *f; f++) 333 for (fmt = formats; *fmt; ++fmt)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengenrtl.cc | 42 static const char *formats[NUM_RTX_CODE]; variable 112 the list of formats we write routines to create. */ 180 for (f = formats; *f; f++) 333 for (fmt = formats; *fmt; ++fmt)
|
| /src/sbin/mknod/ |
| pack_dev.c | 242 /* list of formats and pack functions */ 247 } formats[] = { variable in typeref:struct:format 284 format = bsearch(name, formats, 285 sizeof(formats)/sizeof(formats[0]), 286 sizeof(formats[0]), compare_format);
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_plane.c | 328 const uint32_t *formats; local 336 formats = virtio_gpu_cursor_formats; 340 formats = virtio_gpu_formats; 346 formats, nformats,
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front_kms.c | 300 const u32 *formats; local 315 formats = xen_drm_front_conn_get_formats(&format_count); 318 &display_funcs, formats,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| ml_dsa_codecs.c | 21 * Tables describing supported ASN.1 input/output formats. 412 const char *formats; local 435 formats = ossl_prov_ctx_get_param( 438 "input", formats); 469 "no matching enabled %s private key input formats", 554 const char *formats; local 571 formats = ossl_prov_ctx_get_param( 574 "output", formats); 588 "no matching enabled %s private key output formats",
|
| ml_kem_codecs.c | 19 /* Tables describing supported ASN.1 input/output formats. */ 281 const char *formats; local 302 formats = ossl_prov_ctx_get_param( 305 "input", formats); 336 "no matching enabled %s private key input formats", 443 const char *formats; local 458 formats = ossl_prov_ctx_get_param( 461 "output", formats); 475 "no matching enabled %s private key output formats",
|
| /src/external/bsd/libarchive/dist/tar/ |
| creation_set.c | 75 static const struct suffix_code_t formats[] = { local 89 return get_suffix_code(formats, suffix);
|
| /src/external/bsd/tmux/dist/ |
| notify.c | 29 struct format_tree *formats; member in struct:notify_entry 95 cmdq_add_formats(state, ne->formats); 170 format_free(ne->formats); 199 ne->formats = format_create(NULL, NULL, 0, FORMAT_NOJOBS); 200 format_add(ne->formats, "hook", "%s", name); 202 format_add(ne->formats, "hook_client", "%s", c->name); 204 format_add(ne->formats, "hook_session", "$%u", s->id); 205 format_add(ne->formats, "hook_session_name", "%s", s->name); 208 format_add(ne->formats, "hook_window", "@%u", w->id); 209 format_add(ne->formats, "hook_window_name", "%s", w->name) [all...] |
| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen-icache.c | 544 /* Create a list of all the different instruction formats with their 546 form_fields *formats = insn_table_cache_fields (isa); local 566 for (format = formats; format != NULL; format = format->next)
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen-icache.c | 544 /* Create a list of all the different instruction formats with their 546 form_fields *formats = insn_table_cache_fields (isa); local 566 for (format = formats; format != NULL; format = format->next)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 66 static const uint32_t formats[] = { variable 287 unsigned int num_formats = ARRAY_SIZE(formats); 305 formats, num_formats, false); 483 formats, 2, false);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_pack_dev.c | 281 /* list of formats and pack functions */ 286 } formats[] = { variable in typeref:struct:format 324 format = bsearch(name, formats, 325 sizeof(formats)/sizeof(formats[0]), 326 sizeof(formats[0]), compare_format);
|
| /src/external/gpl2/lvm2/dist/include/ |
| toolcontext.h | 63 struct dm_list formats; /* Available formats */ member in struct:cmd_context
|
| /src/external/gpl2/lvm2/dist/lib/commands/ |
| toolcontext.h | 63 struct dm_list formats; /* Available formats */ member in struct:cmd_context
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| tic54x-dis.c | 487 const char *formats[] = { local 493 return sprintf (buf, formats[XMOD (code)], XARX (code)); 501 const char *formats[] = { local 515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic54x-dis.c | 487 const char *formats[] = { local 493 return sprintf (buf, formats[XMOD (code)], XARX (code)); 501 const char *formats[] = { local 515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic54x-dis.c | 487 const char *formats[] = { local 493 return sprintf (buf, formats[XMOD (code)], XARX (code)); 501 const char *formats[] = { local 515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic54x-dis.c | 487 const char *formats[] = { local 493 return sprintf (buf, formats[XMOD (code)], XARX (code)); 501 const char *formats[] = { local 515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
|
| /src/usr.sbin/bad144/ |
| bad144.c | 545 static int rp06format(struct formats *, struct disklabel *, daddr_t, char *, int); 546 static int hpupformat(struct formats *, struct disklabel *, daddr_t, char *, int); 548 static struct formats { struct 553 } formats[] = { variable in typeref:struct:formats 566 hpupformat(struct formats *fp, struct disklabel *dp, daddr_t blk, char *buf, 584 rp06format(struct formats *fp, struct disklabel *dp, daddr_t blk, char *buf, 598 struct formats *fp; 604 for (fp = formats; fp->f_name; fp++)
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| ks_file.c | 336 } formats[] = { variable in typeref:struct:pem_formats 360 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { 361 const char *q = formats[j].name; 364 if (formats[j].ai != NULL) 365 ai = (*formats[j].ai)(); 367 ret = (*formats[j].func)(context, NULL, pem_ctx->c, 377 if (j == sizeof(formats)/sizeof(formats[0])) { 473 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) [all...] |