Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 116) sorted by relevance

12345

/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dmain.c282 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/
Dresource_size.cocci67 msg_safe=msg.replace("[","@(").replace("]",")")
84 msg_safe=msg.replace("[","@(").replace("]",")")
Derr_cast.cocci47 msg_safe=msg.replace("[","@(").replace("]",")")
Ddevm_request_and_ioremap.cocci96 cocci.print_main("INFO: replace by devm_request_and_ioremap",p1)
/linux-3.4.99/Documentation/device-mapper/
Ddm-flakey.txt37 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/
Daddrlabel.c241 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/
Dderef_null.cocci108 msg_safe=msg.replace("[","@(").replace("]",")")
167 msg_safe=msg.replace("[","@(").replace("]",")")
/linux-3.4.99/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci77 msg_safe=msg.replace("[","@(").replace("]",")")
/linux-3.4.99/drivers/media/video/
Dv4l2-event.c135 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/
Dauth.c825 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/
DREADME.mISDN1 mISDN is a new modular ISDN driver, in the long term it should replace
/linux-3.4.99/include/media/
Dv4l2-event.h102 void (*replace)(struct v4l2_event *old, member
/linux-3.4.99/net/wireless/
Ddb.txt11 # need to replace this file with one containing appropriately formatted
/linux-3.4.99/Documentation/ABI/obsolete/
Dproc-pid-oom_adj17 decrease the badness score linearly. This interface will replace
/linux-3.4.99/arch/frv/mm/
Dtlb-miss.S303 # - 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/
Dserial_UART42 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc.
/linux-3.4.99/sound/core/
Dcontrol_compat.c341 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/
Defx.h72 bool replace);
/linux-3.4.99/Documentation/EDID/
DHOWTO.txt32 replace the settings with your own data. The CRC value in the last line
/linux-3.4.99/Documentation/early-userspace/
DREADME102 - 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/
Dmegaraid.txt64 As new applications evolve and replace the old ones, the old packet format
Dcxgb3i.txt72 replace with a value no bigger than 15360 (for example 8192):
/linux-3.4.99/scripts/kconfig/
Dqconf.cc1127 res.replace(i, 1, "&lt;"); in print_filter()
1131 res.replace(i, 1, "&gt;"); in print_filter()
1135 res.replace(i, 1, "&amp;"); in print_filter()
1139 res.replace(i, 1, "&quot;"); in print_filter()
1143 res.replace(i, 1, "<br>"); in print_filter()
/linux-3.4.99/Documentation/driver-model/
Dporting.txt21 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/
Dcoccinelle.txt287 msg_safe=msg.replace("[","@(").replace("]",")")

12345