HomeSort by relevance Sort by last modified time
    Searched full:oob (Results 1 - 25 of 48) sorted by null

1 2

  /external/yaffs2/yaffs2/
yaffs_mtdif.c 42 static inline void translate_spare2oob(const yaffs_Spare *spare, __u8 *oob)
44 oob[0] = spare->tagByte0;
45 oob[1] = spare->tagByte1;
46 oob[2] = spare->tagByte2;
47 oob[3] = spare->tagByte3;
48 oob[4] = spare->tagByte4;
49 oob[5] = spare->tagByte5 & 0x3f;
50 oob[5] |= spare->blockStatus == 'Y' ? 0: 0x80;
51 oob[5] |= spare->pageStatus == 0 ? 0: 0x40;
52 oob[6] = spare->tagByte6
    [all...]
yaffs_mtdif2.c 59 T(YAFFS_TRACE_ERROR, (TSTR("No OOB space for tags" TENDSTR)));
69 T(YAFFS_TRACE_ERROR, (TSTR("No OOB space for tags" TENDSTR)));
97 T(YAFFS_TRACE_ERROR, (TSTR("No space in OOB for tags" TENDSTR)));
107 T(YAFFS_TRACE_ERROR, (TSTR("No space in OOB for tags" TENDSTR)));
  /external/kernel-headers/original/linux/mtd/
mtd.h 59 * oob operation modes
61 * MTD_OOB_PLACE: oob data are placed at the given offset
62 * MTD_OOB_AUTO: oob data are automatically placed at the free areas
64 * MTD_OOB_RAW: mode to read raw data+oob in one chunk. The oob data
75 * struct mtd_oob_ops - oob operation operands
80 * no data buffer is available this is the number of oob bytes.
84 * no data buffer is available this is the number of oob bytes.
86 * @ooblen: number of oob bytes per page
87 * @ooboffs: offset of oob data in the oob area (only relevant whe
    [all...]
bbm.h 27 * @offs: offset of the pattern in the oob area of the page
28 * @veroffs: offset of the bbt version counter in the oob area of the page
41 * that the pattern and the version count are always located in the oob area
91 * Constants for oob configuration
98 * @badblockpos: [INTERN] position of the bad block marker in the oob area
nand.h 233 * @read_oob: function to read chip OOB data
234 * @write_oob: function to write chip OOB data
271 * @oobwbuf: buffer for write oob data
273 * @oobrbuf: buffer to read oob data
308 * @ops: oob operation operands
319 * @datbuf: [INTERN] internal buffer for one page + oob
320 * @oobbuf: [INTERN] oob buffer for one eraseblock
325 * @badblockpos: [INTERN] position of the bad block marker in the oob area
448 * @offs: offset of the pattern in the oob area of the page
449 * @veroffs: offset of the bbt version counter in the oob are of the pag
    [all...]
  /system/extras/ext4_utils/
indirect.c 59 error("failed to reserve oob block");
72 error("failed to reserve oob block");
89 error("failed to reserve oob block");
118 error("failed to reserve oob block");
147 error("failed to reserve oob block");
197 error("failed to advance oob block");
228 error("failed to advance oob block");
259 error("failed to advance oob block");
allocate.c 125 printf("OOB list:\n");
592 /* Reserve the next blocks for oob data (indirect or extent blocks) */
595 struct region *oob = split_allocation(alloc, blocks); local
598 if (oob == NULL)
601 while (oob && oob != alloc->list.iter) {
602 next = oob->next;
603 region_list_remove(&alloc->list, oob);
604 region_list_append(&alloc->oob_list, oob);
605 oob = next
    [all...]
  /external/quake/quake/src/QW/client/
docs.txt 39 The server receives the OOB message in SVC_DirectConnect()
41 It can respond with an OOB client print of "banned" or "server is full" if the client
45 netchan_t, and respond with an OOB message containing S2C_CONNECTION. Further
46 communication will be through sequenced netchan_t messages instead of OOB messages.
  /external/bluetooth/bluez/src/
dbus-hci.c 331 uint8_t cap, uint8_t auth, gboolean oob)
346 if (oob)
360 struct oob_availability_req *oob = user_data; local
361 struct btd_device *device = oob->device;
365 io_capa_oob_response(adapter, device, oob->capa, oob->auth, FALSE);
367 io_capa_oob_response(adapter, device, oob->capa, oob->auth, TRUE);
1055 gboolean oob = FALSE; local
1144 oob = agent_get_oob_capability(agent)
    [all...]
agent.h 44 gboolean oob, agent_remove_cb cb,
agent.c 69 gboolean oob; member in struct:agent
195 gboolean oob, agent_remove_cb cb,
206 agent->oob = oob;
413 DBG("oob availability request was sent for %s", path);
734 error("Wrong OOB data reply signature: %s", err.message);
992 return agent->oob;
device.h 71 gboolean oob);
adapter.c 1806 gboolean oob; local
    [all...]
device.c     [all...]
  /system/core/include/cutils/
selector.h 83 * Invoked by the selector when out-of-band (OOB) data is available. Set to
84 * NULL to indicate that you're not interested in OOB data.
  /external/webkit/WebCore/svg/graphics/
SVGResourceClipper.h 82 FloatRect clipperBoundingBox(const FloatRect& oob);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_custom_gpio.c 66 MODULE_PARM_DESC(dhd_oob_gpio_num, "DHD oob gpio number");
94 gpio_request(dhd_oob_gpio_num, "oob irq");
  /external/bluetooth/bluez/tools/
hcieventmask.c 106 events[6] |= 0x10; /* Remote OOB Data Request */
hciconfig.8 226 Display local OOB data.
  /external/kernel-headers/original/mtd/
mtd-abi.h 57 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdpcm.h 38 #define I_SMB_USE_OOB I_SMB_SW2 /* To SB Mailbox Use OOB Wakeup */
44 #define SMB_USE_OOB (1 << 2) /* To SB Mailbox Use OOB Wakeup */
hndsoc.h 131 #define OOB_ROUTER_CORE_ID 0x367 /* OOB router core ID */
  /system/core/toolbox/
nandread.c 134 printf("oob size: %u\n", mtdinfo.oobsize);
202 fprintf(stderr, "failed to read oob data at %llx, %d\n", pos, ret);
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 242 ifneq ($(findstring -oob-,-$(TARGET)-),)
309 dhd-cdc-sdspi-pci dhd-cdc-sdmmc-gpl dhd-cdc-sdmmc-oob-gpl dhd-cdc-sdmmc-nexus-gpl\
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h 62 uint32 oob_router; /* oob router registers for axi */

Completed in 492 milliseconds

1 2