Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c52 #define IBMF_VALID_CLIENT_TYPE(client_type) \ argument
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) == DEV_MGT_AGENT || \
[all …]
/titanic_50/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsysevent_client.c106 insert_client(void *client_data, int client_type, int retry_limit) in insert_client() argument
117 scp->client_type = client_type; in insert_client()
H A Dsyseventd.h108 int client_type; /* SLM only */ member
H A Dsyseventd.c65 extern int insert_client(void *client, int client_type, int retry_limit);
1381 if (scp->client_type != SLM_CLIENT || in unload_modules()
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevfsmap.c948 client_type_t client_type; in client_name_type() local
967 client_type = CLIENT_TYPE_PHCI; in client_name_type()
969 client_type = CLIENT_TYPE_UNKNOWN; in client_name_type()
972 return (client_type); in client_name_type()