Home
last modified time | relevance | path

Searched refs:isactive (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c48 boolean_t *isactive) in pool_active() argument
56 *isactive = B_FALSE; in pool_active()
65 *isactive = (theguid == guid); in pool_active()
108 boolean_t *isactive) in pool_active_libzfs() argument
110 return (pool_active((libzfs_handle_t *)handle, name, guid, isactive)); in pool_active_libzfs()
290 boolean_t isactive; in zpool_in_use() local
316 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive && in zpool_in_use()
339 if (pool_active(hdl, name, guid, &isactive) != 0) { in zpool_in_use()
344 if (isactive) { in zpool_in_use()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c260 pool_active(void *unused, const char *name, uint64_t guid, boolean_t *isactive) in pool_active() argument
326 *isactive = (ret == 0); in pool_active()
333 boolean_t *isactive) in pool_active() argument
353 *isactive = (ret == 0); in pool_active()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.h47 int daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients,
H A Ddaemon.c100 int isactive; //!< Not null if the daemon has to run in active mode member
214 daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients, in daemon_serviceloop() argument
422 pars.isactive = isactive; // active mode in daemon_serviceloop()
434 if (pars.isactive) in daemon_serviceloop()
515 if (!pars.isactive) in daemon_serviceloop()
752 if ((!pars.isactive) && (session == NULL || session->sockdata == 0)) in daemon_serviceloop()
2051 …ARTCAPREQ_FLAG_SERVEROPEN) || (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) || pars->isactive; in daemon_msg_startcap_req()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c445 boolean_t *isactive) in zutil_pool_active() argument
450 guid, isactive); in zutil_pool_active()
506 boolean_t isactive; in get_configs() local
822 if (zutil_pool_active(hdl, name, guid, &isactive) != 0) in get_configs()
825 if (isactive) { in get_configs()
/freebsd/sys/dev/isp/
H A Disp_freebsd.c3171 isp_default_wwn(ispsoftc_t * isp, int chan, int isactive, int iswwnn) in isp_default_wwn() argument
3182 if (isactive) { in isp_default_wwn()