Home
last modified time | relevance | path

Searched defs:deflt (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/sys/
HDkobj.h89 kobj_method_t deflt; /* default implementation */ member
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c785 decimal(const char *str, int *num, int deflt) in decimal()
/NextBSD/sys/dev/sound/pcm/
HDsound.c836 pcm_getbuffersize(device_t dev, unsigned int minbufsz, unsigned int deflt, unsigned int maxbufsz) in pcm_getbuffersize()
/NextBSD/sbin/fdisk/
HDfdisk.c946 decimal(const char *str, int *num, int deflt, uint32_t maxval) in decimal()