Searched refs:linkkey (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 85 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) in fill_link_key() argument 202 (void) memcpy(linkkey, &dfh->fh_data, dfh->fh_len); in fill_link_key() 203 (void) strcpy(&linkkey[dfh->fh_len], name); in fill_link_key() 207 bzero(&linkkey[linksize], linksize32 - linksize); in fill_link_key() 758 get_next_link(struct db_list *dbp, char *linkkey, int *linksizep, in get_next_link() argument 770 new_linkp = fetch_record(dbp, linkkey, linksize, (void *)linkp, in get_next_link() 788 (void) memcpy(lnp->lnkey, linkkey, linksize); in get_next_link() [all …]
|