Home
last modified time | relevance | path

Searched refs:bplen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c172 size_t bplen, len; in find_bootprop() local
177 bplen = strlen(bprop); in find_bootprop()
196 if (len == bplen && strncmp(s, bprop, bplen) == 0) in find_bootprop()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c1504 static int bplen = 0; local
1531 if (l > bplen)
1536 bplen = l;
1576 static int bplen = 0; local
1584 if (l > bplen)
1589 bplen = l;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2147 int bp1275len, bplen; in x86_old_bootpath_name_addr_match() local
2167 (caddr_t)&bp, &bplen) != DDI_PROP_SUCCESS || bplen <= 1) { in x86_old_bootpath_name_addr_match()
2176 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
2207 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
2244 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1444 int32_t bplen) in ql_vpd_lookup() argument
1452 if (opcode == NULL || bp == NULL || bplen < 1) { in ql_vpd_lookup()
1454 "bp=%ph, bplen=%xh\n", opcode, bp, bplen); in ql_vpd_lookup()
1508 if (len > bplen) { in ql_vpd_lookup()
1509 len = bplen - 1; in ql_vpd_lookup()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c60 int32_t bplen);
1589 int32_t bplen) in qlt_vpd_lookup() argument
1595 if (opcode == NULL || bp == NULL || bplen < 1) { in qlt_vpd_lookup()
1597 "bp=%ph, bplen=%xh\n", opcode, bp, bplen); in qlt_vpd_lookup()
1639 if (len > bplen) { in qlt_vpd_lookup()
1640 len = bplen - 1; in qlt_vpd_lookup()