Searched refs:check_flags (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c50 int check_flags();
167 if ((*ptr != ':') || (check_flags(d_if) != 0)) {
180 if ((*ptr != ':') || (check_flags(d_ff) != 0)) {
299 * check_flags - check to see if the flags contains options that are
304 check_flags(flags) function
H A Dsttydefs.c251 extern int check_flags();
292 if (check_flags(ttydef->g_iflags) != 0 )
297 if (check_flags(ttydef->g_fflags) != 0 )
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c980 DNSServiceFlags check_flags = flags;//local flags for dnssec status checking local
1010 if (!(check_flags & (kDNSServiceFlagsValidate | kDNSServiceFlagsValidateOptional)))
1063 check_flags &= ~kDNSServiceOutputFlags;
1064 if (check_flags & kDNSServiceFlagsSecure)
1066 else if (check_flags & kDNSServiceFlagsInsecure)
1068 else if (check_flags & kDNSServiceFlagsIndeterminate)
1070 else if (check_flags & kDNSServiceFlagsBogus)
1132 DNSServiceFlags check_flags = flags; local
1165 if (!errorCode && (check_flags & (kDNSServiceFlagsValidate | kDNSServiceFlagsValidateOptional)))
1169 check_flags
[all...]
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c279 static cfga_err_t check_flags(cfga_flags_t flags, cfga_flags_t mask,
402 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring)
482 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring)
533 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring)
685 if (check_flags(flags, CFGA_FLAG_LIST_ALL, errstring) != CFGA_OK) {
894 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, NULL)
3091 check_flags(cfga_flags_t flags, cfga_flags_t mask, char **errstring) function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c88 * verified in check_flags() and lead to the appropriate output file flags
298 check_flags(Ofl_desc * ofl, int argc) function
1251 * checks will be carried out in check_flags().
2010 return (check_flags(ofl, argc));

Completed in 218 milliseconds