| /src/sbin/mount_portal/ |
| activate.c | 1 /* $NetBSD: activate.c,v 1.15 2009/04/11 07:36:43 lukem Exp $ */ 34 * from: Id: activate.c,v 1.2 1992/05/27 07:09:27 jsp Exp 35 * @(#)activate.c 8.3 (Berkeley) 4/28/95 40 __RCSID("$NetBSD: activate.c,v 1.15 2009/04/11 07:36:43 lukem Exp $"); 181 activate(qelem *q, int so) function 194 syslog(LOG_WARNING, "activate: recvmsg: %m");
|
| /src/sys/arch/shark/shark/ |
| ns87307.c | 282 /* activate the device */ 337 u_char activate; 348 NSIO_READ_REG( nsioIot, nsioIoh, NSIO_CFG_ACTIVATE, activate ); 359 printf("activate: %x\n",activate); 335 u_char activate; local
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Pointer.cpp | 177 void Pointer::activate() const { function in class:Pointer
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvchange.c | 109 int activate; local 111 activate = arg_uint_value(cmd, available_ARG, 0); 113 if (activate == CHANGE_ALN) { 118 } else if (activate == CHANGE_AN) { 123 if (lv_is_origin(lv) || (activate == CHANGE_AE)) { 128 } else if (activate == CHANGE_ALY) { 200 /* Activate exclusively to ensure no nodes still have LV active */ 267 log_error("Unable to activate %s for mirror log resync", 567 /* If LV is sparse, activate origin instead */
|
| vgchange.c | 57 struct volume_group *vg, int activate) 79 if (((activate == CHANGE_AN) || (activate == CHANGE_ALN)) && 85 if (activate == CHANGE_AN) { 88 } else if (activate == CHANGE_ALN) { 91 } else if (lv_is_origin(lv) || (activate == CHANGE_AE)) { 94 } else if (activate == CHANGE_ALY) { 100 if (activate != CHANGE_AN && activate != CHANGE_ALN && 109 activate ? "Activated" : "Deactivated" 134 int activate = 1; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SpillPlacement.cpp | 222 /// activate - mark node n as active if it wasn't already. 223 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement 267 activate(ib); 274 activate(ob); 288 activate(ib); 289 activate(ob); 303 activate(ib); 304 activate(ob);
|
| /src/external/bsd/wpa/dist/src/pae/ |
| ieee802_1x_kay_i.h | 98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; member in struct:ieee802_1x_mka_participant
|
| /src/external/bsd/libevent/dist/ |
| event.c | 2062 int activate = 0; local 2086 activate = 1; 2100 if (activate) 3184 /* Activate every event whose timeout has elapsed. */ 3835 /* Activate any non timer events */ 3839 /* If we want to activate timer events, loop and activate each event with
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event.c | 2059 int activate = 0; local 2083 activate = 1; 2097 if (activate) 3181 /* Activate every event whose timeout has elapsed. */ 3832 /* Activate any non timer events */ 3836 /* If we want to activate timer events, loop and activate each event with
|
| /src/external/bsd/nvi/dist/motif_l/ |
| xtabbed.c | 421 static void activate( 428 {"activate", activate}, 432 <Btn1Down>,<Btn1Up>: activate() \n\ 1172 static void activate(Widget self, XEvent *event, String *params, Cardinal *num_params) 1166 static void activate(Widget self, XEvent *event, String *params, Cardinal *num_params) function
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 2879 tree activate = build2 (MODIFY_EXPR, TREE_TYPE (new_obj), local 2883 cxx_eval_constant_expression (ctx, activate, lval, 2885 ggc_free (activate); 4790 if its initializer attempts to activate another member. */
|