Searched refs:env (Results 251 - 260 of 260) sorted by relevance

<<11

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c76 struct argnod *env; member in struct:funenv
2586 envlist = fp->env;
2726 fun.env = envlist;
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c1934 char *env = NULL; local
1950 if ((env = getenv("_LUX_T_DEBUG")) != NULL) {
2282 if (env != NULL) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c282 static jmp_buf env; variable
674 (void) setjmp(env);
3398 longjmp(env, 0);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c9352 const char *env; /* The value of an environment variable */ local
9353 int n; /* A number read from env[] */
9380 if((env = getenv("LINES")) && (n=atoi(env)) > 0)
9397 if((env = getenv("COLUMNS")) && (n=atoi(env)) > 0)
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c95 #include <sys/sysevent/env.h>
211 * This is set to TRUE the first time env data is stored in the cache
238 * the env cache needs to be updated and the thread which does the work.
320 * mutex which protects the env interrupt handler.
536 * Add the threads which will update the env and board caches
798 "(env) handler. Err=%d", err);
806 * we update the env cache only.
861 cmn_err(CE_WARN, "Failed to unregister MBOX_EVENT_ENV (env)"
1033 * we were updating the env cache during the previous
1035 * the env dat
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c86 longjmp(env, 1);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c42 #include <sys/sysevent/env.h>
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c4249 * Return true if the "type", "subtype", and "env" fields of the "tag" first
4253 vd_msgtype(vio_msg_tag_t *tag, int type, int subtype, int env) argument
4257 (tag->vio_subtype_env == env)) ? B_TRUE : B_FALSE;
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c65 #include <sys/sysevent/env.h>
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1869 % For @indicateurl, @env, @command quotes seem unnecessary, so use \code.
1871 \let\env=\code
3293 \definedummyword{env}%

Completed in 213 milliseconds

<<11