Searched defs:linkkey (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c85 static int fill_link_key(char *linkkey, fhandle_t *dfh, char *name);
111 static linkinfo_ent *get_next_link(struct db_list *dbp, char *linkkey,
129 static int delete_link_by_key(struct db_list *dbp, char *linkkey,
198 fill_link_key(char *linkkey, fhandle_t *dfh, char *name) argument
202 (void) memcpy(linkkey, &dfh->fh_data, dfh->fh_len);
203 (void) strcpy(&linkkey[dfh->fh_len], name);
207 bzero(&linkkey[linksize], linksize32 - linksize);
752 * Re-use space if linkp param non-null. Also set *linkkey and *linksizep
758 get_next_link(struct db_list *dbp, char *linkkey, int *linksizep, argument
770 new_linkp = fetch_record(dbp, linkkey, linksiz
845 fh_secondary_key linkkey; local
889 (void) memcpy(LN_PREV(lastlinkp), linkkey, linksize); local
908 fh_secondary_key linkkey; local
1404 fh_secondary_key linkkey; local
1457 delete_link_by_key(struct db_list *dbp, char *linkkey, int *linksizep, int *errorp, char *errstr) argument
1562 fh_secondary_key linkkey; local
1750 fh_secondary_key linkkey; local
1814 fh_secondary_key linkkey; local
[all...]

Completed in 279 milliseconds