Home
last modified time | relevance | path

Searched refs:get_params (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sbin/fdisk/
H A Dfdisk.c250 static int get_params(void);
734 if (get_params() == -1) { in open_disk()
837 get_params() in get_params() function
/freebsd-12.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh1070 get_params() { function
1148 get_params $@
/freebsd-12.1/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh3293 get_params () { function
3392 get_params $@
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dcrypto.c2141 int (*get_params)(hx509_context, const hx509_crypto, member
2564 return (*crypto->cipher->get_params)(context, crypto, ivec, param); in hx509_crypto_get_params()