Lines Matching refs:clientopts_t
256 * clientopts_t is used to hold and pass around the param values from
285 } clientopts_t;
287 static clientopts_t *clientopts_new();
288 static void clientopts_free(clientopts_t *list);
297 static int credCheck(clientopts_t *arglist);
298 static int adminCredCheck(clientopts_t *arglist);
299 static int clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal);
301 static void dumpargs(clientopts_t *arglist);
302 static int num_args(clientopts_t *arglist);
310 static int client_list(clientopts_t *arglist);
311 static int client_manual(clientopts_t *arglist);
312 static int client_mod(clientopts_t *arglist);
313 static int client_uninit(clientopts_t *arglist);
314 static int client_genProfile(clientopts_t *arglist);
315 static int client_init(clientopts_t *arglist);
336 clientopts_t *optlist = NULL;
651 client_list(clientopts_t *arglist)
677 client_uninit(clientopts_t *arglist)
780 client_manual(clientopts_t *arglist)
1094 client_mod(clientopts_t *arglist)
1341 client_genProfile(clientopts_t *arglist)
1447 client_init(clientopts_t *arglist)
2317 credCheck(clientopts_t *arglist)
2450 adminCredCheck(clientopts_t *arglist)
3195 static clientopts_t *
3198 clientopts_t *hold;
3200 hold = calloc(1, sizeof (clientopts_t));
3261 clientopts_free(clientopts_t *list)
3292 num_args(clientopts_t *list)
3327 dumpargs(clientopts_t *list)
3439 clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal)