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.c5349 int len, pagelen, count, pllen; in sata_txlt_mode_select() local
5386 pllen = scsipkt->pkt_cdbp[4]; in sata_txlt_mode_select()
5388 pllen = scsipkt->pkt_cdbp[7]; in sata_txlt_mode_select()
5389 pllen = (pllen << 8) | scsipkt->pkt_cdbp[7]; in sata_txlt_mode_select()
5396 count = MIN(bp->b_bcount, pllen); in sata_txlt_mode_select()
5399 pllen = count; in sata_txlt_mode_select()
5439 while (pllen > 0) { in sata_txlt_mode_select()
5471 pllen -= pagelen; in sata_txlt_mode_select()
5496 pllen -= pagelen; in sata_txlt_mode_select()
5521 pllen -= pagelen; in sata_txlt_mode_select()
[all …]