| /netbsd-src/usr.bin/mail/ |
| H A D | 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) in content_encoding() 417 content_type(struct attachment *ap) in content_type() 446 content_disposition(struct attachment *ap) in content_disposition() 471 content_id(struct attachment *ap __unused) in content_id() 479 content_description(struct attachment *attach, int attach_num) in content_description() 494 get_mime_content(struct attachment *ap, int i) in get_mime_content() 538 fput_attachment(FILE *fo, struct attachment *ap) in fput_attachment() 641 struct attachment map; /* fake structure for the message body */ in mime_encode() [all …]
|
| H A D | 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 */
|
| H A D | def.h | 293 struct attachment { struct 294 struct attachment *a_flink; /* Forward link in list. */ argument 295 struct attachment *a_blink; /* Backward list link */ argument 335 struct attachment *h_attach; /* MIME attachments */ argument
|
| H A D | extern.h | 268 int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
|
| /netbsd-src/sys/dev/ofisa/ |
| H A D | files.ofisa | 13 # attachment for MI pckbc driver 17 # attachment for MI com driver 21 # attachment for MI lpt driver 28 # attachment for MI wdc driver 32 # attachment of ISA SoundBlaster driver 36 # attachment of ISA ESS Technology ES1887/ES888 40 # attachment of ISA CS8900 driver 44 # attachment of ISA Game port driver
|
| /netbsd-src/sys/arch/arc/arc/ |
| H A D | autoconf.c | 160 const char *attachment; member 183 while (dp->attachment) { in makebootdev() 184 if (strncmp(cp, dp->attachment, strlen(dp->attachment)) == 0) in makebootdev() 188 if (!dp->attachment) { in makebootdev() 196 if (ok && strcmp(dp->attachment, "multi") == 0 && in makebootdev()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
| H A D | mock_dmabuf.c | 14 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, in mock_map_dma_buf() argument 17 struct mock_dmabuf *mock = to_mock(attachment->dmabuf); in mock_map_dma_buf() 36 if (!dma_map_sg(attachment->dev, st->sgl, st->nents, dir)) { in mock_map_dma_buf() 50 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment, in mock_unmap_dma_buf() argument 54 dma_unmap_sg(attachment->dev, st->sgl, st->nents, dir); in mock_unmap_dma_buf()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_dmabuf.c | 27 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_map_dma_buf() argument 30 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_map_dma_buf() 67 if (!dma_map_sg(attachment->dev, st->sgl, st->nents, dir)) { in i915_gem_map_dma_buf() 84 static void i915_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_unmap_dma_buf() argument 88 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_unmap_dma_buf() 90 dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir); in i915_gem_unmap_dma_buf()
|
| /netbsd-src/usr.bin/config/ |
| H A D | mkioconf.c | 379 const char *state, *basename, *attachment; in emitcfdata() local 432 attachment = i->i_atdeva->d_name; in emitcfdata() 449 attachment, strlen(attachment) < 5 ? "\t\t" in emitcfdata()
|
| H A D | gram.y | 214 %type <str> attachment 820 no device_instance AT attachment 825 no DEVICE AT attachment { deldeva($4, $1); } 833 device_instance AT attachment locators device_flags 973 attachment:
|
| /netbsd-src/sys/arch/mips/conf/ |
| H A D | files.sibyte | 20 # I/O Bridge Zero attachment to ZBbus 62 # Bogus RTC attachment
|
| /netbsd-src/sys/rump/dev/lib/libpci_hdaudio/ |
| H A D | Makefile | 11 COMMENT=HDaudio PCI attachment
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/ |
| H A D | ciphertext_from_1_1_1.cms | 2 Content-Disposition: attachment; filename="smime.p7m"
|
| /netbsd-src/sys/conf/ |
| H A D | files | 421 # (included here so files.i2c can define an attachment) 428 # (included here so files.i2c can define an attachment) 821 # (use as an attribute for an "ne" bus attachment) 1285 define isabus { } # ISA attachment 1286 define eisabus { } # EISA attachment 1287 define pcibus {[bus = -1]} # PCI attachment 1288 define mcabus { } # MicroChannel attachment 1289 define usbus { } # USB attachment 1290 define fwbus { } # IEEE 1394 attachment 1291 define vmebus { } # VME bus attachment [all...] |
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | files.i80312 | 9 # Board-specific front-end provides attachment.
|
| H A D | files.becc | 11 # Board-specific front-end provides attachment.
|
| H A D | files.i80321 | 15 # Board-specific front-end provides attachment.
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | flowers | 34 Rose, thornless, any color:Early attachment
|
| /netbsd-src/share/misc/ |
| H A D | flowers | 39 Rose, thornless, any color:Early attachment.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/smime-eml/ |
| H A D | SignedInvalidMappingFromanyPolicyTest7.eml | 17 Content-Disposition: attachment; filename="smime.p7s"
|
| /netbsd-src/sys/arch/pmax/conf/ |
| H A D | files.pmax | 113 # asc attachment at ioasic? 125 # TC and IOASIC attachment and files in sys/dev/tc/files.tc
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_gem.c | 842 struct dma_buf_attachment *attachment; in amdgpu_debugfs_gem_bo_info() local 869 attachment = READ_ONCE(bo->tbo.base.import_attach); in amdgpu_debugfs_gem_bo_info() 871 if (attachment) in amdgpu_debugfs_gem_bo_info()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | dri2.h | 56 uint32_t attachment; member 76 uint32_t attachment; member
|
| /netbsd-src/sys/dev/sun/ |
| H A D | files.sun | 33 # e.g. - middle layer: serial attachment of sun keyboard
|
| /netbsd-src/sys/dev/marvell/ |
| H A D | files.discovery | 13 # * CPU attachment is handled in largely a machine-independent
|