Lines Matching defs:up
145 boolean_t up;
162 * up/down events and even if these are not supported,
191 * will need to assume the link is up, since
316 up = (object->nwamd_object_aux_state == NWAM_AUX_STATE_UP);
323 link->nwamd_link_wifi_connected = up;
324 nwamd_set_selected_connected(ncu, B_TRUE, up);
336 NWAM_EVENT_TYPE_WLAN_CONNECTION_REPORT, up,
350 if (!up && ncu->ncu_enabled) {
378 if ((up && object->nwamd_object_state != NWAM_STATE_ONLINE) ||
379 (!up && object->nwamd_object_state != NWAM_STATE_OFFLINE)) {
382 up ? "online" : "offline");
385 up ? NWAM_STATE_ONLINE : NWAM_STATE_OFFLINE,
386 up ? NWAM_AUX_STATE_UP : NWAM_AUX_STATE_DOWN);
389 if (up) {
411 up ? "online" : "offline");
1553 * Called when nwamd is starting up.
1841 * disable the NCU. Then free up allocated objects.
2092 /* gone online, propogate up event to IP NCU */