/illumos-gate/usr/src/cmd/bnu/ |
H A D | Uutry | 49 REMOVE="" 59 -r) REMOVE="-f"; shift;; 88 if [ -n "$REMOVE" ]; then 92 echo "$UUCICO -r1 -s$SYS $CLASS $REMOVE $X >$STMP 2>&1&" 93 $UUCICO -r1 -s$SYS $CLASS $REMOVE $X >$STMP 2>&1&
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | AdapterEvent.h | 47 REMOVE = HBA_EVENT_ADAPTER_REMOVE, enumerator in enum:AdapterEvent::EVENT_TYPE
|
H A D | FCSyseventBridge.cc | 479 AdapterEvent::REMOVE); member in class:AdapterEvent
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 78 #define REMOVE 0x10 macro 81 #define OBITS "\020\1VERIFY\2WHOLE\3YOUNGER\4COMPARE\5REMOVE\6FOLLOW\7IGNLNKS"
|
H A D | main.c | 245 options |= REMOVE;
|
H A D | server.c | 250 opts & REMOVE ? " -R" : "", src, dest); 367 opts &= ~(COMPARE|REMOVE); 391 if (opts & REMOVE) 1262 * Y\n -- file doesn't exist - REMOVE.
|
H A D | gram.y | 299 yylval.intval = REMOVE;
|
/illumos-gate/usr/src/cmd/mpathadm/ |
H A D | mpathadm.h | 41 #define REMOVE SUBCOMMAND(8) macro
|
H A D | mpathadm.c | 179 {MPATH_SUPPORT, SHOW|MODIFY|ADD, LIST|REMOVE, 0, 183 MODIFY|ENABLE|DISABLE|FAILOVER|OVERRIDE|ADD|REMOVE, LIST|SHOW, 186 ENABLE|DISABLE|OVERRIDE|ADD|REMOVE, LIST|SHOW|MODIFY, 189 SHOW|LIST|MODIFY|FAILOVER|ADD|REMOVE, 0, 205 {MPATH_SUPPORT, REMOVE, "d", B_TRUE, NULL},
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_grammar.y | 131 %token HELP CREATE EXPORT ADD DELETE REMOVE SELECT SET INFO CANCEL END VERIFY 161 %type <cmd> remove_command REMOVE 694 remove_command: REMOVE 701 | REMOVE TOKEN 709 | REMOVE resource_type 717 | REMOVE TOKEN resource_type 728 | REMOVE property_name property_value 738 | REMOVE resource_type property_name EQUAL property_value 749 | REMOVE resource_type property_name EQUAL property_value property_name EQUAL property_value 762 | REMOVE resource_typ [all...] |
H A D | zonecfg_lex.l | 141 return REMOVE;
|
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm.h | 42 #define REMOVE SUBCOMMAND(3) macro
|
H A D | iscsiadm_main.c | 320 {"remove", REMOVE, removeFunc}, 342 {TARGET, 0, LIST, 0, ADD|REMOVE|MODIFY, LIST, 344 {TARGET_PARAM, MODIFY|REMOVE, LIST, 0, ADD, MODIFY, 346 {DISCOVERY, 0, 0, LIST|MODIFY, ADD|REMOVE, 0, NULL}, 347 {NODE, 0, 0, MODIFY|LIST, ADD|REMOVE, 0, NULL}, 348 {STATIC_CONFIG, ADD|REMOVE, LIST, 0, MODIFY, ADD|REMOVE|LIST, 350 {DISCOVERY_ADDRESS, ADD|REMOVE, LIST, 0, MODIFY, 351 ADD|REMOVE|LIST, "IP-address[:port-number]"}, 352 {ISNS_SERVER_ADDRESS, ADD|REMOVE, LIS [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | StatisticList.java | 263 StatisticEvent.REMOVE, s); 361 * Identifier for a REMOVE event. 363 public static final int REMOVE = 0x2; field in class:StatisticEvent
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 133 else REMOVE(vd,bp,INDEX(SIZE(bp)),t,(*searchf));
|
H A D | vmbest.c | 438 REMOVE(vd,fp,INDEX(s),t,bestsearch); 457 else REMOVE(vd,np,INDEX(s),t,bestsearch); 614 else REMOVE(vd,bp,INDEX(size),t,bestsearch); 990 else REMOVE(vd,np,INDEX(s),t,bestsearch);
|
H A D | vmhdr.h | 409 #define REMOVE(vd,b,i,t,func) \ macro
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | pmadm.c | 44 #define REMOVE 0x2 /* -r seen */ macro 212 flag |= REMOVE; 316 case REMOVE:
|
H A D | sacadm.c | 82 # define REMOVE 0x400 /* -r seen */ macro 210 flag |= REMOVE; 299 case REMOVE:
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 254 #define REMOVE 1 macro 281 * addRemoveFlag - ADD/REMOVE 506 if (!found && (addRemoveFlag == REMOVE)) { 649 assert(!(addRemoveFlag != ADD && addRemoveFlag != REMOVE)); 1229 REMOVE); 1497 * buf1 contains the name for REMOVE 1509 if (!found && addRemoveFlag == REMOVE) { 3202 return (iPsCreateDeleteGroup(STMF_HOST_GROUPS, groupName, REMOVE)); 3218 REMOVE)); 3947 memberName, REMOVE)); [all...] |
/illumos-gate/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 1142 #define REMOVE(m) \ macro 1313 REMOVE(msg);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 434 Allows a process to INSERT/REMOVE STREAMs modules on locations other
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pcnet32.c | 80 #ifdef REMOVE
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 93 _FEMOPDEF(REMOVE, remove), 147 _FEMGUARD(REMOVE, remove),
|