Lines Matching defs:n

306 	PR0("dst:%x op:%x st:%u nb:%lx addr:%lx ncook:%u\n",		\
867 * n >= 0 - success, n indicates the number of bytes read
1032 PR0("requested disk size: %ld bytes\n", disk_size);
1033 PR0("setup: ncyl=%d nhead=%d nsec=%d\n", label->dkl_pcyl,
1035 PR0("provided disk size: %ld bytes\n", (uint64_t)
1077 * n > 0 - error, n indicates the errno code.
1121 PR0("error writing backup label at block %lu\n",
1126 PR1("wrote backup label at block %lu\n", blk + sec);
1372 * n != 0 - error.
1499 * n != 0 - error.
1598 * n >= 0 - success, n indicates the number of bytes read
1604 size_t n = 0;
1622 n = vd->flabel_size - offset;
1623 bcopy(vd->flabel + offset, data, n);
1624 data += n;
1629 bzero(data, length - n);
1633 bzero(data, limit - offset - n);
1654 * n >= 0 - success, n indicates the number of bytes written
1751 ssize_t n;
1779 n = vd_slice_flabel_write(vd, data, blk * bsize, length);
1781 n = vd_slice_flabel_read(vd, data, blk * bsize, length);
1783 if (n == -1)
1786 ASSERT(n % bsize == 0);
1789 data += n;
1790 blk += n / bsize;
1791 length -= n;
2326 PR0("calling ldc_up\n");
2342 PR0("vd_mark_in_reset: marking vd in reset\n");
2347 PR0("cannot schedule task to recv msg\n");
4495 * for up to n-1 more cookies, where "n" is the number of full
4870 int i, n, nelem, status = 0;
4889 for (i = start, n = nelem; n > 0; i = (i + 1) % vd->dring_len, n--) {
4891 type = (n == 1) ? VD_FINAL_RANGE_TASK : VD_NONFINAL_RANGE_TASK;
5246 PR0("channel not up (status=%d), exiting recv loop\n",
5262 PR0("max_msglen changed 0x%lx to 0x%lx bytes\n",
5276 PR0("initiating soft reset (ECONNRESET)\n");
5310 PR0("cannot schedule task to recv msg\n");
5324 PR0("cannot schedule task to recv msg\n");
5329 PR0("channel already reset, ignoring...\n");
5330 PR0("doing ldc up...\n");
5344 PR0("cannot schedule task to recv msg\n");
5359 PR0("cannot schedule task to recv msg\n");
5916 PR0("underlying device of %s = (%d, %d)\n", file_path,
6361 uint32_t n;
6438 for (n = vdisk_bsize / DEV_BSIZE; n > 1; n >>= 1) {
6439 if ((n & 0x1) != 0) {
7090 int len, n, i;
7102 n = sizeof (vd_bdev_options) / sizeof (vd_option_t);
7105 for (i = 0; i < n; i++) {
7113 if (i < n) {