Searched refs:manage (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/tools/tools/vxge/
H A DMakefile3 PROG= vxge-manage
/freebsd-10-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c93 hook_p manage; /* management interface */ member in struct:priv
399 if (priv->manage)
400 sbuf_printf(&sbuf, "manage hook: %s connected to %s:%s\n",
401 NG_HOOK_NAME(priv->manage),
402 NG_NODE_NAME(NG_HOOK_NODE(NG_HOOK_PEER(priv->manage))),
403 NG_HOOK_NAME(NG_HOOK_PEER(priv->manage)));
405 sbuf_printf(&sbuf, "manage hook: <not connected>\n");
620 } else if(strcmp(name, "manage") == 0) {
621 priv->manage = hook;
638 else if(hook == priv->manage)
[all...]
/freebsd-10-stable/sys/netgraph/atm/
H A Dng_atm.c109 hook_p manage; /* has also entry in vccs */ member in struct:priv
575 if (priv->manage == NULL)
586 NG_SEND_MSG_HOOK(error, node, mesg, priv->manage, 0);
595 if (priv->manage == NULL)
605 NG_SEND_MSG_HOOK(error, node, mesg, priv->manage, 0);
1194 if (strcmp(name, "manage") == 0)
1195 priv->manage = hook;
1247 if (hook == priv->manage)
1248 priv->manage = NULL;
/freebsd-10-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c306 hook_p manage; /* hook to ILMI */ member in struct:ccnode
840 if (strcmp(name, "manage") == 0) {
841 priv->manage = hook;
885 } else if (hook == priv->manage) {
886 priv->manage = NULL;
/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt91 with working java to manage it- which is a bit of a pain.
H A DDriverManual.txt183 order to manage Fabric Connections, the HBA driver has to do explicit
212 kind of structure. This has been the way to manage SCSI subsystems for
498 it is the driver that must manage PLOGI/PRLI with devices on the fabric.
500 In order to manage this state an eight level staging of current "Loop"
560 point. Other platforms manage this from the machine dependent layers. The
/freebsd-10-stable/share/mk/
H A Dbsd.lib.mk330 # because ld(1) will manage to find them from sysroot;
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2680 int manage = atoi(pos); local
2681 if (manage)

Completed in 180 milliseconds