search for: noffset

Displaying 8 results from an estimated 8 matches for "noffset".

Did you mean: offset
2009 Aug 21
0
Wine release 1.1.28
...un since it uses character offsets. richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText. richedit: Use ME_Cursor instead of offsets for stream out functions. richedit: Use ME_MoveCursorChars in ME_FindText to find relative offset. richedit: Fixed check for nOffset at the end of the cursor's run. wordpad: Use smaller cbSize for REBARBANDINFOW for compatibility. winedbg: Prevent syntax error for setting all debug channels. winedbg: Remove unused tokens in grammer file. winedbg: Correct header for virtual memory mapping for end addre...
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined, it is easy to maintain. This series
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined, it is easy to maintain. This series
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...= kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); if (!rio_table_ptr) @@ -376,9 +399,12 @@ int __init ibmphp_access_ebda (void) rio_table_ptr->offset = offset +3 ; debug("info about rio table hdr ---\n"); - debug("ver_num: %x\nscal_count: %x\nriodev_count: %x\noffset of rio table: %x\n ", - rio_table_ptr->ver_num, rio_table_ptr->scal_count, - rio_table_ptr->riodev_count, rio_table_ptr->offset); + debug("ver_num: %x\n" + "scal_count: %x\n" + "riodev_count: %x\n" + "offset of rio...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...= kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); if (!rio_table_ptr) @@ -376,9 +399,12 @@ int __init ibmphp_access_ebda (void) rio_table_ptr->offset = offset +3 ; debug("info about rio table hdr ---\n"); - debug("ver_num: %x\nscal_count: %x\nriodev_count: %x\noffset of rio table: %x\n ", - rio_table_ptr->ver_num, rio_table_ptr->scal_count, - rio_table_ptr->riodev_count, rio_table_ptr->offset); + debug("ver_num: %x\n" + "scal_count: %x\n" + "riodev_count: %x\n" + "offset of rio...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...= kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); if (!rio_table_ptr) @@ -376,9 +399,12 @@ int __init ibmphp_access_ebda (void) rio_table_ptr->offset = offset +3 ; debug("info about rio table hdr ---\n"); - debug("ver_num: %x\nscal_count: %x\nriodev_count: %x\noffset of rio table: %x\n ", - rio_table_ptr->ver_num, rio_table_ptr->scal_count, - rio_table_ptr->riodev_count, rio_table_ptr->offset); + debug("ver_num: %x\n" + "scal_count: %x\n" + "riodev_count: %x\n" + "offset of rio...