Home
last modified time | relevance | path

Searched refs:yes_no (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dgetresponse.c130 yes_no(int (*func)(char *)) in yes_no() function
190 return (yes_no(yes_check)); in yes()
196 return (yes_no(no_check)); in no()
/illumos-gate/usr/src/cmd/vntsd/
H A Dcmd.c175 int yes_no = 1; in acquire_write() local
221 &yes_no)) != VNTSD_SUCCESS) { in acquire_write()
225 if (yes_no == B_FALSE) { in acquire_write()
H A Dcommon.c104 vntsd_get_yes_no(vntsd_client_t *clientp, char *msg, int *yes_no) in vntsd_get_yes_no() argument
144 *yes_no = B_TRUE; in vntsd_get_yes_no()
149 *yes_no = B_FALSE; in vntsd_get_yes_no()
H A Dvntsd.h450 int *yes_no);
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h90 #define yes_no(flag) (flag == nscd_true)?"yes":"no" macro
H A Dcache.c554 yes_no(cfgp->enable)); in print_cfg()
556 yes_no(cfgp->per_user)); in print_cfg()
558 yes_no(cfgp->avoid_ns)); in print_cfg()
560 yes_no(cfgp->check_files)); in print_cfg()