Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/input/
Djoydev.c67 int nkey; member
145 if (list->startup == joydev->nabs + joydev->nkey) in joydev_event()
243 for (data.buttons = i = 0; i < 32 && i < joydev->nkey; i++) in joydev_read()
257 if (list->head == list->tail && list->startup == joydev->nabs + joydev->nkey) { in joydev_read()
287 while (list->startup < joydev->nabs + joydev->nkey && retval + sizeof(struct js_event) <= count) { in joydev_read()
293 if (list->startup < joydev->nkey) { in joydev_read()
299 event.number = list->startup - joydev->nkey; in joydev_read()
327 if (list->head != list->tail || list->startup < list->joydev->nabs + list->joydev->nkey) in joydev_poll()
370 return put_user(joydev->nkey, (__u8 *) arg); in joydev_ioctl()
391 for (i = 0; i < joydev->nkey; i++) { in joydev_ioctl()
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_alloc_btree.c621 xfs_alloc_key_t nkey; /* new key value, from split */ in xfs_alloc_insrec() local
707 &nkey, &ncur, &i))) in xfs_alloc_insrec()
719 nrec.ar_startblock = nkey.ar_startblock; /* INT_: direct copy */ in xfs_alloc_insrec()
720 nrec.ar_blockcount = nkey.ar_blockcount; /* INT_: direct copy */ in xfs_alloc_insrec()
Dxfs_ialloc_btree.c566 xfs_inobt_key_t nkey; /* new key value, from split */ in xfs_inobt_insrec() local
649 &nkey, &ncur, &i))) in xfs_inobt_insrec()
660 nrec.ir_startino = nkey.ir_startino; /* INT_: direct copy */ in xfs_inobt_insrec()
Dxfs_bmap_btree.c769 xfs_bmbt_key_t nkey; /* new btree key value */ in xfs_bmbt_insrec() local
841 &nbno, &nkey, &ncur, in xfs_bmbt_insrec()
861 nkey.br_startoff, 0, 0, in xfs_bmbt_insrec()