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

  /src/sys/arch/shark/stand/ofwboot/
Locore.c 83 return (of_decode_int((unsigned char *)&vclean));
113 of_decode_int(const u_char *p) function in typeref:typename:int
518 stdin = of_decode_int(buf);
522 stdout = of_decode_int(buf);
  /src/usr.sbin/ofctl/
ofctl.c 480 of_decode_int(const u_int8_t *p) function in typeref:typename:u_int32_t
642 address_cells = of_decode_int(address_cells_buf);
644 reg[len] = of_decode_int(&reg_buf[len * 4]);
795 u_int32_t freq = of_decode_int(buf);
827 u_int32_t freq = of_decode_int(buf);

Completed in 12 milliseconds