HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 1 - 25 of 439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
tswtclmt.types 31 params red_action_name action
32 params yellow_action_name action
33 params green_action_name action
dscpmk.types 31 params next_action action
tokenmt.types 31 params red_action_name action
32 params yellow_action_name action
33 params green_action_name action
dlcosmk.types 31 params next_action action
flowacct.types 31 params next_action action
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
dm_platform.h 37 int dm_platform_update_fru(const char *action, dm_fru_t *fru);
38 int dm_platform_indicator_execute(const char *action);
  /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/
erraction.c 45 erraction(int action)
47 switch (action) {
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
tcflow.c 51 tcflow(int fildes, int action)
53 return (ioctl(fildes, TCXONC, action));
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWmibii/
Makefile 32 all: $(FILES) action
34 # action is a pseudotarget denoting completed work on the depend file
35 action: depend
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWippcore/
Makefile 31 CLEANFILES += action
33 ACTION=grep SUNWpapi depend > /dev/null || \
40 all: $(FILES) action
43 # action is a pseudotarget denoting completed work on the depend file
44 action: depend
45 $(ACTION)
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWipplu/
Makefile 29 CLEANFILES += action
31 ACTION=grep SUNWpapi depend > /dev/null || \
40 all: $(FILES) action
43 # action is a pseudotarget denoting completed work on the depend file
44 action: depend
45 $(ACTION)
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpsm-lpd/
Makefile 31 CLEANFILES += action
33 ACTION=grep SUNWpapi depend > /dev/null || \
40 all: $(FILES) action
43 # action is a pseudotarget denoting completed work on the depend file
44 action: depend
45 $(ACTION)
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfscluster.h 30 enum action { enum
43 enum action action; /* What to do */ member in struct:options
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsmutil/
lockfile.c 46 int action; local
57 action = F_SETLK;
59 action = F_SETLKW;
61 if (fcntl(fd, action, &lfd) >= 0)
  /onnv/onnv-gate/usr/src/cmd/sgs/mcs/common/
extern.h 37 extern action *Action;
  /onnv/onnv-gate/usr/src/cmd/lp/lib/oam/
llib-llpoam 37 void fmtmsg(char * label, int severity, char * text, char * action);
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpsf/
Makefile 33 ACTION=grep SUNWpsf depend > /dev/null || \
40 all: $(FILES) action
43 # action is a pseudotarget denoting completed work on the depend file
44 action: depend
45 $(ACTION)
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWrsg/
Makefile 40 all: $(FILES) action
44 # action is a pseudotarget denoting completed work on the depend file
45 action: depend
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWrsgk/
Makefile 40 all: $(FILES) action
44 # action is a pseudotarget denoting completed work on the depend file
45 action: depend
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtnfd/
Makefile 40 all: $(FILES) action
42 # action is a pseudotarget denoting completed work on the depend file
43 action: depend
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWppm/
Makefile 29 ACTION= \
37 all: $(FILES) action
41 # action is a pseudotarget denoting completed work on the depend file
42 action: depend
43 $(ACTION)
  /onnv/onnv-gate/usr/src/lib/libparted/common/include/parted/
debug.h 42 #define PED_ASSERT(cond, action) \
50 action; \
66 #define PED_ASSERT(cond, action) \
74 action; \
82 #define PED_ASSERT(cond, action) while (0) {}
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
SetReal32Prop.java 50 * Set the property value. Depending of the action flag perform
57 * @param action the action to be done: CACHE, FLASH or CHECK_WTHROUGH
60 public void set(CIMInstance ci, byte action, String val)
64 if (action != FLUSH)
66 switch (action) {
SetReal64Prop.java 50 * Set the property value. Depending of the action flag perform
57 * @param action the action to be done: CACHE, FLASH or CHECK_WTHROUGH
60 public void set(CIMInstance ci, byte action, String val)
64 if (action != FLUSH)
66 switch (action) {
SetStringProp.java 48 * Set the property value. Depending of the action flag perform
55 * @param action the action to be done: CACHE, FLASH or CHECK_WTHROUGH
58 public void set(CIMInstance ci, byte action, String val) {
61 if (action != FLUSH)
63 switch (action) {

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>