Home
last modified time | relevance | path

Searched refs:isactive (Results 1 – 5 of 5) 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.h45 int daemon_serviceloop(PCAP_SOCKET sockctrl, int isactive, char *passiveClients,
H A Ddaemon.c98 int isactive; //!< Not null if the daemon has to run in active mode member
212 daemon_serviceloop(PCAP_SOCKET sockctrl, int isactive, char *passiveClients, in daemon_serviceloop() argument
420 pars.isactive = isactive; // active mode in daemon_serviceloop()
432 if (pars.isactive) in daemon_serviceloop()
513 if (!pars.isactive) in daemon_serviceloop()
750 if ((!pars.isactive) && (session == NULL || session->sockdata == 0)) in daemon_serviceloop()
2049 …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()