Home
last modified time | relevance | path

Searched refs:eg (Results 1 – 25 of 105) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c298 struct evch_globals *eg; in evch_zoneinit() local
300 eg = kmem_zalloc(sizeof (*eg), KM_SLEEP); in evch_zoneinit()
302 return (eg); in evch_zoneinit()
373 kmem_free(eg, sizeof (*eg)); in evch_zonefree()
1030 struct evch_globals *eg; in evch_chinitthr() local
1039 ASSERT(eg != NULL); in evch_chinitthr()
1058 struct evch_globals *eg; in evch_chbind() local
1066 ASSERT(eg != NULL); in evch_chbind()
1153 ASSERT(eg != NULL); in evch_chunbind()
1466 ASSERT(eg != NULL); in evch_chgetnames()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathshell.c57 int eg; in pathshell() local
75 eg = getegid(); in pathshell()
76 if (ru != eu || rg != eg) in pathshell()
88 if (rg != eg && st.st_gid == rg) in pathshell()
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c172 for (struct env_group *eg = env_groups; eg != NULL; eg = eg->eg_next) { in find_env_mask() local
173 if (strcmp(name, eg->eg_name) == 0) { in find_env_mask()
174 *mask |= eg->eg_mask; in find_env_mask()
269 struct env_group *eg; in do_env_group() local
287 eg = myzalloc(sizeof (*eg)); in do_env_group()
288 eg->eg_name = mystrdup(name); in do_env_group()
289 eg->eg_mask = mask; in do_env_group()
290 eg->eg_next = env_groups; in do_env_group()
291 env_groups = eg; in do_env_group()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S79 / Convert in to big endian, eg. htons()
90 / Convert in to big endian, eg. htonl()
101 / Convert in to little endian, eg. ntohs()
121 / Convert in to little endian, eg. ntohl()
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38634 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
35 gaps in the sequence (eg. no primary slave), the unit number can be
/illumos-gate/usr/src/cmd/bnu/
H A DDevices94 # networkx,eg devicex - - TLIS \D
106 # STARLAN,eg starlan - - TLIS \D
112 # networkx,eg devicex - - TLIS \D nls
119 # networkx,eg devicex - - TLI \D nls
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.set0b157 eg
158 eg
159 eg
H A Dt.set0a157 eg
158 1 eg
159 eg
H A Dt.printf53 %: eg ... 1205 1205 eg
H A Dt.cond105 eg
H A Dt.in1136 52 eg 1205
H A Dt.nameval52 eg 1205
H A Dt.429 1205 eg
H A Dt.printf253 %: eg ... 1205 1205 eg 0 0 0 � e
H A Dt.vf353 eg eg
H A Dt.8.y53 eg eg
H A Dt.cat209 eg 1205
210 1205 is eg
211 eg is 1205
H A Dt.NF263 1205|eg
265 1205|eg|||five
H A Dt.re5178 1205 eg
179 1205 eg
180 1205 eg
181 1205 eg
H A Dt.split253 eg 1205
H A Dt.vf105 eg
H A Dt.makef53 1205 eg 2410
/illumos-gate/usr/src/cmd/ipf/examples/
H A DMakefile34 ftppxy ip_rules nat-setup nat.eg \
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c78 char eg[MAXBSIZE]; member
470 if (read(h->fd, (char *)&h->eg, fsp->fs_bsize) != fsp->fs_bsize) { in dumplog()
475 ebp = (void *)h->eg; in dumplog()
494 if (read(h->fd, &h->eg, dbtob(LS_SECTORS)) != dbtob(LS_SECTORS)) { in dumplog()
499 ud = (void *)&h->eg; in dumplog()
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME107 These take similar options (eg. -c config_file).
110 as additional arguments to the individual test, eg

12345