Searched refs:itemcnt (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_slp.c | 1137 unsigned short itemcnt, errcode; in v2_srv_rply() local 1149 GETSHORT(itemcnt); in v2_srv_rply() 1150 sprintf(msgend, "%d URL entries", itemcnt); in v2_srv_rply() 1152 for (n = 0; n < itemcnt; n++) { in v2_srv_rply() 1165 GETSHORT(itemcnt); in v2_srv_rply() 1166 sprintf(get_line(0, 0), "URL entry count = %d", itemcnt); in v2_srv_rply() 1167 for (n = 0; n < itemcnt; n++) { in v2_srv_rply() 1780 unsigned short errcode, itemcnt; in v1_srv_rply() local 1788 GETSHORT(itemcnt); in v1_srv_rply() 1789 sprintf(msgend, "%d URL entries", itemcnt); in v1_srv_rply() [all …]
|
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | res.c | 343 int itemcnt = 0; in res_listcheck() local 351 itemcnt++; in res_listcheck() 398 if (itemcnt != lhp->rli_itemcnt) { in res_listcheck() 401 lhp->rli_itemcnt, itemcnt); in res_listcheck()
|