OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernel_data
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h
343
char *
kernel_data
; /* location of data buffer in the kernel */
member in struct:floppy_raw_cmd
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h
343
char *
kernel_data
; /* location of data buffer in the kernel */
member in struct:floppy_raw_cmd
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
797
T*
kernel_data
, const T* data_to_set) {
798
if (*
kernel_data
!= *data_to_set) {
799
*
kernel_data
= *data_to_set;
[
all
...]
syncable.h
828
template <class T> void TestAndSet(T*
kernel_data
, const T* data_to_set);
[
all
...]
Completed in 657 milliseconds
1
2
3