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

/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_tmplt.h52 uint16_t opcount; member in struct:_q8_ce_hdr
H A Dql_misc.c858 for (i = 0; i < ce_hdr->opcount; i++, wr_l++) {
882 for (i = 0; i < ce_hdr->opcount; i++, rd_wr_l++) {
939 for (i = 0; i < ce_hdr->opcount; i++, pe++) {
982 for (i = 0; i < ce_hdr->opcount; i++, wr_e++) {
1022 for (i = 0; i < ce_hdr->opcount; i++, rd_e++) {
1099 for (i = 0; i < ce_hdr->opcount; i++, rdmwr_e++) {
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_fs.h390 __u32 opcount;/* count of following multiop */ member in struct:xfs_fsop_attrmulti_handlereq
/freebsd-9.3-release/sbin/dhclient/
H A Doptions.c732 int opcount; local
771 opcount = strlcpy(op, inet_ntoa(foo), opleft);
772 if (opcount >= opleft)
774 opleft -= opcount;
778 opcount = snprintf(op, opleft, "%ld",
780 if (opcount >= opleft || opcount == -1)
782 opleft -= opcount;
786 opcount = snprintf(op, opleft, "%ld",
788 if (opcount >
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_ioctl.c636 size = am_hreq.opcount * sizeof(attr_multiop_t);
655 for (i = 0; i < am_hreq.opcount; i++) {
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c2231 unsigned int opcount;
2238 opcount = 0;
2241 opcount = 1;
2245 ++opcount;
2259 if (opcount < num_operands_expected)
2220 unsigned int opcount; local

Completed in 98 milliseconds