Searched refs:isactive (Results 1 – 6 of 6) sorted by relevance
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 49 boolean_t *isactive) in pool_active() argument 57 *isactive = B_FALSE; in pool_active() 66 *isactive = (theguid == guid); in pool_active() 109 boolean_t *isactive) in pool_active_libzfs() argument 111 return (pool_active((libzfs_handle_t *)handle, name, guid, isactive)); in pool_active_libzfs() 291 boolean_t isactive; in zpool_in_use() local 317 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive && in zpool_in_use() 340 if (pool_active(hdl, name, guid, &isactive) != 0) { in zpool_in_use() 345 if (isactive) { in zpool_in_use()
|
| /src/sys/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 282 pool_active(void *unused, const char *name, uint64_t guid, boolean_t *isactive) in pool_active() argument 348 *isactive = (ret == 0); in pool_active() 355 boolean_t *isactive) in pool_active() argument 375 *isactive = (ret == 0); in pool_active()
|
| /src/contrib/libpcap/rpcapd/ |
| H A D | daemon.h | 45 int daemon_serviceloop(PCAP_SOCKET sockctrl, int isactive, char *passiveClients,
|
| H A D | daemon.c | 98 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()
|
| /src/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 446 boolean_t *isactive) in zutil_pool_active() argument 451 guid, isactive); in zutil_pool_active() 507 boolean_t isactive; in get_configs() local 823 if (zutil_pool_active(hdl, name, guid, &isactive) != 0) in get_configs() 826 if (isactive) { in get_configs()
|
| /src/sys/dev/isp/ |
| H A D | isp_freebsd.c | 3176 isp_default_wwn(ispsoftc_t * isp, int chan, int isactive, int iswwnn) in isp_default_wwn() argument 3187 if (isactive) { in isp_default_wwn()
|