Searched defs:trusted (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libadutils/common/ |
H A D | addisc.h | 51 int trusted; /* This is not used by auto */ member in struct:ad_disc_domains_in_forest 54 /* as trusted. */
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | gettext.h | 117 uint16_t trusted; /* is this a trusted source? */ member in struct:msg_node 159 int trusted; /* trusted msg catalog or not */ member in struct:msg_pack
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 371 refresh_config(libzfs_handle_t *hdl, nvlist_t *config, boolean_t trusted) argument 386 zc.zc_cookie = trusted; 1586 * to import a specific pool. If 'trusted' is specified, then we don't 1593 char *poolname, uint64_t guid, boolean_t trusted, boolean_t validate) 1650 if ((dst = refresh_config(hdl, src, trusted)) == NULL) { 1661 if (!trusted && 1592 zpool_find_import_cached_impl(libzfs_handle_t *hdl, const char *cachefile, char *poolname, uint64_t guid, boolean_t trusted, boolean_t validate) argument
|
Completed in 30 milliseconds