Searched refs:source_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/heimdal/kdc/
H A Dhprop.c49 static char *source_type; variable
129 { "source", 0, arg_string, &source_type, "type of database to read",
424 if(source_type != NULL) {
425 type = parse_source_type(source_type);
427 krb5_errx(context, 1, "unknown source type `%s'", source_type);
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7952 int source_type; local
8032 case '@': source_type = ZFS_TYPE_SNAPSHOT; break;
8033 case '#': source_type = ZFS_TYPE_BOOKMARK; break;
8039 zhp = zfs_open(g_zfs, source, source_type);

Completed in 130 milliseconds