magma.c | 632 * done here in case we beat mbpp_send to 1403 * mbpp_send send data 1599 cnt = mbpp_send(mp, ptr, len); 1686 mbpp_send(struct mbpp_port *mp, void *ptr, int len) function in typeref:typename:int 1709 tsleep(mp, PCATCH | PZERO, "mbpp_send", 0);
|