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

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c172 size_t bplen, len; local
177 bplen = strlen(bprop);
196 if (len == bplen && strncmp(s, bprop, bplen) == 0)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c1502 static int bplen = 0; local
1529 if (l > bplen)
1534 bplen = l;
1574 static int bplen = 0; local
1582 if (l > bplen)
1587 bplen = l;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1443 * bplen = Length of returned data buffer.
1459 int32_t bplen)
1467 if (opcode == NULL || bp == NULL || bplen < 1) {
1469 "bp=%ph, bplen=%xh\n", opcode, bp, bplen);
1523 if (len > bplen) {
1524 len = bplen-1;
1458 ql_vpd_lookup(ql_adapter_state_t *ha, uint8_t *opcode, uint8_t *bp, int32_t bplen) argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2059 int bp1275len, bplen; local
2079 (caddr_t)&bp, &bplen) != DDI_PROP_SUCCESS || bplen <= 1) {
2088 kmem_free(bp, bplen);
2118 kmem_free(bp, bplen);
2154 kmem_free(bp, bplen);

Completed in 117 milliseconds