/illumos-gate/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-power-reboot-sunos.sh | 14 if [ -x "/sbin/init" ] ; then 15 /sbin/init 6
|
H A D | hal-system-power-shutdown-sunos.sh | 14 if [ -x "/sbin/init" ] ; then 15 /sbin/init 5
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_init.c | 33 #pragma init(ns_ldap_init)
|
/illumos-gate/usr/src/lib/common/amd64/ |
H A D | crtn.s | 41 .section .init,"ax"
|
H A D | crti.s | 41 .section .init,"ax"
|
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | Makefile | 7 .include <bsd.init.mk>
|
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/ |
H A D | Makefile | 7 .include <bsd.init.mk>
|
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/ |
H A D | Makefile | 7 .include <bsd.init.mk>
|
/illumos-gate/usr/src/lib/common/i386/ |
H A D | crtn.s | 42 .section .init,"ax"
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/ |
H A D | KstatCtl.java | 39 KstatCtl.init(); 93 private static native void init(); method in class:KstatCtl
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | devices-audio | 37 /usr/bin/audioctl init-devices
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | instance.c | 37 * buffer otherwise return a pointer to the un-init data. 40 alloc_instance_data(fcode_env_t *env, int init, int n, int *offset) argument 44 *offset = ptr = MYSELF->device->data_size[init]; 45 MYSELF->device->data_size[init] += n; 46 if (init == INIT_DATA) 49 return (&MYSELF->data[init][ptr]);
|
H A D | font.c | 32 #pragma init(_init)
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_npreload/common/ |
H A D | s10_npreload.c | 26 #pragma init(init) 52 init(void) function
|
/illumos-gate/usr/src/cmd/init/ |
H A D | Makefile | 27 PROG= init 30 DEFAULTFILES= init.dfl 52 cd $(ROOTETC); $(SYMLINK) default/init TIMEZONE
|
/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | _stdfun.c | 55 static int init; local 65 if (!init) 67 init = 1;
|
/illumos-gate/usr/src/lib/libsum/common/ |
H A D | sum-prng.c | 33 [+init?The PRNG initial value. 0xffffffff is used if \anumber\a is omitted.]:?[number:=0x811c9dc5]\ 48 Prngnum_t init; member in struct:Prng_s 78 else if (strneq(t, "init", i)) 79 sum->init = v ? strtoul(v + 1, NiL, 0) : ~sum->init; 86 if (!sum->init) 87 sum->init = FNV_INIT; 97 sum->sum = sum->init;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ecpp.conf | 50 # is opened. If centronics-init-seq is set to "true" the Init signal 53 centronics-init-seq="false";
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | iscsiboot_prop.c | 186 iscsi_boot_free_ini(ib_ini_prop_t *init) argument 188 if (init == NULL) { 192 if (init->ini_name != NULL) { 193 kmem_free(init->ini_name, init->ini_name_len); 194 init->ini_name = NULL; 195 init->ini_name_len = 0; 197 if (init->ini_chap_name != NULL) { 198 kmem_free(init->ini_chap_name, 199 init [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | locate_plugin.h | 47 krb5_error_code (*init)(krb5_context, void **); member in struct:krb5plugin_service_locate_ftable
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | pair_cont.c | 58 if (!ptp->init)
|
/illumos-gate/usr/src/cmd/sgs/0@0/common/ |
H A D | 0@0.c | 41 #pragma init(__zero_at_zero)
|
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | drv.h | 39 int init; member in struct:dsk
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetgrent.c | 45 static struct net_data *init(void); 55 struct net_data *net_data = init(); 62 struct net_data *net_data = init(); 73 struct net_data *net_data = init(); 82 struct net_data *net_data = init(); 141 init(void) { function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | eaccess.c | 55 static int init; 61 if (!init) 67 init = (ruid == euid && rgid == egid) ? 1 : -1; 69 if (init > 0 || flags == F_OK)
|