/linux-3.4.99/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 282 int i, replace, error; in mtrr_add_page() local 314 replace = -1; in mtrr_add_page() 335 replace = replace == -1 ? i : -2; in mtrr_add_page() 360 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page() 363 if (likely(replace < 0)) { in mtrr_add_page() 366 mtrr_usage_table[i] = mtrr_usage_table[replace]; in mtrr_add_page() 369 if (unlikely(replace != i)) { in mtrr_add_page() 370 set_mtrr(replace, 0, 0, 0); in mtrr_add_page() 371 mtrr_usage_table[replace] = 0; in mtrr_add_page()
|
/linux-3.4.99/scripts/coccinelle/api/ |
D | resource_size.cocci | 67 msg_safe=msg.replace("[","@(").replace("]",")") 84 msg_safe=msg.replace("[","@(").replace("]",")")
|
D | err_cast.cocci | 47 msg_safe=msg.replace("[","@(").replace("]",")")
|
D | devm_request_and_ioremap.cocci | 96 cocci.print_main("INFO: replace by devm_request_and_ioremap",p1)
|
/linux-3.4.99/Documentation/device-mapper/ |
D | dm-flakey.txt | 37 During <down interval>, replace <Nth_byte> of the data of 40 <Nth_byte>: The offset of the byte to replace. 41 Counting starts at 1, to replace the first byte.
|
/linux-3.4.99/net/ipv6/ |
D | addrlabel.c | 241 static int __ip6addrlbl_add(struct ip6addrlbl_entry *newp, int replace) in __ip6addrlbl_add() argument 247 newp, replace); in __ip6addrlbl_add() 260 if (!replace) { in __ip6addrlbl_add() 284 int ifindex, u32 label, int replace) in ip6addrlbl_add() argument 291 replace); in ip6addrlbl_add() 297 ret = __ip6addrlbl_add(newp, replace); in ip6addrlbl_add()
|
/linux-3.4.99/scripts/coccinelle/null/ |
D | deref_null.cocci | 108 msg_safe=msg.replace("[","@(").replace("]",")") 167 msg_safe=msg.replace("[","@(").replace("]",")")
|
/linux-3.4.99/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 77 msg_safe=msg.replace("[","@(").replace("]",")")
|
/linux-3.4.99/drivers/media/video/ |
D | v4l2-event.c | 135 if (sev->replace) { in __v4l2_event_queue_fh() 136 sev->replace(&kev->event, ev); in __v4l2_event_queue_fh() 241 sev->replace = ctrls_replace; in v4l2_event_subscribe()
|
/linux-3.4.99/net/sctp/ |
D | auth.c | 825 int replace = 0; in sctp_auth_set_key() local 837 replace = 1; in sctp_auth_set_key() 845 if (!replace) { in sctp_auth_set_key() 863 if (replace) in sctp_auth_set_key() 873 if (!replace) in sctp_auth_set_key()
|
/linux-3.4.99/Documentation/isdn/ |
D | README.mISDN | 1 mISDN is a new modular ISDN driver, in the long term it should replace
|
/linux-3.4.99/include/media/ |
D | v4l2-event.h | 102 void (*replace)(struct v4l2_event *old, member
|
/linux-3.4.99/net/wireless/ |
D | db.txt | 11 # need to replace this file with one containing appropriately formatted
|
/linux-3.4.99/Documentation/ABI/obsolete/ |
D | proc-pid-oom_adj | 17 decrease the badness score linearly. This interface will replace
|
/linux-3.4.99/arch/frv/mm/ |
D | tlb-miss.S | 303 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 430 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 550 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
|
/linux-3.4.99/Documentation/arm/SA1100/ |
D | serial_UART | 42 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc.
|
/linux-3.4.99/sound/core/ |
D | control_compat.c | 341 int replace) in snd_ctl_elem_add_compat() argument 383 err = snd_ctl_elem_add(file, data, replace); in snd_ctl_elem_add_compat()
|
/linux-3.4.99/drivers/net/ethernet/sfc/ |
D | efx.h | 72 bool replace);
|
/linux-3.4.99/Documentation/EDID/ |
D | HOWTO.txt | 32 replace the settings with your own data. The CRC value in the last line
|
/linux-3.4.99/Documentation/early-userspace/ |
D | README | 102 - kinit, the "glue" that uses ipconfig and nfsmount to replace the old 119 and a number of other utilities, so you can replace kinit and build
|
/linux-3.4.99/Documentation/scsi/ |
D | megaraid.txt | 64 As new applications evolve and replace the old ones, the old packet format
|
D | cxgb3i.txt | 72 replace with a value no bigger than 15360 (for example 8192):
|
/linux-3.4.99/scripts/kconfig/ |
D | qconf.cc | 1127 res.replace(i, 1, "<"); in print_filter() 1131 res.replace(i, 1, ">"); in print_filter() 1135 res.replace(i, 1, "&"); in print_filter() 1139 res.replace(i, 1, """); in print_filter() 1143 res.replace(i, 1, "<br>"); in print_filter()
|
/linux-3.4.99/Documentation/driver-model/ |
D | porting.txt | 21 objects can replace fields in the bus-specific objects. 369 This driver binding should replace the existing driver binding 399 that can replace those defined privately to the bus driver.
|
/linux-3.4.99/Documentation/ |
D | coccinelle.txt | 287 msg_safe=msg.replace("[","@(").replace("]",")")
|