/openbmc/linux/net/ipv6/ |
H A D | calipso.c | 613 int spot = -1; in calipso_map_cat_hton() local 618 spot = netlbl_catmap_walk(secattr->attr.mls.cat, in calipso_map_cat_hton() 619 spot + 1); in calipso_map_cat_hton() 620 if (spot < 0) in calipso_map_cat_hton() 622 if (spot >= net_clen_bits) in calipso_map_cat_hton() 624 netlbl_bitmap_setbit(net_cat, spot, 1); in calipso_map_cat_hton() 626 if (spot > net_spot_max) in calipso_map_cat_hton() 627 net_spot_max = spot; in calipso_map_cat_hton() 652 int spot = -1; in calipso_map_cat_ntoh() local 656 spot = netlbl_bitmap_walk(net_cat, in calipso_map_cat_ntoh() [all …]
|
/openbmc/linux/net/netlabel/ |
H A D | netlabel_kapi.c | 812 u32 spot = start; in netlbl_catmap_setrng() local 814 while (rc == 0 && spot <= end) { in netlbl_catmap_setrng() 815 if (((spot & (BITS_PER_LONG - 1)) == 0) && in netlbl_catmap_setrng() 816 ((end - spot) > BITS_PER_LONG)) { in netlbl_catmap_setrng() 818 spot, in netlbl_catmap_setrng() 821 spot += BITS_PER_LONG; in netlbl_catmap_setrng() 823 rc = netlbl_catmap_setbit(catmap, spot++, flags); in netlbl_catmap_setrng()
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 244 + /* Assume that charsets can't start with a dash to spot arguments misuse */ 280 + /* Assume that charsets can't start with a dash to spot arguments misuse */ 344 + /* Assume that charsets can't start with a dash to spot arguments misuse */ 380 + /* Assume that charsets can't start with a dash to spot arguments misuse */
|
/openbmc/linux/arch/arc/lib/ |
H A D | strcmp-archs.S | 32 ;; A match is found, spot it out
|
/openbmc/linux/arch/xtensa/ |
H A D | Kconfig.debug | 8 This check can spot missing TLB invalidation/wrong PTE permissions/
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | vectors.S | 207 @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3150 int spot; in ar9300_uncompress_block() local 3155 spot = 0; in ar9300_uncompress_block() 3160 spot += offset; in ar9300_uncompress_block() 3164 if (length > 0 && spot >= 0 && spot+length <= mdataSize) { in ar9300_uncompress_block() 3167 it, spot, offset, length); in ar9300_uncompress_block() 3168 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block() 3169 spot += length; in ar9300_uncompress_block() 3173 it, spot, offset, length); in ar9300_uncompress_block()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-veyron-mickey.dts | 111 * - 800 MHz appears to be a "sweet spot" for me. I can run
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-mickey.dts | 136 * - 800 MHz appears to be a "sweet spot" for me. I can run
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | todo.rst | 134 the more warnings are addressed, the easier it is to spot real
|
/openbmc/linux/Documentation/livepatch/ |
H A D | shadow-vars.rst | 172 For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is
|
/openbmc/linux/Documentation/core-api/ |
H A D | errseq.rst | 114 Occasionally the big boss comes in for a spot check and asks the worker
|
H A D | unaligned-memory-access.rst | 31 assembly). As will become clear, it is relatively easy to spot C statements
|
H A D | xarray.rst | 412 spot in the tree. If you want to move to the next or previous index,
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | reporting-issues.rst | 1351 <linux@leemhuis.info>. If you spot a typo or small mistake, feel free to
|
/openbmc/u-boot/doc/ |
H A D | README.unaligned-memory-access.txt | 25 assembly). As will become clear, it is relatively easy to spot C statements
|
/openbmc/linux/Documentation/driver-api/ |
H A D | ioctl.rst | 228 that can spot problems in the interface when the ioctl is shared
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 186 2. To spot performance issues more easily
|
/openbmc/linux/Documentation/maintainer/ |
H A D | rebasing-and-merging.rst | 212 point rather than some random spot. If your upstream-bound branch has
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 166 to the modules to (hopefully) spot any changes which would
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcu_dereference.rst | 474 Unfortunately, these sorts of bugs can be extremely hard to spot during
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 2698 memalign requests more than enough space from malloc, finds a spot 2758 Find an aligned spot inside chunk. 2761 a spot with less than MINSIZE leader, we can move to the 2762 next aligned spot -- we've allocated enough total room so that
|
/openbmc/linux/Documentation/process/ |
H A D | 5.Posting.rst | 71 an arbitrary spot.
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | userfaultfd.rst | 260 doesn't have a memory error in the exact same spot.
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 227 spot (or Linux kernel release) from which the Yocto Linux kernel is
|