Searched refs:client_type (Results 1 – 5 of 5) sorted by relevance
52 #define IBMF_VALID_CLIENT_TYPE(client_type) \ argument53 ((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 …]
106 insert_client(void *client_data, int client_type, int retry_limit) in insert_client() argument117 scp->client_type = client_type; in insert_client()
108 int client_type; /* SLM only */ member
65 extern int insert_client(void *client, int client_type, int retry_limit);1381 if (scp->client_type != SLM_CLIENT || in unload_modules()
948 client_type_t client_type; in client_name_type() local967 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()