Home
last modified time | relevance | path

Searched refs:entr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c341 entr_to_str(uint32_t entr) in entr_to_str() argument
343 switch (entr) { in entr_to_str()
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c2280 scf_transaction_entry_t *entr; in lscf_property_import() local
2291 entr = scf_entry_create(lcbdata->sc_handle); in lscf_property_import()
2292 if (entr == NULL) { in lscf_property_import()
2305 if (scf_transaction_property_new(trans, entr, in lscf_property_import()
2310 scf_entry_destroy(entr); in lscf_property_import()
2318 scf_entry_destroy(entr); in lscf_property_import()
2328 if (scf_transaction_property_change_type(trans, entr, in lscf_property_import()
2333 scf_entry_destroy(entr); in lscf_property_import()
2339 scf_entry_destroy(entr); in lscf_property_import()
2396 if (scf_entry_add_value(entr, val) != 0) in lscf_property_import()