| /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 */
|
| extern.h | 268 int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
|
| tty.c | 347 struct attachment *ap; 353 (void)printf("Attachment%s: %d\n", i > 1 ? "s" : "", i);
|
| 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 | 451 const char *state, *basename, *attachment; local 463 " /* driver attachment unit state " 504 attachment = i->i_atdeva->d_name; 521 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/external/mit/xorg/lib/libxcb/files/ |
| dri2.h | 56 uint32_t attachment; member in struct:xcb_dri2_dri2_buffer_t 76 uint32_t attachment; member in struct:xcb_dri2_attach_format_t
|
| xinput.h | 2895 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
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_gem.c | 842 struct dma_buf_attachment *attachment; local 869 attachment = READ_ONCE(bo->tbo.base.import_attach); 871 if (attachment)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote.c | 1178 fileio_error *remote_errno, const char **attachment, 12666 was included, and *ATTACHMENT to point to the start of the annex 12668 be NUL bytes in BUFFER, but they will be after *ATTACHMENT. 12675 fileio_error *remote_errno, const char **attachment) 12680 *attachment = NULL; 12700 /* Check for ";attachment". If there is no attachment, the 12704 *attachment = p + 1; 12723 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an 12724 attachment is expected; an error will be reported if there's [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| remote.c | 1180 fileio_error *remote_errno, const char **attachment, 12701 was included, and *ATTACHMENT to point to the start of the annex 12703 be NUL bytes in BUFFER, but they will be after *ATTACHMENT. 12710 fileio_error *remote_errno, const char **attachment) 12715 *attachment = NULL; 12735 /* Check for ";attachment". If there is no attachment, the 12739 *attachment = p + 1; 12758 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an 12759 attachment is expected; an error will be reported if there's [all...] |