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

  /src/sys/arch/evbarm/evbarm/
autoconf.c 103 static size_t bootspec_buflen = 0; variable in typeref:typename:size_t
137 kmem_free(bootspec_buf, bootspec_buflen + 1);
140 bootspec_buflen = len;
autoconf.c 103 static size_t bootspec_buflen = 0; variable in typeref:typename:size_t
137 kmem_free(bootspec_buf, bootspec_buflen + 1);
140 bootspec_buflen = len;
autoconf.c 103 static size_t bootspec_buflen = 0; variable in typeref:typename:size_t
137 kmem_free(bootspec_buf, bootspec_buflen + 1);
140 bootspec_buflen = len;

Completed in 31 milliseconds