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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_snapshot.c90 boolean_t autoname = B_FALSE; local
138 autoname = B_TRUE;
142 if (autoname == B_TRUE) {
411 boolean_t autoname = B_FALSE; local
468 autoname = B_TRUE;
532 if (!autoname || libzfs_errno(g_zfs) != EZFS_EXISTS) {
602 if (autoname && bt.obe_snap_name) {
H A Dbe_create.c617 boolean_t autoname = B_FALSE; local
818 autoname = B_TRUE;
908 if (!autoname || ret != BE_ERR_BE_EXISTS) {
1128 if (autoname) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c199 mDNSBool autoname; // Set if this name is tied to the Computer Name member in struct:request_state::__anon98::__anon100
1012 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(m, srs) == 0)
1033 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(m, srs) == 0)
1035 // On conflict for an autoname service, rename and reregister *all* autoname services
1039 else // On conflict for a non-autoname service, rename and reregister just that one service
1331 if (request->u.servicereg.autoname)
1333 // Clear autoname before calling UpdateDeviceInfoRecord() so it doesn't mistakenly include this in its count of active autoname registrations
1334 request->u.servicereg.autoname
[all...]

Completed in 66 milliseconds