Searched defs:over (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/disk/ |
H A D | cryptodisk.c | 61 int over = 0, over2 = 0; local 68 g[j] |= over; 69 over = over2; 71 if (over) 79 int over = 0, over2 = 0; local 86 g[j] |= over; 87 over = over2; 89 if (over)
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 92 FNPROTO(over); variable
|
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_ncp.c | 58 * over wireless, a set of manually enabled/diasbled NCUs, or a combination 60 * so if wired is preferred over wireless and a cable is plugged in, 1448 * Skip IP configuration created over IP Tunnels. 3157 * NCUs specified in "over" (delimited by ":") do not exist and we are adding 3162 const char *ncp, const char *over, boolean_t add) 3180 if (!add || over == NULL) 3187 /* "over" are delimited by ":", the default for "portnames" in aggrs */ 3188 if ((copy = strdup(over)) == NULL) 3161 nwam_ncu_external_action(nwam_ncu_type_t type, const char *name, const char *ncp, const char *over, boolean_t add) argument
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | forth.c | 1213 over(fcode_env_t *env) function 1217 CHECK_DEPTH(env, 2, "over"); 1349 CHECK_DEPTH(env, 4, "2over"); 2542 ANSI(0x048, 0, "over", over); 2554 ANSI(0x054, 0, "2over", two_over);
|
Completed in 131 milliseconds