Searched refs:check_flags (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmttydefs.c | 50 int check_flags(); 167 if ((*ptr != ':') || (check_flags(d_if) != 0)) { 180 if ((*ptr != ':') || (check_flags(d_ff) != 0)) { 304 check_flags(flags) in check_flags() function
|
H A D | sttydefs.c | 251 extern int check_flags(); 292 if (check_flags(ttydef->g_iflags) != 0 ) 297 if (check_flags(ttydef->g_fflags) != 0 )
|
/titanic_41/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 279 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) in config_change_state() 482 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring) in config_private_func() 533 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring) in config_test() 685 if (check_flags(flags, CFGA_FLAG_LIST_ALL, errstring) != CFGA_OK) { in config_list_ext() 894 if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, NULL) in config_help() 3091 check_flags(cfga_flags_t flags, cfga_flags_t mask, char **errstring) in check_flags() function
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | args.c | 298 check_flags(Ofl_desc * ofl, int argc) in check_flags() function 1981 return (check_flags(ofl, argc)); in ld_process_flags()
|