Searched refs:autoname (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dbe_snapshot.c86 boolean_t autoname = B_FALSE; local
134 autoname = B_TRUE;
138 if (autoname == B_TRUE) {
381 boolean_t autoname = B_FALSE; local
428 autoname = B_TRUE;
489 if (!autoname || libzfs_errno(g_zfs) != EZFS_EXISTS) {
559 if (autoname && bt.obe_snap_name) {
H A Dbe_create.c585 boolean_t autoname = B_FALSE; local
756 autoname = B_TRUE;
846 if (!autoname || ret != BE_ERR_BE_EXISTS) {
1051 if (autoname) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c243 <rdar://problem/3909147> Guard against multiple autoname services of the same type on the same machine
715 mDNSBool autoname; // Set if this name is tied to the Computer Name member in struct:service_instance
740 mDNSBool autoname; // Set if this name is tied to the Computer Name member in struct:__anon243
1228 if (srv->autoname && !SameDomainLabel(srv->name.c, gmDNS->nicelabel.c))
2285 instance->autoname = info->autoname;
2414 service->autoname = mDNStrue;
2426 service->autoname = mDNSfalse;
2549 if (instance->autoname && CountPeerRegistrations(m, srs) == 0)
2571 if (instance->autoname
[all...]

Completed in 127 milliseconds