Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dbe_snapshot.c90 boolean_t autoname = B_FALSE; in be_create_snapshot() local
138 autoname = B_TRUE; in be_create_snapshot()
142 if (autoname == B_TRUE) { in be_create_snapshot()
411 boolean_t autoname = B_FALSE; in _be_create_snapshot() local
468 autoname = B_TRUE; in _be_create_snapshot()
532 if (!autoname || libzfs_errno(g_zfs) != EZFS_EXISTS) { in _be_create_snapshot()
602 if (autoname && bt.obe_snap_name) { in _be_create_snapshot()
H A Dbe_create.c615 boolean_t autoname = B_FALSE; in be_copy() local
816 autoname = B_TRUE; in be_copy()
906 if (!autoname || ret != BE_ERR_BE_EXISTS) { in be_copy()
1126 if (autoname) { in be_copy()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c715 mDNSBool autoname; // Set if this name is tied to the Computer Name member
740 mDNSBool autoname; // Set if this name is tied to the Computer Name member
1228 if (srv->autoname && !SameDomainLabel(srv->name.c, gmDNS->nicelabel.c)) in rename_service()
2285 instance->autoname = info->autoname; in register_service_instance()
2414 service->autoname = mDNStrue; in handle_regservice_request()
2426 service->autoname = mDNSfalse; in handle_regservice_request()
2549 if (instance->autoname && CountPeerRegistrations(m, srs) == 0) in regservice_callback()
2571 if (instance->autoname && CountPeerRegistrations(m, srs) == 0) in regservice_callback()
2577 else if (instance->autoname || instance->autorename) in regservice_callback()