HomeSort by: relevance | last modified time | path
    Searched defs:ofbcopy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
openfirm.c 53 static void ofbcopy(const void *, void *, size_t);
263 ofbcopy(&OF_buf[33], buf, args.size);
295 ofbcopy(buf, OF_buf, buflen);
405 ofbcopy(OF_buf, buf, args.length);
445 ofbcopy(OF_buf, buf, args.length);
575 ofbcopy(dname, OF_buf, l + 1);
642 ofbcopy(OF_buf, p, args.actual);
683 ofbcopy(p, OF_buf, l);
784 ofbcopy(bstr, OF_buf, l + 1);
886 ofbcopy(cmd, OF_buf, len + 1)
939 ofbcopy(const void *src, void *dst, size_t len) function in typeref:typename:void
    [all...]
openfirm.c 53 static void ofbcopy(const void *, void *, size_t);
263 ofbcopy(&OF_buf[33], buf, args.size);
295 ofbcopy(buf, OF_buf, buflen);
405 ofbcopy(OF_buf, buf, args.length);
445 ofbcopy(OF_buf, buf, args.length);
575 ofbcopy(dname, OF_buf, l + 1);
642 ofbcopy(OF_buf, p, args.actual);
683 ofbcopy(p, OF_buf, l);
784 ofbcopy(bstr, OF_buf, l + 1);
886 ofbcopy(cmd, OF_buf, len + 1)
939 ofbcopy(const void *src, void *dst, size_t len) function in typeref:typename:void
    [all...]

Completed in 25 milliseconds