/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | perforce.py | 206 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__.py | 1267 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 D | resultutils.py | 156 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 D | obmc-phosphor-ipmiprovider-symlink.bbclass | 26 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 D | run-ptest | 8 filelist="test_procs.tcl tunnel.test session.test" 9 for file in ${filelist}
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | append.py | 64 filelist = pkglist 66 filelist = files 67 for fn in filelist: 132 for patch, filelist in patchedfiles.items(): 133 for fileitem in filelist:
|
H A D | create_buildsys.py | 807 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 D | deploy.py | 193 filelist = [] 210 filelist.append((fpath, fsize)) 214 for item, _ in filelist: 256 for fpath, fsize in filelist:
|
H A D | upgrade.py | 247 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 D | sumversion.c | 396 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 D | checksum.py | 80 def get_checksums(self, filelist, pn, localdirsexclude): argument 115 for pth in filelist_regex.split(filelist):
|
H A D | cooker.py | 1275 …filelist, 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 D | seq_virmidi.h | 51 struct list_head filelist; member
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_virmidi.c | 84 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 D | drm_device.h | 183 struct list_head filelist; member
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemurunner.py | 452 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 D | buildhistory.bbclass | 148 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 D | vmwgfx_gem.c | 277 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 141 filelist = [] 176 filelist.append((fullpath, mode)) 183 return filelist
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 140 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 D | openbmctool.py | 2361 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 D | base.bbclass | 74 filelist = [] 93 filelist.append(path + ":" + str(os.path.exists(path))) 96 return " ".join(filelist)
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 94 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
|
H A D | drm_drv.c | 636 INIT_LIST_HEAD(&dev->filelist); in drm_dev_init()
|
/openbmc/linux/drivers/usb/core/ |
H A D | usb.c | 732 INIT_LIST_HEAD(&dev->filelist); in usb_alloc_dev()
|