Searched refs:opcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_tmplt.h52 uint16_t opcount; member in struct:_q8_ce_hdr
H A Dql_misc.c866 for (i = 0; i < ce_hdr->opcount; i++, wr_l++) {
889 for (i = 0; i < ce_hdr->opcount; i++, rd_wr_l++) {
944 for (i = 0; i < ce_hdr->opcount; i++, pe++) {
986 for (i = 0; i < ce_hdr->opcount; i++, wr_e++) {
1025 for (i = 0; i < ce_hdr->opcount; i++, rd_e++) {
1102 for (i = 0; i < ce_hdr->opcount; i++, rdmwr_e++) {
/freebsd-13-stable/sbin/dhclient/
H A Doptions.c741 int opcount; local
780 opcount = strlcpy(op, inet_ntoa(foo), opleft);
781 if (opcount >= opleft)
783 opleft -= opcount;
787 opcount = snprintf(op, opleft, "%ld",
789 if (opcount >= opleft || opcount == -1)
791 opleft -= opcount;
795 opcount = snprintf(op, opleft, "%lu",
797 if (opcount >
[all...]

Completed in 105 milliseconds