Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 4 of 4) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dpci.h19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Defs_dir.h40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot]) argument
Dmca.h19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dxprt.h117 struct rpc_rqst * slot; member