Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c326 uint_t pllen, in write_hostconf() argument
354 for (i = 0; i < pllen && iovlen < (IOV_MAX - 1); i++) { in write_hostconf()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c5277 int len, pagelen, count, pllen; in sata_txlt_mode_select() local
5314 pllen = scsipkt->pkt_cdbp[4]; in sata_txlt_mode_select()
5316 pllen = scsipkt->pkt_cdbp[7]; in sata_txlt_mode_select()
5317 pllen = (pllen << 8) | scsipkt->pkt_cdbp[7]; in sata_txlt_mode_select()
5322 if (bp != NULL && bp->b_un.b_addr && bp->b_bcount && pllen != 0) { in sata_txlt_mode_select()
5324 count = MIN(bp->b_bcount, pllen); in sata_txlt_mode_select()
5327 pllen = count; in sata_txlt_mode_select()
5350 pllen -= len; /* remaining data length */ in sata_txlt_mode_select()
5367 while (pllen > 0) { in sata_txlt_mode_select()
5381 pllen, &pagelen, &rval, &dmod); in sata_txlt_mode_select()
[all …]