Home
last modified time | relevance | path

Searched refs:init_mode (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster.c251 int init_mode = 0; variable
374 init_mode = 1; in main()
409 if (init_mode && (debug_me || !master_detach || wait_flag)) in main()
442 if (init_mode == 0 && debug_me == 0 && master_detach != 0 in main()
H A Dmaster.h115 extern int init_mode;
H A Dmaster_sig.c214 if (init_mode) in master_sigdeath()
H A Dmaster_spawn.c307 if (init_mode) in master_reap_child()
/netbsd-src/sys/dev/ic/
H A Dam79900.c184 init.init_mode = LE_MODE_NORMAL | LE_MODE_PROM; in am79900_meminit()
186 init.init_mode = LE_MODE_NORMAL; in am79900_meminit()
188 init.init_mode |= LE_MODE_PSEL0; in am79900_meminit()
190 init.init_mode |= ((ffs(sc->sc_ntbuf) - 1) << 28) in am79900_meminit()
H A Dam79900reg.h90 u_int32_t init_mode; /* +0x0000 */ member
H A Dam7990.c147 init.init_mode = LE_MODE_NORMAL | LE_MODE_PROM; in am7990_meminit()
149 init.init_mode = LE_MODE_NORMAL; in am7990_meminit()
151 init.init_mode |= LE_MODE_PSEL0; in am7990_meminit()
H A Dam7990reg.h102 u_int16_t init_mode; /* +0x0000 */ member
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dlance.c315 init->init_mode = 0; in lance_setup()
406 init->init_mode = LE_C15_INTL | LE_C15_LOOP; in lance_internal_loopback_setup()
408 init->init_mode |= LE_C15_DXMTFCS; in lance_internal_loopback_setup()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c651 struct drm_display_mode *init_mode; in vmw_fb_init() local
681 &par->crtc, &init_mode); in vmw_fb_init()
685 info->var.xres = init_mode->hdisplay; in vmw_fb_init()
686 info->var.yres = init_mode->vdisplay; in vmw_fb_init()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dpcn.c108 uint32_t init_mode; member
191 ib->init_mode = htole32((0 << 28) | (1 << 20) | 0); in pcn_init()
/netbsd-src/sys/dev/pci/
H A Dif_pcn.c1688 sc->sc_initblock.init_mode = htole32(sc->sc_mode | in pcn_init()