/illumos-gate/usr/src/uts/common/os/ |
H A D | evchannels.c | 298 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 D | pathshell.c | 57 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 D | symbols_test.c | 176 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 D | byteorder.S | 79 / 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 D | help.i386 | 34 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 D | Devices | 94 # 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 D | t.set0a | 157 eg 158 1 eg 159 eg
|
H A D | t.set0b | 157 eg 158 eg 159 eg
|
H A D | t.printf | 53 %: eg ... 1205 1205 eg
|
H A D | t.cond | 105 eg
|
H A D | t.in1 | 136 52 eg 1205
|
H A D | t.nameval | 52 eg 1205
|
H A D | t.4 | 29 1205 eg
|
H A D | t.8.y | 53 eg eg
|
H A D | t.printf2 | 53 %: eg ... 1205 1205 eg 0 0 0 � e
|
H A D | t.vf3 | 53 eg eg
|
H A D | t.cat | 209 eg 1205 210 1205 is eg 211 eg is 1205
|
H A D | t.NF | 263 1205|eg 265 1205|eg|||five
|
H A D | t.re5 | 178 1205 eg 179 1205 eg 180 1205 eg 181 1205 eg
|
H A D | t.makef | 53 1205 eg 2410
|
H A D | t.mod | 27 1205 eg
|
H A D | t.split2 | 53 eg 1205
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 78 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 D | Makefile | 34 ftppxy ip_rules nat-setup nat.eg \
|
/illumos-gate/usr/src/test/smbsrv-tests/doc/ |
H A D | README | 107 These take similar options (eg. -c config_file). 110 as additional arguments to the individual test, eg
|