Searched refs:bag (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/ |
H A D | fix-indentation-for-gcc6.patch | 7 for (i = 0; i < bag->sub_store_size; ++i) 9 - if (bag->sub_store[i]) 10 + if (bag->sub_store[i]) { 11 _subscription_unref(bag->sub_store[i]); 12 bag->sub_store[i] = NULL;
|
H A D | 0001-provide-function-declaration-with-prototypes.patch | 173 * Creates a new class bag, 179 GeisGestureClassBag bag = calloc(1, sizeof(struct _GeisGestureClassBag)); 180 if (!bag) 187 * Creates a new class bag, 193 * Destroys a gesture class bag. 205 GeisDeviceBag bag = calloc(1, sizeof(struct _GeisDeviceBag)); 206 if (!bag) 213 * Creates a new device bag, 219 * Destroys a device bag. 251 * Creates a new filter bag, [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | index.rst | 12 massive grab-bag of kerneldoc info left over from the docbook days; it
|
H A D | kobject.rst | 331 - It serves as a bag containing a group of objects. A kset can be used by
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.h | 411 u64 bag; member
|
H A D | sja1105_static_config.c | 784 sja1105_packing(buf, &entry->bag, 41, 28, size, op); in sja1105_vl_policing_entry_packing() 800 sja1105_packing(buf, &entry->bag, 41, 28, size, op); in sja1110_vl_policing_entry_packing()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 2037 The third type of caller is a bag, which is useful for counting records. 2040 Records can be put in the bag in any order, they can be removed from the bag 2043 null record slot in the bag; and the ``xfarray_unset`` function removes a 2044 record from the bag. 2699 - Retrieve the next record from the btree and put it in a bag. 2702 them in the bag. 2704 - While the bag isn't empty: 2706 - Among the mappings in the bag, compute the lowest block number where the 2710 in the bag. 2712 - Remove all mappings from the bag that end at this position. [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | perl-rdepends.txt | 2044 RDEPENDS:perl-module-test2-compare-bag += "perl-module-base" 2045 RDEPENDS:perl-module-test2-compare-bag += "perl-module-strict" 2046 RDEPENDS:perl-module-test2-compare-bag += "perl-module-test2-util-hashbase" 2047 RDEPENDS:perl-module-test2-compare-bag += "perl-module-warnings" 2468 RDEPENDS:perl-module-test2-tools-classiccompare += "perl-module-test2-compare-bag" 2498 RDEPENDS:perl-module-test2-tools-compare += "perl-module-test2-compare-bag"
|