Searched refs:bplen (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 172 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_44/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 1502 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_44/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 2063 int bp1275len, bplen; in x86_old_bootpath_name_addr_match() local 2083 (caddr_t)&bp, &bplen) != DDI_PROP_SUCCESS || bplen <= 1) { in x86_old_bootpath_name_addr_match() 2092 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match() 2122 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match() 2158 kmem_free(bp, bplen); in x86_old_bootpath_name_addr_match()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_ioctl.c | 1459 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()
|