HomeSort by relevance Sort by last modified time
    Searched defs:disable (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
disena.c 33 ** disable() - DISABLE PRINTER
37 disable(PSTATUS *pps, char *reason, int when) function
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
config.c 159 void disable(struct dev *dev) function
161 if (dev->disable) {
162 dev->disable(dev);
163 dev->disable = 0;
dev.h 48 void (*disable)P((struct dev *)); member in struct:dev
71 #define PROBE_AWAKE 1 /* After calling disable bring up the same device */
81 extern void disable(struct dev *dev);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
diagnostics.pm 15 disable diagnostics;
45 disable() and enable() methods to turn them off and on respectively.
64 I<splain>, there's no sense in being able to enable() or disable() processing.
105 at the enable() or disable() methods.
112 disable diagnostics; # only turns off runtime warnings
122 disable diagnostics;
462 sub disable { subroutine
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
ImageLabel.java 347 public void disable() { method in class:ImageLabel
349 super.disable();
LabelBar.java 177 public void disable() { method in class:LabelBar
178 super.disable();
GBLayout.java 320 * Globally disable gridbag layout. This can be used to improve
324 public synchronized static void disable() { method in class:GBLayout
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
DisableServiceDialog.java 45 private boolean disable; field in class:DisableServiceDialog
48 public DisableServiceDialog(Frame f, boolean disable) {
51 this.disable = disable;
54 if (disable) {
100 if (disable) {
101 // Shutdown the server and disable the daemon.
118 if (disable) {
133 if (disable) {
141 * Notify listeners that enable or disable has been done
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
do_align.c 65 static void disable(),
125 * the disable/reject reasons.
247 * - disable the printer,
257 * request from printing. (We disable the printer AFTER trying
258 * to mount the form, because we don't disable a printer for a
270 disable (printer, CUZ_MOUNTING, 0);
277 disable (printer, disable_reason, 1);
460 * Disable the printer, if needed, and close the FIFO.
461 * Use the wait version of the disable, so our request isn't
466 disable (printer, disable_reason, 1)
567 static void disable (printer, reason, when) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcap/rcapadm/
rcapadm.c 56 "# enable/disable rcapd\n"
72 static int disable = -1; variable
211 disable = 0;
214 disable = 1;
273 * disable/enable before reading configuration from the repository
276 if (disable > 0) {
279 die(gettext("cannot disable service: %s\n"),
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_smf.c 37 static void disable(char *svc_names[], md_error_t *ep);
93 * Disable the specified SVM services through the SMF.
99 disable(svm_core_svcs, ep);
103 disable(svm_diskset_svcs, ep);
107 disable(svm_mn_diskset_svcs, ep);
238 disable(char *svc_names[], md_error_t *ep) function
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
systrace.c 183 int disable = (systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || local
186 if (disable) {
  /onnv/onnv-gate/usr/src/uts/sun/io/audio/drv/audiocs/
audio_4231_apcdma.c 344 uint32_t disable; local
352 disable = APC_PLAY_DISABLE;
357 disable = APC_CAP_DISABLE;
374 AND_SET_WORD(handle, &APC_DMACSR, ~(abort|disable));
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fssnap/
fssnap.c 347 struct fiosnapdelete disable; local
351 bzero(&disable, sizeof (disable));
355 disable.rootfiledesc = mountfd;
356 if (ioctl(ctlfd, _FIOSNAPSHOTDELETE, &disable) == -1) {
357 if (disable.error) {
358 die(gettext("error %d"), disable.error);
370 printf(gettext("Deleted snapshot %d.\n"), disable.snapshotnumber);
  /onnv/onnv-gate/usr/src/uts/common/io/chxge/com/
gmac.h 87 int (*disable)(struct cmac *, int); member in struct:cmac_ops
  /onnv/onnv-gate/usr/src/cmd/avs/sv/
svadm.c 172 "\t%s [-C tag] -d { -f file | volume } disable\n"), program);
429 int enable, disable, compare, print, version; local
439 compare = enable = disable = version = 0;
466 disable++;
505 if ((enable + disable + compare) > 1) {
566 else if (disable)
580 else if (disable)
892 * Disable the device from the kernel configuration.
927 * Issue the ioctl to attempt to disable this device. Note that all
933 gettext("%s: unable to disable %s")
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/amd_iommu/
amd_iommu_impl.c 199 * Disable HT tunnel translation.
264 * Disable translation on HT tunnel traffic
1883 char *disable; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
cfga.c 174 /* n */ "disable-at-boot",
196 /* n */ "\t-o disable-at-boot",
752 dlist_update(int board, int disable, char *dlist, struct cfga_msg *msgp,
785 if (disable) {
803 if (disable) {
883 int disable; local
899 disable = 0;
901 disable++;
924 err = disable ? OPT_DISABLE : OPT_ENABLE;
942 else if (disabled && !(force || (options && !disable)))
1074 int disable; local
1398 int disable; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/storage/liba5k/common/hdrs/
a5k.h 359 disable : 1, member in struct:device_element
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/
rdc_io.c 78 * It is also used by enable/resume and disable/suspend code to ensure that
493 * Suspend and disable operations use this function to wait until it is safe
507 * Other ioctls use this function to hold off disable and suspend.
521 * Other ioctls use this function to allow disable and suspend to continue.
6020 int enable, disable; local
    [all...]

Completed in 540 milliseconds