Searched refs:nextlink (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c814 int nextlink; local
869 nextlink = get_first_link(&dev[index], tqlink);
874 while (nextlink == DCMD_OK) {
944 while (nextlink == DCMD_OK) {
965 nextlink = get_first_link(&lq->cmd, lqlink);
970 while (nextlink == DCMD_OK) {
979 nextlink = get_next_link(lqlink);
985 nextlink = get_next_link(srblink);
988 nextlink = get_next_link(tqlink);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3332 assert(head->nextlink == NULL);
3334 for (link = head->link; link != NULL; link = head->nextlink) {
3338 head->nextlink = link->next;
3389 linkhead->nextlink = NULL;
3566 * "next" link. Update the nextlink
3571 if (linkhead->nextlink == save)
3572 linkhead->nextlink = *linkp;
3592 link_t *nextlink; local
3600 assert(linkhead->nextlink == NULL);
3601 for (link = linkhead->link; link != NULL; link = nextlink) {
[all...]
H A Ddevfsadm_impl.h213 link_t *nextlink; member in struct:linkhead
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c994 linkinfo_ent nextlink, *newlinkp, *nextlinkp; local
1066 nextlinkp = fetch_record(dbp, nextaddr, nextsize, (void *)&nextlink,

Completed in 64 milliseconds