Searched defs:one_shot (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c182 static boolean_t one_shot = B_FALSE; variable
230 one_shot = B_TRUE;
253 one_shot = B_TRUE;
262 if (one_shot && permanent) {
362 if (!one_shot) {
387 (!one_shot && permanent && dir == changes)) {
403 if ((one_shot || !permanent) && dir == changes) {
644 if (one_shot)
691 if (one_shot)
706 if (one_shot)
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c302 int one_shot; local
335 * one_shot is used by positional elements (e.g. DT_POSFLAG_1)
340 one_shot = 0;
350 * and encountered a one_shot situation, we want to continue
354 ((print_type != PRINT_DYN_T_NDX) || ((ndx == arg) || one_shot));
365 if (one_shot) {
366 one_shot = 0;
479 one_shot = (outstyle == ELFEDIT_OUTSTYLE_DEFAULT);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c2853 int one_shot = 1; local
2857 return (ghd_intr(&ata_ctlp->ac_ccc, (void *)&one_shot));
2925 * Use a one_shot variable to make sure we only return
2929 int *one_shot = (int *)intr_status; local
2931 if (*one_shot == 1)
2932 *one_shot = 0;
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c5745 * @one_shot: 1 - generate scheduled interrupt only once.
5755 int one_shot)
5770 if (one_shot) {
5754 xge_hal_device_sched_timer(xge_hal_device_h devh, int interval_us, int one_shot) argument

Completed in 66 milliseconds