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

/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_entity.c143 ipmi_sdr_entity_association_t *eap = local
145 *id = eap->is_ea_entity_id;
146 *instance = eap->is_ea_entity_instance;
226 ipmi_sdr_entity_association_t *eap = local
229 if (eap->is_ea_range) {
231 type = eap->is_ea_sub[0].is_ea_sub_id;
232 start = eap->is_ea_sub[0].is_ea_sub_instance;
233 end = eap->is_ea_sub[1].is_ea_sub_instance;
243 type = eap->is_ea_sub[2].is_ea_sub_id;
244 start = eap
[all...]
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2554 execattr_t *eap; local
2579 eap = getexecprof(buf, KV_COMMAND, cmdp, GET_ONE);
2580 if (eap == NULL)
2588 if ((value = kva_match(eap->attr, EXECATTR_EUID_KW)) != NULL) {
2599 if ((value = kva_match(eap->attr, EXECATTR_UID_KW)) != NULL) {
2611 if ((value = kva_match(eap->attr, EXECATTR_GID_KW)) != NULL) {
2621 if ((value = kva_match(eap->attr, EXECATTR_EGID_KW)) != NULL) {
2631 if ((value = kva_match(eap->attr, EXECATTR_LPRIV_KW)) != NULL) {
2647 if ((value = kva_match(eap->attr, EXECATTR_IPRIV_KW)) != NULL) {
2683 free_execattr(eap);
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c3800 cleanup_export_arg(struct exportfs_args *eap) argument
3802 free(eap->ea_statusp);
3803 if (eap->uex != NULL) {
3804 cleanup_export(eap->uex);
3805 free(eap->uex);
3807 if (eap->shareinfo != NULL) {
3808 sa_emptyshare(eap->shareinfo);
3809 free(eap->shareinfo);
3811 free(eap);

Completed in 28 milliseconds