Lines Matching refs:sat
259 AttributeType *sat;
266 sat = at_find(*attrs1);
267 if ( !sat ) {
272 if( is_at_operational( sat )) (*op)++;
274 if ( at_find_in_list(sat, soc->soc_required) < 0) {
275 if ( at_append_to_list(sat, &soc->soc_required) ) {
301 AttributeType *sat;
306 sat = at_find(*attrs1);
307 if ( !sat ) {
312 if( is_at_operational( sat )) (*op)++;
314 if ( at_find_in_list(sat, soc->soc_required) < 0 &&
315 at_find_in_list(sat, soc->soc_allowed) < 0 ) {
316 if ( at_append_to_list(sat, &soc->soc_allowed) ) {