Searched defs:ISCSI_BOOTPROP_BUFLEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c48 #define ISCSI_BOOTPROP_BUFLEN 256 macro
66 char outbuf[ISCSI_BOOTPROP_BUFLEN] = {0};
80 (void) memset(outbuf, 0, ISCSI_BOOTPROP_BUFLEN);
92 char outbuf[ISCSI_BOOTPROP_BUFLEN] = {0};
101 n = snprintf(outbuf, ISCSI_BOOTPROP_BUFLEN,
106 n = n + snprintf(outbuf + n, ISCSI_BOOTPROP_BUFLEN - n,
111 n = n + snprintf(outbuf + n, ISCSI_BOOTPROP_BUFLEN - n,
114 (void) snprintf(outbuf + n, ISCSI_BOOTPROP_BUFLEN - n,
129 char outbuf[ISCSI_BOOTPROP_BUFLEN] = {0};
137 (void) memset(outbuf, 0, ISCSI_BOOTPROP_BUFLEN);
[all...]

Completed in 170 milliseconds