Searched refs:eqtype (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c65 static int eqtype(type_t *, type_t *, int, int, int, int *);
252 eq = eqtype(tp1, tp2, 1, 0, 0, (warn = 0, &warn));
313 eq = eqtype(tp1->t_subt, tp2->t_subt, 1, 0, 0, &warn);
315 eq = eqtype(tp1, tp2, 0, 0, 0, &warn);
469 if (eqtype(arg1, arg2, 1, promote, asgn, &warn) && (!sflag || !warn))
1128 eq = eqtype(*ap1, *ap2, 1, osdef, 0, &warn);
1174 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int asgn, int *warn) function
1312 if (eqtype(*a1, *a2, 1, 0, 0, warn) == 0)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h170 extern int eqtype(type_t *, type_t *, int, int, int *);
H A Ddecl.c1901 if (!eqtype(rsym->s_type, dsym->s_type, 0, 0, warn)) {
1952 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int *warn) function
2030 if (eqtype(a1->s_type, a2->s_type, 1, 0, warn) == 0)
2109 if (!eqtype(arg->s_type, parg->s_type, 1, 1, &warn) || warn) {
2372 if (!eqtype(tp, ptp, 1, 1, &warn)) {
2373 if (eqtype(tp, ptp, 1, 0, &warn)) {
2561 eqt = eqtype(esym->s_type, dsym->s_type, 0, 0, &warn);
H A Dtree.c466 eq = eqtype(csym->s_type, sym->s_type, 0, 0, &w) && !w;
924 if (!eqtype(lstp, rstp, 1, 0, NULL)) {
1086 if (!eqtype(lstp, rstp, 1, 0, NULL))
1209 if (!eqtype(ltp->t_subt, rtp->t_subt, 1, 0, NULL)) {
1278 eqtype(lstp, rstp, 1, 0, NULL))) {
3291 if (!eqtype(tp, tn->tn_type, 1, 0, (warn = 0, &warn)) || warn)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2724 init_eq(struct adapter *sc, struct sge_eq *eq, int eqtype, int qsize, argument
2727 KASSERT(eqtype <= EQ_TYPEMASK, ("%s: bad qtype %d", __func__, eqtype));
2729 eq->flags = eqtype & EQ_TYPEMASK;

Completed in 97 milliseconds