Home
last modified time | relevance | path

Searched refs:devtolin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A DMakefile27 OBJS= pnpsplit.o devtolin.o expand.o lintodev.o \
H A Ddevtolin.c66 devtolin(dev_t device) in devtolin() function
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c115 *devtolin(),
556 a->ac_tty != 0xffff? devtolin(a->ac_tty):"?"); in println()
559 a->ac_tty != (dev_t)-1? devtolin(a->ac_tty):"?"); in println()