Home
last modified time | relevance | path

Searched refs:wrappers (Results 1 – 19 of 19) sorted by relevance

/linux-2.6.39/arch/parisc/hpux/
DMakefile5 obj-y := entry_hpux.o gate.o wrappers.o fs.o ioctl.o sys_hpux.o
/linux-2.6.39/drivers/staging/comedi/
DTODO4 - remove all wrappers
/linux-2.6.39/drivers/staging/vt6656/
DTODO3 - remove kernel version compatibility wrappers
/linux-2.6.39/drivers/staging/brcm80211/util/
Daiutils.c340 if (!sii->wrappers[coreidx]) { in ai_setcoreidx()
341 sii->wrappers[coreidx] = REG_MAP(wrap, SI_CORE_SIZE); in ai_setcoreidx()
342 ASSERT(GOODREGS(sii->wrappers[coreidx])); in ai_setcoreidx()
344 sii->curwrap = sii->wrappers[coreidx]; in ai_setcoreidx()
/linux-2.6.39/Documentation/ko_KR/
Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/linux-2.6.39/Documentation/networking/
Dgen_stats.txt53 compatibility by calling the compat wrappers to keep providing the
/linux-2.6.39/Documentation/wimax/
DREADME.wimax27 them using your own code or use the wrappers provided for your
/linux-2.6.39/fs/xfs/
DKconfig76 including ASSERT checks, function wrappers around macros,
/linux-2.6.39/Documentation/spi/
Dspi-summary136 completion callbacks. There are also some simple synchronous wrappers
421 - There are also synchronous wrappers like spi_sync(), and wrappers
426 - The spi_write_then_read() call, and convenience wrappers around
431 wrappers, doing exactly that.
/linux-2.6.39/drivers/staging/brcm80211/include/
Dsiutils.h244 void *wrappers[SI_MAXCORES]; /* other cores wrapper va */ member
/linux-2.6.39/Documentation/
Dcredentials.txt302 the task pointer to make it point to the new copy. There are wrappers to aid
343 There are convenience wrappers for retrieving specific aspects of a task's
356 There are also convenience wrappers for retrieving specific associated pairs of
Djava.txt42 custom wrappers from this document in /usr/local)
Dstable_api_nonsense.txt37 source, hidden source, binary blobs, source wrappers, or any other term
/linux-2.6.39/Documentation/i2c/
Ddev-interface203 5* These i2c-core.c/i2c.h functions are wrappers to the actual
/linux-2.6.39/Documentation/RCU/
Dchecklist.txt306 the callback code simply wrappers around kfree(), so that this
/linux-2.6.39/Documentation/vm/
Dnuma_memory_policy.txt428 containing the memory policy system call wrappers. Some distributions
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc1261 * Removed unnecessary wrappers lpfc_find_lun_device() and
1294 * Remove all one-line wrappers from lpfc_mem.
/linux-2.6.39/init/
DKconfig932 This enables the legacy 16-bit UID syscall wrappers.
/linux-2.6.39/Documentation/block/
Dbiodoc.txt236 I/O scheduler wrappers are to be used instead of accessing the queue directly.