Lines Matching defs:buflen
41 prom_set_security_key(char *keyname, caddr_t buf, int buflen, int *reslen,
65 if (buflen > 0 && ((uintptr_t)buf > (uint32_t)-1)) {
67 buf = promplat_alloc(buflen);
72 promplat_bcopy(obuf, buf, buflen);
95 ci[5] = p1275_uint2cell(buflen);
105 promplat_free(buf, buflen);
123 prom_get_security_key(char *keyname, caddr_t buf, int buflen, int *keylen,
144 buf = promplat_alloc(buflen);
171 ci[5] = p1275_uint2cell(buflen);
181 promplat_bcopy(buf, obuf, buflen);
182 promplat_free(buf, buflen);