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()
301 evch_dl_init(&eg->evch_list); in evch_zoneinit()
302 return (eg); in evch_zoneinit()
309 struct evch_globals *eg = arg; in evch_zonefree() local
313 mutex_enter(&eg->evch_list_lock); in evch_zonefree()
319 while ((chp = evch_dl_next(&eg->evch_list, NULL)) != NULL) { in evch_zonefree()
361 evch_dl_del(&eg->evch_list, &chp->ch_link); in evch_zonefree()
370 mutex_exit(&eg->evch_list_lock); in evch_zonefree()
372 ASSERT(evch_dl_getnum(&eg->evch_list) == 0); in evch_zonefree()
[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.c176 for (struct env_group *eg = env_groups; eg != NULL; eg = eg->eg_next) { in find_env_mask() local
177 if (strcmp(name, eg->eg_name) == 0) { in find_env_mask()
178 *mask |= eg->eg_mask; in find_env_mask()
273 struct env_group *eg; in do_env_group() local
291 eg = myzalloc(sizeof (*eg)); in do_env_group()
292 eg->eg_name = mystrdup(name); in do_env_group()
293 eg->eg_mask = mask; in do_env_group()
294 eg->eg_next = env_groups; in do_env_group()
295 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.set0a157 eg
158 1 eg
159 eg
H A Dt.set0b157 eg
158 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.8.y53 eg eg
H A Dt.printf253 %: eg ... 1205 1205 eg 0 0 0 � e
H A Dt.vf353 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.makef53 1205 eg 2410
H A Dt.mod27 1205 eg
H A Dt.split253 eg 1205
/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/cmd/ipf/examples/
H A DMakefile34 ftppxy ip_rules nat-setup nat.eg \
/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