Searched refs:nni (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_hash.c272 ntfs_inode *ni, *nni; local
284 nni = OSMalloc(sizeof(ntfs_inode), ntfs_malloc_tag);
285 if (!nni) {
287 return nni;
289 if (ntfs_inode_init(vol, nni, na)) {
290 OSFree(nni, sizeof(ntfs_inode), ntfs_malloc_tag);
316 OSFree(nni, sizeof(ntfs_inode), ntfs_malloc_tag);
325 LIST_INSERT_HEAD(list, nni, hash);
329 LIST_INSERT_HEAD(&vol->inodes, nni, inodes);
332 return nni;
[all...]
H A Dntfs_inode.h563 ntfs_inode **nni, vnode_t parent_vn, struct componentname *cn);
567 ntfs_inode **nni);
572 const lck_rw_type_t lock, ntfs_inode **nni);
582 * @nni: destination pointer for the obtained attribute ntfs inode
590 * for reading (@nni->lock) and if it is LCK_RW_TYPE_EXCLUSIVE the attribute
591 * inode will be returned locked for writing (@nni->lock). As a special case
616 const lck_rw_type_t lock, ntfs_inode **nni)
619 is_system, FALSE, XATTR_REPLACE, lock, nni);
626 * @nni: destination pointer for the obtained attribute ntfs inode
631 * reading (@nni
614 ntfs_attr_inode_get(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL is_system, const lck_rw_type_t lock, ntfs_inode **nni) argument
652 ntfs_raw_inode_get(ntfs_inode *ni, const lck_rw_type_t lock, ntfs_inode **nni) argument
[all...]
H A Dntfs_mft.h73 MFT_REF mref, ntfs_inode **nni, MFT_RECORD **nm,
H A Dntfs_inode.c415 * @nni: destination pointer for the obtained ntfs inode
424 * (@nni->lock) and if it is LCK_RW_TYPE_EXCLUSIVE the inode will be returned
425 * locked for writing (@nni->lock). As a special case if @lock is 0 it means
460 const lck_rw_type_t lock, ntfs_inode **nni, vnode_t parent_vn,
603 *nni = ni;
650 *nni = ni;
680 * @nni: destination pointer for the obtained attribute ntfs inode
698 ntfschar *name, u32 name_len, const BOOL raw, ntfs_inode **nni)
725 *nni = ni;
740 * @nni
459 ntfs_inode_get(ntfs_volume *vol, ino64_t mft_no, const BOOL is_system, const lck_rw_type_t lock, ntfs_inode **nni, vnode_t parent_vn, struct componentname *cn) argument
697 ntfs_attr_inode_lookup(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL raw, ntfs_inode **nni) argument
797 ntfs_attr_inode_get_or_create(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL is_system, const BOOL raw, const int options, const lck_rw_type_t lock, ntfs_inode **nni) argument
1081 ntfs_index_inode_get(ntfs_inode *base_ni, ntfschar *name, u32 name_len, const BOOL is_system, ntfs_inode **nni) argument
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-lhash.c343 unsigned long hash, nni; local
346 nni = lh->num_alloc_nodes;
383 if ((hash%nni) != p) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/lhash/
H A Dlhash.c318 unsigned long hash,nni; local
326 nni=lh->num_alloc_nodes;
336 if ((hash%nni) != p)

Completed in 64 milliseconds