Home
last modified time | relevance | path

Searched refs:readptr (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/dc/
H A Ddc.c500 if (readptr == &readstk[0]) { in commnds()
503 if (*readptr != 0) in commnds()
504 release(*readptr); in commnds()
505 readptr--; in commnds()
509 if (readptr <= &readstk[1]) in commnds()
511 if (*readptr != 0) in commnds()
512 release(*readptr); in commnds()
513 readptr--; in commnds()
514 if (*readptr != 0) in commnds()
515 release(*readptr); in commnds()
[all …]
H A Ddc.h109 struct blk **readptr; variable