| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 344 aic_print_include(FILE *dfile, char *include_file) in aic_print_include() argument 347 if (dfile == NULL) in aic_print_include() 349 fprintf(dfile, "\n#include \"%s\"\n\n", include_file); in aic_print_include() 370 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start() argument 372 if (dfile == NULL) in aic_print_reg_dump_start() 375 fprintf(dfile, in aic_print_reg_dump_start() 382 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument 395 if (dfile != NULL) { in aic_print_reg_dump_end() 397 fprintf(dfile, in aic_print_reg_dump_end() 402 fprintf(dfile, in aic_print_reg_dump_end() [all …]
|
| H A D | aicasm_symbol.h | 205 void symtable_dump(FILE *ofile, FILE *dfile);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | debugfs.c | 192 struct b43legacy_dfs_file *dfile; in b43legacy_debugfs_read() local 217 dfile = fops_to_dfs_file(dev, dfops); in b43legacy_debugfs_read() 219 if (!dfile->buffer) { in b43legacy_debugfs_read() 237 dfile->data_len = ret; in b43legacy_debugfs_read() 238 dfile->buffer = buf; in b43legacy_debugfs_read() 242 dfile->buffer, in b43legacy_debugfs_read() 243 dfile->data_len); in b43legacy_debugfs_read() 244 if (*ppos >= dfile->data_len) { in b43legacy_debugfs_read() 245 free_pages((unsigned long)dfile->buffer, buforder); in b43legacy_debugfs_read() 246 dfile->buffer = NULL; in b43legacy_debugfs_read() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/ |
| H A D | 0001-Modify-cmakelist.patch | 31 …mpile import compile; compile('\$ENV{DESTDIR}${PYTHON_SITE_DIR}/cmpi.py', dfile='${PYTHON_SITE_DIR… 32 …e import compile; compile('\$ENV{DESTDIR}$ENV{ENV_INSTALL_PATH}/cmpi.py', dfile='\$ENV{ENV_INSTALL… 34 …pile; compile('\$ENV{DESTDIR}${PYTHON_SITE_DIR}/cmpi_pywbem_bindings.py', dfile='${PYTHON_SITE_DIR… 35 …; compile('\$ENV{DESTDIR}$ENV{ENV_INSTALL_PATH}/cmpi_pywbem_bindings.py', dfile='$ENV{ENV_INSTALL_…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | debugfs.c | 495 struct b43_dfs_file *dfile; in b43_debugfs_read() local 520 dfile = fops_to_dfs_file(dev, dfops); in b43_debugfs_read() 522 if (!dfile->buffer) { in b43_debugfs_read() 535 dfile->data_len = ret; in b43_debugfs_read() 536 dfile->buffer = buf; in b43_debugfs_read() 540 dfile->buffer, in b43_debugfs_read() 541 dfile->data_len); in b43_debugfs_read() 542 if (*ppos >= dfile->data_len) { in b43_debugfs_read() 543 free_pages((unsigned long)dfile->buffer, buforder); in b43_debugfs_read() 544 dfile->buffer = NULL; in b43_debugfs_read() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/ |
| H A D | armada_gem.h | 41 struct drm_file *dfile, unsigned handle) in armada_gem_object_lookup() argument 43 struct drm_gem_object *obj = drm_gem_object_lookup(dfile, handle); in armada_gem_object_lookup()
|
| H A D | armada_fb.c | 88 struct drm_file *dfile, const struct drm_mode_fb_cmd2 *mode) in armada_fb_create() argument 108 obj = armada_gem_object_lookup(dfile, mode->handles[0]); in armada_fb_create()
|
| H A D | armada_fb.h | 20 struct drm_file *dfile, const struct drm_mode_fb_cmd2 *mode);
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pycompile.py | 47 dfile=runtime_path, doraise=True)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_csr.c | 197 char dfile[32]; member 211 char dfile[32]; member
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package_rpm.bbclass | 45 for dfile in dependsflist.split(): 46 key = "FILE" + varname + ":" + dfile + ":" + pkg 49 file = dfile.replace("@underscore@", "_") 248 for dfile in dependsflist.split(): 249 key = "FILE" + varname + ":" + dfile + ":" + pkg
|
| H A D | package.bbclass | 1748 for dfile in sorted((d.getVar('FILERPROVIDESFLIST:' + pkg) or "").split()): 1749 write_if_exists(sf, pkg, 'FILERPROVIDES:' + dfile) 1752 for dfile in sorted((d.getVar('FILERDEPENDSFLIST:' + pkg) or "").split()): 1753 write_if_exists(sf, pkg, 'FILERDEPENDS:' + dfile)
|