Searched refs:unitp (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/evbarm/stand/boot2440/ |
| H A D | devopen.c | 72 static void parseunit(const char *name, int *unitp, int *partp, char **pathp); 135 parseunit(const char *name, int *unitp, int *partp, char **pathp) in parseunit() argument 148 *unitp = (unit == -1) ? 0 : unit; in parseunit()
|
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | devopen.c | 105 parseunit(const char *name, int *unitp, int *partp, char **pathp) in parseunit() argument 118 *unitp = (unit == -1) ? 0 : unit; in parseunit()
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | devopen.c | 122 make_device(const char *str, int *devp, int *unitp, int *partp, char **fname) in make_device() argument 203 *unitp = unit; in make_device()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | io.c | 543 register struct bigblock *unitp, *nump; in startrw() local 577 unitp = mkscalar(np); in startrw() 581 unitp = fixtype(cpexpr(p)); in startrw() 584 ioset(TYIOINT, XRLEN, cpexpr(unitp->vleng) ); in startrw() 585 ioset(TYADDR, XUNIT, addrof(unitp) ); in startrw()
|
| /netbsd-src/sbin/ccdconfig/ |
| H A D | ccdconfig.c | 376 pathtounit(char *path, int *unitp) in pathtounit() argument 386 *unitp = DISKUNIT(st.st_rdev); in pathtounit()
|
| /netbsd-src/sys/dev/dkwedge/ |
| H A D | dk.c | 659 dkwedge_find_acquire(struct dkwedge_info *dkw, u_int *unitp) in dkwedge_find_acquire() argument 680 if (unitp != NULL) in dkwedge_find_acquire() 681 *unitp = unit; in dkwedge_find_acquire()
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | ch.c | 1253 ch_map_element(struct ch_softc *sc, u_int16_t elem, int *typep, int *unitp) in ch_map_element() argument 1261 *unitp = elem - sc->sc_firsts[chet]; in ch_map_element()
|
| /netbsd-src/sys/net/ |
| H A D | if.c | 1661 if_clone_lookup(const char *name, int *unitp) in if_clone_lookup() 1709 if (unitp != NULL) in if_clone_lookup() 1710 *unitp = unit; in if_clone_lookup() 1660 if_clone_lookup(const char * name,int * unitp) if_clone_lookup() argument
|