Searched refs:deflt (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dkobj.h89 kobj_method_t deflt; /* default implementation */ member in struct:kobjop_desc
/freebsd-11.0-release/sbin/fdisk_pc98/
H A Dfdisk.c166 static int decimal(const char *str, int *num, int deflt);
784 decimal(const char *str, int *num, int deflt)
790 printf("Supply a decimal value for \"%s\" [%d] ", str, deflt);
783 decimal(const char *str, int *num, int deflt) argument
/freebsd-11.0-release/sys/kern/
H A Dsubr_kobj.c227 ce = &desc->deflt;
/freebsd-11.0-release/sbin/fdisk/
H A Dfdisk.c254 static int decimal(const char *str, int *num, int deflt, uint32_t maxval);
944 decimal(const char *str, int *num, int deflt, uint32_t maxval) argument
952 printf("Supply a decimal value for \"%s\" [%d] ", str, deflt);
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.h334 unsigned int pcm_getbuffersize(device_t dev, unsigned int minbufsz, unsigned int deflt, unsigned int maxbufsz);
H A Dsound.c836 pcm_getbuffersize(device_t dev, unsigned int minbufsz, unsigned int deflt, unsigned int maxbufsz) argument
857 sz = deflt;

Completed in 103 milliseconds