| /src/usr.bin/xlint/lint1/ |
| emit1.c | 90 outtype(const type_t *tp) function in typeref:typename:void 133 outtype(param->s_type); 228 outtype(sym->s_type); 309 outtype(arg->s_type); 310 outtype(fsym->s_type->t_subt); 312 outtype(fsym->s_type); 385 outtype(call->args[i]->tn_type); 387 outtype(tn->tn_type);
|
| externs1.h | 389 void outtype(const type_t *);
|
| /src/sys/opencrypto/ |
| cryptosoft.h | 60 const struct swcr_data *sw, void *buf, int outtype);
|
| cryptosoft.c | 88 int outtype) 121 COPYBACK(outtype, buf, crd->crd_inject, ivlen, iv); 130 COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv); 138 if (outtype == CRYPTO_BUF_CONTIG) { 180 } else if (outtype == CRYPTO_BUF_MBUF) { 321 } else if (outtype == CRYPTO_BUF_IOV) { 466 const struct swcr_data *sw, void *buf, int outtype) 480 switch (outtype) { 541 switch (outtype) { 563 swcr_combined(struct cryptop *crp, int outtype) [all...] |
| /src/usr.bin/xlint/lint2/ |
| emit2.c | 46 outtype(const type_t *tp) function in typeref:typename:void 61 errx(1, "internal error: outtype(%d)", ts); 90 errx(1, "internal error: outtype"); 99 outtype(*ap); 141 outtype(TP(sym->s_type));
|
| /src/sys/dev/usb/ |
| uaudio.c | 1862 uaudio_io_terminaltype(struct uaudio_softc *sc, int outtype, struct io_terminal *iot, int id) 1870 /* already has outtype? */ 1872 if (it->output->terminals[i] == outtype) 1881 tml->terminals[it->output->size] = outtype; 1901 it->output->terminals[0] = outtype; 1952 return uaudio_io_terminaltype(sc, outtype, iot, src_id); 1954 it->inputs[0] = uaudio_io_terminaltype(sc, outtype, iot, src_id); 1975 it->inputs[0] = uaudio_io_terminaltype(sc, outtype, iot, src_id); 1989 it->inputs[i] = uaudio_io_terminaltype(sc, outtype, iot, 2004 it->inputs[i] = uaudio_io_terminaltype(sc, outtype, iot [all...] |