Searched refs:attachment (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/usr.bin/mail/
H A Dmime_attach.h42 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 */
H A Dmime_attach.c70 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 typ
[all...]
H A Ddef.h291 * 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 */
H A Dtty.c347 struct attachment *ap;
H A Dextern.h268 int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
H A Dsend.c776 struct name *smopts, char *subject, struct attachment *attach)
H A Dcmd3.c431 struct attachment attach;
/netbsd-current/sys/rump/dev/lib/libpci_hdaudio/
H A DMakefile11 COMMENT=HDaudio PCI attachment
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Dmock_dmabuf.c14 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, argument
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, argument
54 dma_unmap_sg(attachment->dev, st->sgl, st->nents, dir);
/netbsd-current/sys/arch/arc/arc/
H A Dautoconf.c160 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 &&
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_dmabuf.c27 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment, argument
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, argument
88 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf);
90 dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir);
/netbsd-current/usr.bin/config/
H A Dmkioconf.c379 const char *state, *basename, *attachment; local
391 " /* driver attachment unit state "
432 attachment = i->i_atdeva->d_name;
449 attachment, strlen(attachment) < 5 ? "\t\t"
H A Dgram.y214 %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
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Ddri2.h56 uint32_t attachment; member in struct:xcb_dri2_dri2_buffer_t
76 uint32_t attachment; member in struct:xcb_dri2_attach_format_t
H A Dxinput.h2895 xcb_input_device_id_t attachment; member in struct:xcb_input_xi_device_info_t
3795 xcb_input_device_id_t attachment; member in struct:xcb_input_hierarchy_info_t
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gem.c842 struct dma_buf_attachment *attachment; local
869 attachment = READ_ONCE(bo->tbo.base.import_attach);
871 if (attachment)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c707 int *remote_errno, char **attachment,
11833 int *remote_errno, char **attachment)
11838 *attachment = NULL;
11858 /* Check for ";attachment". If there is no attachment, the
11862 *attachment = p + 1;
11882 attachment is expected; an error will be reported if there's a
11885 attachment's length. */
11889 int *remote_errno, char **attachment,
11932 /* Make sure we saw an attachment i
11817 remote_hostio_parse_result(char *buffer, int *retcode, int *remote_errno, char **attachment) argument
11873 remote_hostio_send_command(int command_bytes, int which_packet, int *remote_errno, char **attachment, int *attachment_len) argument
12090 char *attachment; local
12254 char *attachment; local
12293 char *attachment; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c711 fileio_error *remote_errno, const char **attachment,
12149 fileio_error *remote_errno, const char **attachment)
12154 *attachment = NULL;
12174 /* Check for ";attachment". If there is no attachment, the
12178 *attachment = p + 1;
12198 attachment is expected; an error will be reported if there's a
12201 attachment's length. */
12205 fileio_error *remote_errno, const char **attachment,
12248 /* Make sure we saw an attachment i
[all...]

Completed in 364 milliseconds