Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c324 uint_t pllen, in write_hostconf() argument
352 for (i = 0; i < pllen && iovlen < (IOV_MAX - 1); i++) { in write_hostconf()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c5359 int len, pagelen, count, pllen; in sata_txlt_mode_select() local
5396 pllen = scsipkt->pkt_cdbp[4]; in sata_txlt_mode_select()
5398 pllen = scsipkt->pkt_cdbp[7]; in sata_txlt_mode_select()
5399 pllen = (pllen << 8) | scsipkt->pkt_cdbp[7]; in sata_txlt_mode_select()
5404 if (bp != NULL && bp->b_un.b_addr && bp->b_bcount && pllen != 0) { in sata_txlt_mode_select()
5406 count = MIN(bp->b_bcount, pllen); in sata_txlt_mode_select()
5409 pllen = count; in sata_txlt_mode_select()
5432 pllen -= len; /* remaining data length */ in sata_txlt_mode_select()
5449 while (pllen > 0) { in sata_txlt_mode_select()
5463 pllen, &pagelen, &rval, &dmod); in sata_txlt_mode_select()
[all …]