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

  /src/sys/arch/macppc/dev/
pm_direct.c 181 static int pm_send(u_char);
436 pm_send(u_char data) function in typeref:typename:int
500 if ((rval = pm_send((u_char)(pm_cmd & 0xff))))
506 if ((rval = pm_send((u_char)(num_pm_data & 0xff))) != 0)
513 if ((rval = pm_send(pm_buf[i])) != 0)
pm_direct.c 181 static int pm_send(u_char);
436 pm_send(u_char data) function in typeref:typename:int
500 if ((rval = pm_send((u_char)(pm_cmd & 0xff))))
506 if ((rval = pm_send((u_char)(num_pm_data & 0xff))) != 0)
513 if ((rval = pm_send(pm_buf[i])) != 0)

Completed in 22 milliseconds