HomeSort by: relevance | last modified time | path
    Searched refs:attachment (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/mail/
mime_attach.h 42 struct attachment *mime_attach_optargs(struct name *);
43 struct attachment *mime_attach_files(struct attachment *, char *);
46 struct Content get_mime_content(struct attachment *, int);
51 void show_attach(const char *, struct attachment *); /* for debugging only */
mime_attach.c 70 show_alist(struct attachment *alist, struct attachment *ap)
102 show_attach(const char *prefix, struct attachment *ap)
309 content_encoding(struct attachment *ap, const char *ctype)
322 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
417 content_type(struct attachment *ap)
436 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
446 content_disposition(struct attachment *ap)
451 (void)sasprintf(&disp, "attachment; filename=\"%s\"",
464 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type)
    [all...]
def.h 291 * Structure of a MIME attachment.
293 struct attachment { struct
294 struct attachment *a_flink; /* Forward link in list. */
295 struct attachment *a_blink; /* Backward list link */
297 attach_t a_type; /* attachment type */
335 struct attachment *h_attach; /* MIME attachments */
tty.c 347 struct attachment *ap;
353 (void)printf("Attachment%s: %d\n", i > 1 ? "s" : "", i);
extern.h 268 int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
send.c 775 struct name *smopts, char *subject, struct attachment *attach)
cmd3.c 431 struct attachment attach;
  /src/sys/rump/dev/lib/libpci_hdaudio/
Makefile 11 COMMENT=HDaudio PCI attachment
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
mock_dmabuf.c 14 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment,
17 struct mock_dmabuf *mock = to_mock(attachment->dmabuf);
36 if (!dma_map_sg(attachment->dev, st->sgl, st->nents, dir)) {
50 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment,
54 dma_unmap_sg(attachment->dev, st->sgl, st->nents, dir);
  /src/sys/arch/arc/arc/
autoconf.c 160 const char *attachment; member in struct:devmap
183 while (dp->attachment) {
184 if (strncmp(cp, dp->attachment, strlen(dp->attachment)) == 0)
188 if (!dp->attachment) {
196 if (ok && strcmp(dp->attachment, "multi") == 0 &&
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_dmabuf.c 27 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment,
30 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf);
67 if (!dma_map_sg(attachment->dev, st->sgl, st->nents, dir)) {
84 static void i915_gem_unmap_dma_buf(struct dma_buf_attachment *attachment,
88 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf);
90 dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir);
  /src/usr.bin/config/
mkioconf.c 379 const char *state, *basename, *attachment; local in function:emitcfdata
391 " /* driver attachment unit state "
432 attachment = i->i_atdeva->d_name;
449 attachment, strlen(attachment) < 5 ? "\t\t"
gram.y 214 %type <str> attachment
683 /* optional attachment: with foo */
820 no device_instance AT attachment
825 no DEVICE AT attachment { deldeva($4, $1); }
833 device_instance AT attachment locators device_flags
972 /* name of a device to configure an attachment to */
973 attachment: label
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gem.c 842 struct dma_buf_attachment *attachment; local in function:amdgpu_debugfs_gem_bo_info
869 attachment = READ_ONCE(bo->tbo.base.import_attach);
871 if (attachment)

Completed in 46 milliseconds