Home
last modified time | relevance | path

Searched defs:nextkey (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c760 char *nextkey; in get_next_link() local
1098 update_next_link(struct db_list *dbp, char *nextkey, int nextsize, in update_next_link()
1142 update_prev_link(struct db_list *dbp, char *nextkey, int nextsize, in update_prev_link()
1185 update_linked_list(struct db_list *dbp, char *nextkey, int nextsize, in update_linked_list()
1459 char *nextkey, *prevkey, *fhkey; in delete_link_by_key() local
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c280 nextkey(datum key) in nextkey() function
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c259 nextkey(datum key) in nextkey() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c1082 char *key, *nextkey, *val; in i_parse_optstring() local
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c665 sbd_pgr_key_t *nextkey, *key = pgr->pgr_keylist; in sbd_pgr_remove_keys() local
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h953 #define nextkey(a) __db_dbm_nextkey(a) macro