/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 &&
|
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/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"
|
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
|
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)
|
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)
|
/src/usr.bin/mail/ |
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 */
|
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 */
|