/src/sbin/mount_portal/ |
Makefile | 7 SRCS= puffs_portal.c activate.c conf.c pt_conf.c \
|
portald.h | 87 extern void activate(qelem *q, int so);
|
activate.c | 1 /* $NetBSD: activate.c,v 1.15 2009/04/11 07:36:43 lukem Exp $ */ 34 * from: Id: activate.c,v 1.2 1992/05/27 07:09:27 jsp Exp 35 * @(#)activate.c 8.3 (Berkeley) 4/28/95 40 __RCSID("$NetBSD: activate.c,v 1.15 2009/04/11 07:36:43 lukem Exp $"); 181 activate(qelem *q, int so) function in typeref:typename:void 194 syslog(LOG_WARNING, "activate: recvmsg: %m");
|
/src/sys/arch/shark/shark/ |
ns87307.c | 282 /* activate the device */ 337 u_char activate; 348 NSIO_READ_REG( nsioIot, nsioIoh, NSIO_CFG_ACTIVATE, activate ); 359 printf("activate: %x\n",activate); 335 u_char activate; local in function:nsioConfigPrint
|
/src/sys/dev/fdt/ |
fdt_port.c | 178 fdt_endpoint_activate(struct fdt_endpoint *ep, bool activate) 189 if (!activate && ep->ep_enabled) 196 error = rdp->dp_ep_activate(rdp->dp_dev, rep, activate); 199 rep->ep_active = ep->ep_active = activate; 204 fdt_endpoint_activate_direct(struct fdt_endpoint *ep, bool activate) 213 error = dp->dp_ep_activate(dp->dp_dev, ep, activate);
|
hdmi_connector.c | 149 dispcon_hdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 162 if (activate) {
|
fdt_panel.c | 105 panel_fdt_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate)
|
/src/sys/arch/arm/nxp/ |
imx6_dwhdmi.c | 132 imx6_dwhdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 144 if (!activate) 180 error = fdt_endpoint_activate(out_ep, activate);
|
/src/sys/arch/arm/rockchip/ |
rk_anxdp.c | 133 rk_anxdp_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 145 if (!activate) 182 error = fdt_endpoint_activate(out_ep, activate);
|
rk_dwhdmi.c | 127 rk_dwhdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 139 if (!activate) 175 error = fdt_endpoint_activate(out_ep, activate);
|
rk_vop.c | 647 rk_vop_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 653 if (!activate) 695 return fdt_endpoint_activate(ep, activate);
|
/src/sys/arch/arm/sunxi/ |
sunxi_dwhdmi.c | 74 sunxi_dwhdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 83 if (!activate) 124 error = fdt_endpoint_activate(out_ep, activate);
|
sunxi_lcdc.c | 391 sunxi_lcdc_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 398 if (!activate) 420 return fdt_endpoint_activate(out_ep, activate); 431 return fdt_endpoint_activate(out_ep, activate);
|
sunxi_hdmi.c | 490 sunxi_hdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 496 /* our input is activated by tcon, we activate our output */ 502 if (!activate) 531 error = fdt_endpoint_activate(out_ep, activate);
|
sunxi_tcon.c | 324 sunxi_tcon_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 332 /* our input is activated by debe, we activate our output */ 338 if (!activate) 372 error = fdt_endpoint_activate(out_ep, activate);
|
sunxi_mixer.c | 1206 sunxi_mixer_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 1212 if (!activate) 1243 return fdt_endpoint_activate(ep, activate);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap3-gta04a5.dts | 43 output-high; /* activate gpio_175 to disable IrDA receiver */
|
at91-ariag25.dts | 158 /* cannot activate RTS2+CTS2, clash with
|
gemini.dtsi | 116 * Only activate GMAC0 by default since 139 /* Activate both groups of pins for this state */
|
/src/sys/dev/i2c/ |
anxedp.c | 341 anxedp_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 349 if (!activate)
|
tda19988.c | 837 tda19988_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 844 if (!activate)
|
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 335 tilcdc_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 340 if (!activate) 358 return fdt_endpoint_activate(ep, activate); 635 aprint_error_dev(sc->sc_dev, "couldn't activate endpoint: %d\n", error);
|
/src/etc/namedb/ |
bind.keys | 28 # Configuring "dnssec-lookaside auto;" to activate this key is
|
/src/sys/arch/mac68k/obio/ |
iwm.s | 328 tstb %a0@(mtrOn) | ENABLE; activate drive 398 tstb %a0@(mtrOn) | ENABLE; activate drive
|
/src/sys/arch/aarch64/aarch64/ |
pmap.c | 118 PMAP_COUNTER(activate, "pmap_activate call"); 1414 PMAP_COUNT(activate); 1451 PMAP_COUNT(activate);
|