Searched refs:client_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsysevent_client.c106 insert_client(void *client_data, int client_type, int retry_limit) argument
117 scp->client_type = client_type;
H A Dsyseventd.h108 int client_type; /* SLM only */ member in struct:sysevent_client
H A Dsyseventd.c65 extern int insert_client(void *client, int client_type, int retry_limit);
1381 if (scp->client_type != SLM_CLIENT ||
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c52 #define IBMF_VALID_CLIENT_TYPE(client_type) \
53 ((client_type) == SUBN_AGENT || \
54 (client_type) == SUBN_MANAGER || \
55 (client_type) == SUBN_ADM_AGENT || \
56 (client_type) == SUBN_ADM_MANAGER || \
57 (client_type) == PERF_AGENT || \
58 (client_type) == PERF_MANAGER || \
59 (client_type) == BM_AGENT || \
60 (client_type) == BM_MANAGER || \
61 (client_type)
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c948 client_type_t client_type; local
967 client_type = CLIENT_TYPE_PHCI;
969 client_type = CLIENT_TYPE_UNKNOWN;
972 return (client_type);

Completed in 78 milliseconds