Searched refs:isactive (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_import.c | 352 boolean_t *isactive) in pool_active() argument 361 *isactive = B_FALSE; in pool_active() 370 *isactive = (theguid == guid); in pool_active() 454 boolean_t isactive; in get_configs() local 762 if (pool_active(hdl, name, guid, &isactive) != 0) in get_configs() 765 if (isactive) { in get_configs() 1686 boolean_t isactive; in zpool_in_use() local 1718 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive && in zpool_in_use() 1741 if (pool_active(hdl, name, guid, &isactive) != 0) { in zpool_in_use() 1746 if (isactive) { in zpool_in_use()
|
| /freebsd-11-stable/contrib/libpcap/rpcapd/ |
| HD | daemon.h | 41 int daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients,
|
| HD | daemon.c | 93 int isactive; //!< Not null if the daemon has to run in active mode member 162 daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients, in daemon_serviceloop() argument 197 pars.isactive = isactive; // active mode in daemon_serviceloop() 209 if (pars.isactive) in daemon_serviceloop() 289 if (!pars.isactive) in daemon_serviceloop() 522 if ((!pars.isactive) && ((session == NULL) || ((session != NULL) && (session->sockdata == 0)))) in daemon_serviceloop() 1715 …ARTCAPREQ_FLAG_SERVEROPEN) || (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) || pars->isactive; in daemon_msg_startcap_req()
|
| /freebsd-11-stable/sys/dev/isp/ |
| HD | isp_freebsd.c | 4013 isp_default_wwn(ispsoftc_t * isp, int chan, int isactive, int iswwnn) in isp_default_wwn() argument 4024 if (isactive) { in isp_default_wwn()
|