Searched refs:opcount (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sbin/dhclient/ |
| HD | options.c | 739 int opcount; in pretty_print_option() local 778 opcount = strlcpy(op, inet_ntoa(foo), opleft); in pretty_print_option() 779 if (opcount >= opleft) in pretty_print_option() 781 opleft -= opcount; in pretty_print_option() 785 opcount = snprintf(op, opleft, "%ld", in pretty_print_option() 787 if (opcount >= opleft || opcount == -1) in pretty_print_option() 789 opleft -= opcount; in pretty_print_option() 793 opcount = snprintf(op, opleft, "%lu", in pretty_print_option() 795 if (opcount >= opleft || opcount == -1) in pretty_print_option() 797 opleft -= opcount; in pretty_print_option() [all …]
|
| /freebsd-11-stable/sys/dev/qlxgbe/ |
| HD | ql_misc.c | 868 for (i = 0; i < ce_hdr->opcount; i++, wr_l++) { in qla_wr_list() 892 for (i = 0; i < ce_hdr->opcount; i++, rd_wr_l++) { in qla_rd_wr_list() 949 for (i = 0; i < ce_hdr->opcount; i++, pe++) { in qla_poll_list() 992 for (i = 0; i < ce_hdr->opcount; i++, wr_e++) { in qla_poll_write_list() 1032 for (i = 0; i < ce_hdr->opcount; i++, rd_e++) { in qla_poll_read_list() 1109 for (i = 0; i < ce_hdr->opcount; i++, rdmwr_e++) { in qla_read_modify_write_list()
|
| HD | ql_tmplt.h | 52 uint16_t opcount; member
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-ppc.c | 2220 unsigned int opcount; in md_assemble() local 2227 opcount = 0; in md_assemble() 2230 opcount = 1; in md_assemble() 2234 ++opcount; in md_assemble() 2248 if (opcount < num_operands_expected) in md_assemble()
|