| /src/usr.bin/find/ |
| ls.c | 68 char modep[15]; local 72 (void)strmode(sb->st_mode, modep); 73 (void)printf("%s %3lu %-*s %-*s ", modep, (unsigned long)sb->st_nlink,
|
| /src/bin/mv/ |
| mv.c | 170 char modep[15]; local 200 strmode(sb.st_mode, modep); 202 modep + 1, modep[9] == ' ' ? "" : " ",
|
| /src/bin/rm/ |
| rm.c | 521 char modep[15]; local 536 strmode(sp->st_mode, modep); 544 modep + 1, modep[9] == ' ' ? "" : " ",
|
| /src/sys/dev/isa/ |
| sbdspvar.h | 134 struct sbmode *modep; member in struct:sbdsp_softc::sbdsp_state
|
| sbdsp.c | 800 io->modep = m; 840 sc->sc_o.modep = mp; 846 sc->sc_i.modep = mr; 1356 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmdchan) < 0) 1402 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0 || 1413 sc->sc_i.modep->cmd, sc->sc_i.bmode, cc)); 1414 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0 || 1429 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0) { 1499 cmd = sc->sc_o.modep->cmdchan; 1542 if (sbdsp_wdsp(sc, sc->sc_o.modep->cmd) < 0 | [all...] |
| /src/lib/libtelnet/ |
| encrypt.c | 168 int *modep; member in struct:key_info 721 if (!(ep = (*kp->getcrypt)(*kp->modep))) { 750 encrypt_start_output(*kp->modep);
|
| /src/sys/dev/pci/ |
| if_aq.c | 2726 fw1x_get_mode(struct aq_softc *sc, aq_hw_fw_mpi_state_t *modep, 2734 if (modep != NULL) 2735 *modep = __SHIFTOUT(mpistate, FW1X_MPI_STATE_MODE); 2858 fw2x_get_mode(struct aq_softc *sc, aq_hw_fw_mpi_state_t *modep, 2863 if (modep != NULL) { 2866 *modep = MPI_INIT; 2868 *modep = MPI_DEINIT; 3574 aq2_fw_get_mode(struct aq_softc *sc, aq_hw_fw_mpi_state_t *modep,
|