Home
last modified time | relevance | path

Searched refs:one_shot (Results 1 – 5 of 5) 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; in server_main()
253 one_shot = B_TRUE; in server_main()
262 if (one_shot && permanent) { in server_main()
362 if (!one_shot) { in server_main()
387 (!one_shot && permanent && dir == changes)) { in server_main()
403 if ((one_shot || !permanent) && dir == changes) { in server_main()
644 if (one_shot) in parse_line()
691 if (one_shot) in parse_line()
706 if (one_shot) in parse_line()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c302 int one_shot; in print_dyn() local
340 one_shot = 0; in print_dyn()
354 ((print_type != PRINT_DYN_T_NDX) || ((ndx == arg) || one_shot)); in print_dyn()
365 if (one_shot) { in print_dyn()
366 one_shot = 0; in print_dyn()
479 one_shot = (outstyle == ELFEDIT_OUTSTYLE_DEFAULT); in print_dyn()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c2855 int one_shot = 1; in ata_intr() local
2859 return (ghd_intr(&ata_ctlp->ac_ccc, (void *)&one_shot)); in ata_intr()
2931 int *one_shot = (int *)intr_status; in ata_get_status() local
2933 if (*one_shot == 1) in ata_get_status()
2934 *one_shot = 0; in ata_get_status()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h788 int one_shot);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c5755 int one_shot) in xge_hal_device_sched_timer() argument
5770 if (one_shot) { in xge_hal_device_sched_timer()