/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | siteinfo.bbclass | 22 # If 'what' doesn't exist then an empty value is returned 194 # sstate isn't path specific 219 … # We need sstate sigs for native/cross not to vary upon arch so we can't depend on the site files.
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 113 struct tx_sa *t = &ipsec->tx_tbl[i]; in ixgbevf_ipsec_restore() local 123 if (t->used) { in ixgbevf_ipsec_restore() 124 ret = ixgbevf_ipsec_set_pf_sa(adapter, t->xs); in ixgbevf_ipsec_restore()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | thin-provisioning.rst | 201 Once created, the user doesn't have to worry about any connection 232 You don't mention the origin at this stage. 281 Don't pass discards down to the underlying 285 Don't allow any changes to be made to the pool 325 it can get disabled if the underlying device doesn't support it. 413 The pool doesn't store any size against the thin devices. If you
|
/openbmc/u-boot/scripts/ |
H A D | spelling.txt | 134 arne't||aren't 399 didnt||didn't 423 doesnt||doesn't 670 isnt||isn't 1035 shouldnt||shouldn't
|
/openbmc/u-boot/lib/lzma/ |
H A D | lzma.txt | 214 Algorithms from hc* group doesn't provide good compression 228 -eos: write End Of Stream marker. By default LZMA doesn't write 563 _LZMA_NO_SYSTEM_SIZE_T - Define it if you don't want to use size_t type. 566 _7ZIP_PPMD_SUPPPORT - Define it if you don't want to support PPMD method in AMSI-C .7z decoder. 580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator. 592 So you don't need to catch CNewException, if you call COM interfaces of 7-Zip.
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | sphinx.rst | 71 still build the documentation, but won't include any images at the 125 Can't build as 1 mandatory dependency is missing at ./scripts/sphinx-pre-install line 468. 240 * Please don't go overboard with reStructuredText markup. Keep it 274 Although RST doesn't mandate a specific order ("Rather than imposing a fixed 280 examples, etc.), use ``::`` for anything that doesn't really benefit 432 isn't adding any value, please feel free to convert it to just the document
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 218 const struct btf_type *t = btf__type_by_id(btf, i); in find_type_for_map() local 221 if (!btf_is_datasec(t)) in find_type_for_map() 224 name = btf__str_by_offset(btf, t->name_off); in find_type_for_map() 229 return t; in find_type_for_map() 1721 const struct btf_type *t = btf__type_by_id(info->marked_btf, type_id); in btfgen_mark_member() local 1722 struct btf_member *m = btf_members(t) + idx; in btfgen_mark_member()
|
/openbmc/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 200 For printing the pointer differences, use the %t modifier for ptrdiff_t. 426 be a mix of old and new ones, but it won't oops. %pd dentry is a safer 531 %pt[RT]t HH:MM:SS 545 instead of 'T' (Capital T) between date and time. It won't have any effect 594 - t - page [t]ype, expects value of type (``unsigned int *``)
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | super.rst | 139 incompatible feature set that the kernel doesn't know about, it should 142 e2fsck's requirements are more strict; if it doesn't know 144 must abort and not try to meddle with things it doesn't understand... 161 if it doesn't understand a flag; fsck should not do that. See the 166 - Incompatible feature set. If the kernel or fsck doesn't understand one 172 - Readonly-compatible feature set. If the kernel doesn't understand one of
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 485 static void vblank_disable_fn(struct timer_list *t) in vblank_disable_fn() argument 487 struct drm_vblank_crtc *vblank = from_timer(vblank, t, disable_timer); in vblank_disable_fn() 1346 struct drm_pending_vblank_event *e, *t; in drm_crtc_vblank_off() local 1383 list_for_each_entry_safe(e, t, &dev->vblank_event_list, base.link) { in drm_crtc_vblank_off() 1936 struct drm_pending_vblank_event *e, *t; in drm_handle_vblank_events() local 1944 list_for_each_entry_safe(e, t, &dev->vblank_event_list, base.link) { in drm_handle_vblank_events()
|
/openbmc/linux/fs/configfs/ |
H A D | dir.c | 582 const struct config_item_type *t = item->ci_type; in populate_attrs() local 588 if (!t) in populate_attrs() 590 if (t->ct_attrs) { in populate_attrs() 591 for (i = 0; (attr = t->ct_attrs[i]) != NULL; i++) { in populate_attrs() 596 if (t->ct_bin_attrs) { in populate_attrs() 597 for (i = 0; (bin_attr = t->ct_bin_attrs[i]) != NULL; i++) { in populate_attrs()
|
/openbmc/linux/fs/fat/ |
H A D | dir.c | 193 fat_short2uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni) in fat_short2uni() argument 197 charlen = t->char2uni(c, clen, uni); in fat_short2uni() 206 fat_short2lower_uni(struct nls_table *t, unsigned char *c, in fat_short2lower_uni() argument 212 charlen = t->char2uni(c, clen, &wc); in fat_short2lower_uni() 217 unsigned char nc = t->charset2lower[*c]; in fat_short2lower_uni() 222 charlen = t->char2uni(&nc, 1, uni); in fat_short2lower_uni()
|
/openbmc/linux/drivers/media/radio/wl128x/ |
H A D | fmdrv_common.c | 250 static void recv_tasklet(struct tasklet_struct *t) in recv_tasklet() argument 259 fmdev = from_tasklet(fmdev, t, tx_task); in recv_tasklet() 334 static void send_tasklet(struct tasklet_struct *t) in send_tasklet() argument 340 fmdev = from_tasklet(fmdev, t, tx_task); in send_tasklet() 542 static void int_timeout_handler(struct timer_list *t) in int_timeout_handler() argument 548 fmdev = from_timer(fmdev, t, irq_info.timer); in int_timeout_handler()
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1317 # INEX1 : none (packed doesn't go through here) 1508 # fmove out doesn't affect ccodes. 1665 short tbl_fu_out - tbl_fu_out # SNAN can't happen 1671 short tbl_fu_out - tbl_fu_out # INEX1 won't make it here 2067 # fmove out doesn't affect ccodes. 2585 st STORE_FLG(%a6) # don't store a final result 2928 # this ain't a pretty solution, but it works: 3197 short tbl_operr - tbl_operr # ext prec shouldn't happen 3200 short tbl_operr - tbl_operr # dbl prec shouldn't happen 3367 short fsnan_out_x - tbl_snan # ext prec shouldn't happen [all …]
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 54 Power Management Interface Specification doesn't define any standard method of 257 messages sent by PCI Express endpoints integrated with the Root Complex don't 422 however, the PCI subsystem doesn't really know if the device really can be 458 the device's driver doesn't provide a struct dev_pm_ops object (containing 473 been called, which means that the device driver's interrupt handler won't be 482 device's standard configuration registers haven't been saved yet (one of the 577 and it doesn't apply the suspend-related hardware quirks. It is executed 578 asynchronously for different PCI devices that don't depend on each other in a 610 asynchronously for different PCI devices that don't depend on each other in a 629 although they don't attempt to save the device's standard configuration [all …]
|
/openbmc/docs/designs/ |
H A D | redfish-authorization.md | 147 lead to a very coarse-grained access control, and doesn't implement the 213 However, modeling roles only as static Linux secondary groups doesn't worked 215 privileges: secondary group can't represent associations. 225 Users for Redfish roles won't be any predefined groups (web, redfish, ipmi). We 227 Users for Redfish roles won't have SSH permission as well. 303 Base privileges and roles won't be allowed to change at runtime. 446 BMCWeb has requirements that it doesn't prefer to load a large file at service 563 SubordinateOverrides when the service doesn't have SubordinateOverrides 591 Systems without enabling dynamic authorization feature won't have any new
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs.rst | 99 autofs doesn't find the filesystem itself but sends a message to the 103 mount has already happened. The VFS doesn't try to mount anything but 151 `d_manage` also returns `-EISDIR` if the dentry shouldn't be a 187 VFS that this is a directory that doesn't require d_automount. If 208 mounted. As autofs doesn't return such a filesystem but leaves the 237 Normally the daemon only wants to remove entries which haven't been 248 there can be an accumulation of mounts that aren't actually being 251 preventing this apparent inability to expire mounts that aren't 353 access it but it isn't there) or that it has been selected for expiry.
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 236 static void restart_sched(struct tasklet_struct *t); 1306 static void restart_sched(struct tasklet_struct *t) in restart_sched() argument 1308 struct sched *s = from_tasklet(s, t, sched_tsk); in restart_sched() 1922 static void sge_tx_reclaim_cb(struct timer_list *t) in sge_tx_reclaim_cb() argument 1925 struct sge *sge = from_timer(sge, t, tx_reclaim_timer); in sge_tx_reclaim_cb() 2018 static void espibug_workaround_t204(struct timer_list *t) in espibug_workaround_t204() argument 2020 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround_t204() 2061 static void espibug_workaround(struct timer_list *t) in espibug_workaround() argument 2063 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_worker.c | 443 void resync_timer_fn(struct timer_list *t) in resync_timer_fn() argument 445 struct drbd_device *device = from_timer(device, t, resync_timer); in resync_timer_fn() 933 const unsigned long t = device->rs_total; in drbd_resync_finished() local 935 (t == 0) ? 0 : in drbd_resync_finished() 936 (t < 100000) ? ((s*100)/t) : (s/(t/100)); in drbd_resync_finished() 1699 void start_resync_timer_fn(struct timer_list *t) in start_resync_timer_fn() argument 1701 struct drbd_device *device = from_timer(device, t, start_resync_timer); in start_resync_timer_fn()
|
/openbmc/linux/kernel/sched/ |
H A D | sched.h | 1772 extern int migrate_swap(struct task_struct *p, struct task_struct *t, 3299 extern void sched_mm_cid_migrate_from(struct task_struct *t); 3300 extern void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t); 3302 extern void init_sched_mm_cid(struct task_struct *t); 3319 static inline void mm_cid_put_lazy(struct task_struct *t) in mm_cid_put_lazy() argument 3321 struct mm_struct *mm = t->mm; in mm_cid_put_lazy() 3526 static inline void sched_mm_cid_migrate_from(struct task_struct *t) { } in sched_mm_cid_migrate_from() argument 3527 static inline void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t) { } in sched_mm_cid_migrate_to() argument 3529 static inline void init_sched_mm_cid(struct task_struct *t) { } in init_sched_mm_cid() argument
|
/openbmc/linux/drivers/net/ethernet/toshiba/ |
H A D | Kconfig | 13 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | Kconfig | 16 If you don't know what this is, please say N.
|
/openbmc/linux/Documentation/fb/ |
H A D | vt8623fb.rst | 60 * cursor disable in text mode doesn't work
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-taos-evm.rst | 47 to operate at 1200 bps. However, I don't think this is a big concern in
|
/openbmc/linux/arch/mips/boot/dts/mti/ |
H A D | malta.dts | 32 * binding doesn't require it, such that the kernel can
|