Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/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;
/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c2059 int bp1275len, bplen; in x86_old_bootpath_name_addr_match() local
2079 (caddr_t)&bp, &bplen) != DDI_PROP_SUCCESS || bplen <= 1) { in x86_old_bootpath_name_addr_match()
2088 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
2118 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
2154 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1459 int32_t bplen) in ql_vpd_lookup() argument
1467 if (opcode == NULL || bp == NULL || bplen < 1) { in ql_vpd_lookup()
1469 "bp=%ph, bplen=%xh\n", opcode, bp, bplen); in ql_vpd_lookup()
1523 if (len > bplen) { in ql_vpd_lookup()
1524 len = bplen-1; in ql_vpd_lookup()