Home
last modified time | relevance | path

Searched refs:filelist (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py206 filelist = []
214 filelist.append(item[0])
216 return filelist
220 filelist = self._p4listfiles(ud, d)
221 if not filelist:
227 progresshandler = PerforceProgressHandler(d, len(filelist))
229 for afile in filelist:
H A D__init__.py1267 filelist = []
1277 filelist.append(f + ":" + str(os.path.exists(f)))
1283 return " ".join(filelist)
1285 def get_file_checksums(filelist, pn, localdirsexclude): argument
1292 return _checksum_cache.get_checksums(filelist, pn, localdirsexclude)
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py156 for filelist in section[pkgtype].copy():
157 if section[pkgtype][filelist] and type(section[pkgtype][filelist][0]) == dict:
159 for entry in section[pkgtype][filelist]:
161 section[pkgtype][filelist] = newlist
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-ipmiprovider-symlink.bbclass26 filelist = glob.glob(install_file);
29 path, file = os.path.split(filelist[0])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest8 filelist="test_procs.tcl tunnel.test session.test"
9 for file in ${filelist}
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py64 filelist = pkglist
66 filelist = files
67 for fn in filelist:
132 for patch, filelist in patchedfiles.items():
133 for fileitem in filelist:
H A Dcreate_buildsys.py807 filelist = RecipeHandler.checkfiles(srctree, ['VERSION', 'version'])
809 for fileitem in filelist:
831 filelist = RecipeHandler.checkfiles(srctree, ['*.spec'], recursive=True)
838 for fileitem in filelist:
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py193 filelist = []
210 filelist.append((fpath, fsize))
214 for item, _ in filelist:
256 for fpath, fsize in filelist:
H A Dupgrade.py247 filelist = stdout.splitlines()
248 pbar = bb.ui.knotty.BBProgress('Adding changed files', len(filelist))
251 for i in range(0, len(filelist), batchsize):
252 batch = filelist[i:i+batchsize]
/openbmc/linux/scripts/mod/
H A Dsumversion.c396 char filelist[PATH_MAX + 1]; in get_src_version() local
399 snprintf(filelist, sizeof(filelist), "%s.mod", modname); in get_src_version()
401 buf = read_text_file(filelist); in get_src_version()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py80 def get_checksums(self, filelist, pn, localdirsexclude): argument
115 for pth in filelist_regex.split(filelist):
H A Dcooker.py1275filelist, masked, searchdirs = collections[mc].collect_bbfiles(self.databuilder.mcdata[mc], self.d…
1283 for f in filelist:
1617 …(filelist, masked, search) = self.collections[mc].collect_bbfiles(self.databuilder.mcdata[mc], sel…
1619 mcfilelist[mc] = filelist
1917 filelist = []
1922 filelist.append(filename)
1923 return tuple(filelist)
/openbmc/linux/include/sound/
H A Dseq_virmidi.h51 struct list_head filelist; member
/openbmc/linux/sound/core/seq/
H A Dseq_virmidi.c84 list_for_each_entry(vmidi, &rdev->filelist, list) { in snd_virmidi_dev_receive_event()
204 list_add_tail(&vmidi->list, &rdev->filelist); in snd_virmidi_input_open()
522 INIT_LIST_HEAD(&rdev->filelist); in snd_virmidi_new()
/openbmc/linux/include/drm/
H A Ddrm_device.h183 struct list_head filelist; member
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py452 filelist = [self.server_socket]
460 sread, swrite, serror = select.select(filelist, [], [], 5)
467 filelist.append(qemusock)
468 filelist.remove(self.server_socket)
500 filelist.remove(file)
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass148 self.filelist = ""
192 pkginfo.filelist = value
340 filelist = list(dictval.keys())
341 filelist.sort()
342 pkginfo.filelist = " ".join([shlex.quote(x) for x in filelist])
442 f.write(u"FILELIST = %s\n" % pkginfo.filelist)
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c277 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py141 filelist = []
176 filelist.append((fullpath, mode))
183 return filelist
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c140 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
962 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py2361 filelist = []
2387 filelist.append(inventoryData['fileLoc'])
2392 filelist.append(sensorData['fileLoc'])
2397 filelist.append(ledStatus['fileLoc'])
2403 filelist.append(selShort['fileLoc'])
2408 filelist.append(parsedSELs['fileLoc'])
2414 filelist.append(bmcRaw['fileLoc'])
2436 filelist+= getBMCDumps['fileList']
2444 filelist.append(myDir+os.sep+'openbmctoolRuntimeErrors.txt')
2452 for myfile in filelist:
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass74 filelist = []
93 filelist.append(path + ":" + str(os.path.exists(path)))
96 return " ".join(filelist)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_debugfs.c94 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
H A Ddrm_drv.c636 INIT_LIST_HEAD(&dev->filelist); in drm_dev_init()
/openbmc/linux/drivers/usb/core/
H A Dusb.c732 INIT_LIST_HEAD(&dev->filelist); in usb_alloc_dev()

12