Searched refs:b_point (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Def100_nic.c783 int b_major, b_minor, b_point, b_patch; local
787 b_matched = sscanf(b, "%d.%d.%d.%d", &b_major, &b_minor, &b_point, &b_patch);
804 if (a_point != b_point)
805 return a_point - b_point;
/linux-master/drivers/scsi/
H A Dst.c1635 const char __user *b_point;
1729 b_point = buf;
1745 i = append_to_buffer(b_point, STbp, do_count);
1752 b_point += do_count;
1815 b_point -= undone;
1629 const char __user *b_point; local

Completed in 101 milliseconds