| /src/external/apache2/mDNSResponder/dist/DSO/ |
| dso.c | 429 dso_activity_t *activity; local 433 FAULT("[DSO%u] Cannot search for activity with name and context both equal to NULL - " 435 activity = NULL; 439 for (activity = dso->activities; activity != NULL; activity = activity->next) { 440 if (activity->activity_type != activity_type) { 445 // If name is specified, always use the name to search for the corresponding activity, even if context is 447 if (activity->name == NULL) 480 dso_activity_t *activity; local [all...] |
| dso.h | 150 // Record of ongoing activity 154 void (*finalize)(dso_activity_t *activity); 155 const char *activity_type; // Name of the activity type, must be the same pointer for all activities of a type. 156 void *context; // Activity implementation's context (if any). 157 char *name; // Name of the individual activity. 204 event_time_t inactivity_due; // When next activity has to happen for connection to remain active 240 void dso_drop_activity(dso_state_t *dso, dso_activity_t *activity);
|
| /src/external/bsd/tmux/dist/ |
| cmd-select-window.c | 93 int next, previous, last, activity; local 106 activity = args_has(args, 'a'); 108 if (session_next(s, activity) != 0) { 113 if (session_previous(s, activity) != 0) {
|
| example_tmux.conf | 56 # Keys to toggle monitoring activity in a window and the synchronize-panes option 57 bind m set monitor-activity 63 set -t0:0 monitor-activity on
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-watcher.c | 108 typedef struct activity { struct 113 } activity; typedef in typeref:struct:activity 128 activity *times; 654 servers[i].times = calloc( numservers, sizeof(activity));
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-proxy.c | 146 // For DNS Push queries, there is an "activity" object which tracks a particular subscription. Each activity 159 // of the activities on that object; each activity is a dnssd_query_t object. Consequently, the tracker does 225 dso_activity_t *activity; member in struct:dnssd_query 962 // For DNS Push queries, drop the activity, which will release the query. 963 if (query->activity != NULL && query->dso != NULL) { 964 dso_activity_t *activity = query->activity; local 966 dso_drop_activity(dso, activity); 967 query->activity = NULL 1029 dso_activity_t *activity = tracker->dso->activities; local 3485 dso_activity_t *activity = dso_add_activity(dso, activity_name, push_subscription_activity_type, query, local 3585 dso_activity_t *activity; local [all...] |
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_common.h | 170 s32 ixgbe_fw_phy_activity(struct ixgbe_hw *, u16 activity,
|
| ixgbe_x550.c | 496 * ixgbe_fw_phy_activity - Perform an activity on a PHY 498 * @activity: activity to perform 501 s32 ixgbe_fw_phy_activity(struct ixgbe_hw *hw, u16 activity, 518 hic.cmd.activity_id = IXGBE_CPU_TO_LE16(activity);
|
| /src/lib/librumpclient/ |
| rumpclient.c | 257 goto activity; 269 goto activity; 279 * ok, activity. try to read a frame to 282 activity:
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| uDNS.c | 6344 dso_activity_t *activity; local 6513 for (activity = dso->activities; activity; activity = activity->next) 6515 DNSPushSendSubscriptionChange(mDNStrue, dso, activity->context); 6997 dso_activity_t *activity; local 7003 activity = dso_add_activity(serverSelected->connection, name, kDNSPushActivity_Subscription, q, mDNSNULL); 7004 if (activity == mDNSNULL) 7106 // Remove any activity associated with the question 7107 dso_activity_t *const activity = dso_find_activity(dso, mDNSNULL, kDNSPushActivity_Subscription, q); local 7187 dso_activity_t *const activity = dso_find_activity(dso_state, mDNSNULL, kDNSPushActivity_Subscription, local [all...] |
| /src/external/cddl/osnet/dist/uts/common/dtrace/ |
| dtrace.c | 7521 * subsequent probe-context DTrace activity emanates. 7734 void *activity = &state->dts_activity; 7739 } while (dtrace_cas32(activity, current, 8061 * to atomically set our activity to be 8064 * or because our current activity is something 8074 void *activity = &state->dts_activity; 8083 if (dtrace_cas32(activity, current, 15643 * We'll set the activity to DTRACE_ACTIVITY_DRAINING, and issue a sync 15652 * with DTRACE_ACTIVITY_ACTIVE. We can thus set our activity to 15655 * and callees to know that the activity is DTRACE_ACTIVITY_COOLDOW [all...] |
| /src/external/mpl/dhcp/dist/ |
| configure | 1460 --enable-tracing enable support for server activity tracing (default
|