Searched refs:nptr (Results 1 - 7 of 7) sorted by relevance

/linux-master/lib/
H A Dearlycpio.c64 const char *p, *dptr, *nptr; local
112 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4);
114 if (nptr > p + len || dptr < p || nptr < dptr)
122 *nextoff = (long)nptr - (long)data;
135 len -= (nptr - p);
136 p = nptr;
/linux-master/include/media/
H A Dmedia-device.h359 * @nptr: The media_entity_notify
368 struct media_entity_notify *nptr);
375 * @nptr: The media_entity_notify
379 struct media_entity_notify *nptr);
449 struct media_entity_notify *nptr)
454 struct media_entity_notify *nptr)
447 media_device_register_entity_notify( struct media_device *mdev, struct media_entity_notify *nptr) argument
452 media_device_unregister_entity_notify( struct media_device *mdev, struct media_entity_notify *nptr) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c55 const union xfs_btree_ptr *nptr,
61 agi->agi_root = nptr->s;
69 const union xfs_btree_ptr *nptr,
75 agi->agi_free_root = nptr->s;
53 xfs_inobt_set_root( struct xfs_btree_cur *cur, const union xfs_btree_ptr *nptr, int inc) argument
67 xfs_finobt_set_root( struct xfs_btree_cur *cur, const union xfs_btree_ptr *nptr, int inc) argument
H A Dxfs_btree.c3143 union xfs_btree_ptr nptr; /* new block addr */ local
3158 error = xfs_btree_alloc_block(cur, pp, &nptr, stat);
3167 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp);
3203 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level);
3207 xfs_btree_copy_ptrs(cur, pp, &nptr, 1);
3261 int nptr; /* new value for key index, 1 or 2 */ local
3312 nptr = 1;
3323 nptr = 2;
3364 cur->bc_levels[cur->bc_nlevels].ptr = nptr;
3383 union xfs_btree_ptr *nptr, /* ne
3377 xfs_btree_make_block_unfull( struct xfs_btree_cur *cur, int level, int numrecs, int *oindex, int *index, union xfs_btree_ptr *nptr, struct xfs_btree_cur **ncur, union xfs_btree_key *key, int *stat) argument
3457 union xfs_btree_ptr nptr; /* new block ptr */ local
3663 union xfs_btree_ptr nptr; /* new block number (split result) */ local
[all...]
H A Dxfs_btree.h148 const union xfs_btree_ptr *nptr, int level_change);
/linux-master/drivers/media/mc/
H A Dmc-device.c756 struct media_entity_notify *nptr)
759 list_add_tail(&nptr->list, &mdev->entity_notify);
768 struct media_entity_notify *nptr)
770 list_del(&nptr->list);
774 struct media_entity_notify *nptr)
777 __media_device_unregister_entity_notify(mdev, nptr);
755 media_device_register_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) argument
767 __media_device_unregister_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) argument
773 media_device_unregister_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) argument
/linux-master/arch/um/drivers/
H A Dvector_user.c385 static int strtofd(const char *nptr) argument
390 if (nptr == NULL)
394 fd = strtol(nptr, &endptr, 10);
395 if (nptr == endptr ||

Completed in 163 milliseconds