Searched defs:nkey (Results 1 - 5 of 5) sorted by relevance
| /osnet-11/usr/src/lib/libuvfs/common/ |
| H A D | stash.c | 62 libuvfs_stash_node_t nkey, *found; local 64 nkey.st_key = key; 65 nkey.st_fid.uvfid_len = fid->uvfid_len; 67 (void) memcpy(nkey.st_fid.uvfid_data, fid->uvfid_data, 70 found = avl_find(&fs->fs_stash, &nkey, where);
|
| /osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kdb_ldap.h | 236 int nkey; member in struct:__anon1085
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | hv.c | 448 char *nkey = strupr(savepvn(key,klen)); local 449 /* Note that this fetch is for nkey (the uppercased 451 entry = hv_fetch_common(hv, Nullsv, nkey, klen, 452 HVhek_FREEKEY, /* free nkey */
|
| /osnet-11/usr/src/grub/grub2/grub-core/fs/ |
| H A D | nilfs2.c | 419 grub_uint64_t nkey; 429 nkey = grub_nilfs2_btree_node_get_key (node, index); 430 if (nkey == key) 435 else if (nkey < key) 418 grub_uint64_t nkey; local
|
| /osnet-11/usr/src/lib/libc_db/common/ |
| H A D | thread_db.c | 2285 int nkey; local 2316 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc; 2340 nkey = addr == NULL ? TSD_NFAST : stsd.tsd_nalloc; 2355 if (return_val != TD_OK || key >= nkey) {
|
Completed in 59 milliseconds