Searched refs:f_key (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/fs/ntfs/
H A Dntfs_inode.h94 struct ntkey *f_key; member in struct:fnode
96 #define f_ino f_key->k_ino
97 #define f_attrtype f_key->k_attrtype
98 #define f_attrname f_key->k_attrname
H A Dntfs_vfsops.c789 fp->f_key = &fp->f_smallkey;
791 fp->f_key = kmem_alloc(key_len, KM_SLEEP);
812 *new_key = fp->f_key;
H A Dntfs_vnops.c255 if (fp->f_key != &fp->f_smallkey)
256 kmem_free(fp->f_key, NTKEY_SIZE(attrlen));
/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_api.c998 *\li f_key Key structure to be freed.
1002 dst_free_key(DST_KEY *f_key) argument
1005 if (f_key == NULL)
1006 return (f_key);
1007 if (f_key->dk_func && f_key->dk_func->destroy)
1008 f_key->dk_KEY_struct =
1009 f_key->dk_func->destroy(f_key->dk_KEY_struct);
1012 f_key
[all...]
/netbsd-current/lib/libresolv/
H A Ddst_api.c1007 *\li f_key Key structure to be freed.
1011 dst_free_key(DST_KEY *f_key) argument
1014 if (f_key == NULL)
1015 return (f_key);
1016 if (f_key->dk_func && f_key->dk_func->destroy)
1017 f_key->dk_KEY_struct =
1018 f_key->dk_func->destroy(f_key->dk_KEY_struct);
1020 EREPORT(("%s: Unknown key alg %d\n", __func__, f_key
[all...]

Completed in 121 milliseconds