Searched refs:image (Results 76 - 100 of 104) sorted by relevance

12345

/freebsd-current/lib/libpmcstat/
H A Dlibpmcstat_logging.c196 struct pmcstat_image *image; local
241 image = pmcstat_image_from_path(image_path, pid == -1,
243 if (image->pi_type == PMCSTAT_IMAGE_UNKNOWN)
244 pmcstat_image_determine_type(image, args);
245 if (image->pi_type != PMCSTAT_IMAGE_INDETERMINABLE)
246 pmcstat_image_link(pp, image,
334 * Change the executable image associated with
347 * Associate this process image.
/freebsd-current/usr.sbin/makefs/zfs/
H A Dvdev.c282 * With the smallest block size of 512B, the limit on the image
285 errx(1, "image size is too large");
413 vdev_init(zfs_opt_t *zfs, const char *image) argument
417 zfs->fd = open(image, O_RDWR | O_CREAT | O_TRUNC, 0644);
419 err(1, "Can't open `%s' for writing", image);
421 err(1, "Failed to extend image file `%s'", image);
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c145 * All nodes indexed by function/image name are placed in a hash table.
529 /* Format image. */
658 * Lookup by image/pc.
662 pmcpl_ct_node_hash_lookup(struct pmcstat_image *image, uintfptr_t pc, argument
689 if (ct->pct_image == image && ct->pct_func == pc) {
712 ct->pct_image = image;
731 struct pmcstat_image *image; local
779 image = ppm[n]->ppm_image;
781 image->pi_vaddr - image
[all...]
/freebsd-current/stand/userboot/test/
H A Dtest.c54 char *image; variable
365 * Disk image i/o
441 memcpy(&image[to], from, size);
454 memcpy(to, &image[from], size);
566 printf("usage: [-b <userboot shared object>] [-d <disk image path>] [-h <host filesystem path>\n");
593 err(1, "Can't open disk image '%s'", optarg);
621 image = malloc(image_size);
/freebsd-current/usr.bin/mail/
H A Dmain.c54 int image; variable
107 image = -1;
H A Dlex.c541 if (image >= 0) {
542 (void)close(image);
543 image = -1;
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c137 decoder->image = &decoder->default_image;
409 return decoder->image;
412 int pt_blk_set_image(struct pt_block_decoder *decoder, struct pt_image *image) argument
417 if (!image)
418 image = &decoder->default_image;
420 decoder->image = image;
766 status = pt_insn_decode(&insn, &iext, decoder->image, &decoder->asid);
1335 errcode = pt_insn_decode(&insn, &iext, decoder->image, &decoder->asid);
2055 * Try to decode the instruction again using the entire image
[all...]
/freebsd-current/sys/dev/qat_c2xxx/
H A Dqat_ae.c2078 struct uof_image *image; local
2089 qui->qui_image = image =
2108 struct uof_ae_reg *, base, image->ui_reg_tab, lim);
2110 struct uof_init_reg_sym *, base, image->ui_init_reg_sym_tab, lim);
2112 struct qui_sbreak *, base, image->ui_sbreak_tab, lim);
2114 if (size < sizeof(struct uof_code_page) * image->ui_num_pages)
2116 if (nitems(qui->qui_pages) < image->ui_num_pages)
2119 page = (struct uof_code_page *)(image + 1);
2121 for (p = 0; p < image->ui_num_pages; p++, page++) {
2438 qat_aefw_alloc_auth_dmamem(struct qat_softc *sc, char *image, size_ argument
2693 struct uof_image *image; local
[all...]
/freebsd-current/stand/lua/
H A Ddrawer.lua329 branddef.image ~= nil then
330 if gfx.term_putimage(branddef.image, 1, 1, 0, 7, 0)
380 logodef.image ~= nil then
386 if gfx.term_putimage(logodef.image, x, y, 0, y + y1, 0)
449 image = "/boot/images/freebsd-brand-rev.png",
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp673 for (lldb::ModuleSP image : m_target->GetImages().Modules()) {
674 if (!image)
679 SymbolFile *symbol_file = image->GetSymbolFile();
699 std::pair<lldb::ModuleSP, CompilerDeclContext>(image,
703 image->GetFileSpec().GetFilename());
1647 for (lldb::ModuleSP image : m_target->GetImages().Modules()) {
1648 if (!image)
1653 SymbolFile *symbol_file = image->GetSymbolFile();
1665 image, found_namespace_decl));
1668 image
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c330 os_strcmp(icon->file_name, file_name) == 0 && icon->image)
353 if (!icon || !icon->image || offset >= icon->image_len)
363 b64 = base64_encode(&icon->image[offset], size, &b64_size);
383 os_free(icon->image);
471 if (icon->dialog_token == dialog_token && !icon->image &&
473 icon->image = os_memdup(pos, slen);
474 if (!icon->image)
507 png = os_strncasecmp((char *) pos + 1, "image/png", 9) == 0;
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c800 const struct fw_img *image,
816 for (i = *first_ucode_section; i < image->num_sec; i++) {
825 if (!image->sec[i].data ||
826 image->sec[i].offset == CPU1_CPU2_SEPARATOR_SECTION ||
827 image->sec[i].offset == PAGING_SEPARATOR_SECTION) {
834 ret = iwl_pcie_load_section(trans, i, &image->sec[i]);
870 const struct fw_img *image,
882 for (i = *first_ucode_section; i < image->num_sec; i++) {
891 if (!image->sec[i].data ||
892 image
799 iwl_pcie_load_cpu_sections_8000(struct iwl_trans *trans, const struct fw_img *image, int cpu, int *first_ucode_section) argument
869 iwl_pcie_load_cpu_sections(struct iwl_trans *trans, const struct fw_img *image, int cpu, int *first_ucode_section) argument
1019 iwl_pcie_load_given_ucode(struct iwl_trans *trans, const struct fw_img *image) argument
1057 iwl_pcie_load_given_ucode_8000(struct iwl_trans *trans, const struct fw_img *image) argument
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_core.c116 static const char *mlx5_fpga_image_name(enum mlx5_fpga_image image) argument
118 switch (image) {
163 mlx5_fpga_info(fdev, "Status %u; Admin image %u; Oper image %u\n",
172 mlx5_fpga_err(fdev, "%s image failed to load; status %u\n",
234 mlx5_fpga_info(fdev, "%s(%d) image, version %u; SBU %06x:%04x version %d\n",
/freebsd-current/tools/tools/makeroot/
H A Dmakeroot.sh39 <image> <bsdroot>
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.h307 int cd9660_write_image(iso9660_disk *, const char *image);
H A Dzfs.c153 errx(1, "maximum image size is too small");
155 errx(1, "image size bounds must be multiples of %d",
168 * image size is small, and 512MB is a reasonable size for pools up to
215 errx(1, "an image size must be specified");
767 zfs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
792 vdev_init(zfs, image);
H A Dcd9660.c289 OPT_STR('B', "bootimage", "Boot image parameter"),
290 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
291 OPT_STR('\0', "bootimagedir", "Boot image directory"),
452 * Builds the ISO image file
453 * @param const char *image The image filename to create
459 cd9660_makefs(const char *image, const char *dir, fsnode *root, argument
478 assert(image != NULL);
483 printf("%s: image %s directory %s root %p\n", __func__,
484 image, di
[all...]
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c816 "%s: Paging: driver supports up to %u bytes for paging image\n",
823 "%s: Paging: image isn't multiple %u\n",
2450 const struct iwm_fw_img *image, int cpu, int *first_ucode_section)
2473 if (!image->sec[i].data ||
2474 image->sec[i].offset == IWM_CPU1_CPU2_SEPARATOR_SECTION ||
2475 image->sec[i].offset == IWM_PAGING_SEPARATOR_SECTION) {
2481 ret = iwm_pcie_load_section(sc, i, &image->sec[i]);
2512 const struct iwm_fw_img *image, int cpu, int *first_ucode_section)
2532 if (!image->sec[i].data ||
2533 image
2449 iwm_pcie_load_cpu_sections_8000(struct iwm_softc *sc, const struct iwm_fw_img *image, int cpu, int *first_ucode_section) argument
2511 iwm_pcie_load_cpu_sections(struct iwm_softc *sc, const struct iwm_fw_img *image, int cpu, int *first_ucode_section) argument
2553 iwm_pcie_load_given_ucode(struct iwm_softc *sc, const struct iwm_fw_img *image) argument
2591 iwm_pcie_load_given_ucode_8000(struct iwm_softc *sc, const struct iwm_fw_img *image) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp85 /// Set up the memory image callback for the given decoder.
87 pt_image *image = pt_insn_get_image(decoder); local
89 int status = pt_image_set_callback(image, ReadProcessMemory, &process);
361 /// The process to decode. It provides the memory image to use for
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzimport.sh102 -i <pool-dir> Pool image directory
456 # Use the existing compressed image if available.
/freebsd-current/tests/ci/
H A DMakefile165 @echo "Building ci image for ${TARGET_ARCH"}"
/freebsd-current/stand/
H A Ddefs.mk91 # Slim down the image. This saves about 15% in size with clang 6 on x86
/freebsd-current/stand/common/
H A Dgfx_fb.c1092 /* Is there image stored? */
1742 printf("Not truecolor image.\n");
1771 /* Both 0, use the native resolution of the image */
1794 * If the original image dimensions have been passed explicitly,
1857 * Build image for our framebuffer.
1865 * in the source image that correspond to a single pixel in the target.
1900 r = png->image[i];
1901 g = png->image[i + 1];
1902 b = png->image[i + 2];
1903 a = png->image[
[all...]
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsections.c1501 const char *image; local
1539 image = elftc_string_table_image(s->strtab, &sz);
1548 data->d_buf = (void *)(uintptr_t)image;
/freebsd-current/tools/tools/sysbuild/
H A Dsysbuild.sh460 log_it Prepare running image

Completed in 505 milliseconds

12345