Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_snapshot.c91 boolean_t autoname = B_FALSE; in be_create_snapshot() local
139 autoname = B_TRUE; in be_create_snapshot()
143 if (autoname == B_TRUE) { in be_create_snapshot()
416 boolean_t autoname = B_FALSE; in _be_create_snapshot() local
477 autoname = B_TRUE; in _be_create_snapshot()
541 if (!autoname || libzfs_errno(g_zfs) != EZFS_EXISTS) { in _be_create_snapshot()
611 if (autoname && bt.obe_snap_name) { in _be_create_snapshot()
H A Dbe_create.c651 boolean_t autoname = B_FALSE; in be_copy() local
864 autoname = B_TRUE; in be_copy()
954 if (!autoname || ret != BE_ERR_BE_EXISTS) { in be_copy()
1195 if (autoname) { in be_copy()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.h158 mDNSBool autoname; // Set if this name is tied to the Computer Name member
H A Duds_daemon.c1018 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(srs) == 0) in regservice_callback()
1047 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(srs) == 0) in regservice_callback()
1524 if (request->u.servicereg.autoname) in regservice_termination_callback()
1527 request->u.servicereg.autoname = mDNSfalse; in regservice_termination_callback()
2156 if (request->u.servicereg.autoname) UpdateDeviceInfoRecord(&mDNSStorage); in _handle_regservice_request_start()
2360 request->u.servicereg.autoname = mDNStrue; in handle_regservice_request()
2372 request->u.servicereg.autoname = mDNSfalse; in handle_regservice_request()
2793 …if (req->terminate == regservice_termination_callback && req->u.servicereg.autoname && req->interf… in UpdateDeviceInfoRecord()
2836 … if (req->u.servicereg.autoname && !SameDomainLabelCS(req->u.servicereg.name.c, m->nicelabel.c)) in udsserver_handle_configchange()