Searched defs:protolist (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c954 static struct valuelist *servicelist, *protolist; variable in typeref:struct:
1021 slp->next = protolist;
1023 if (protolist)
1024 protolist->prev = slp;
1025 protolist = slp;
1034 for (plp = protolist; plp != NULL; plp = plp_next) {
1039 protolist = (struct valuelist *)0;
1079 if (protolist == (struct valuelist *)0)
1081 return (findservice(p, &protolist));
1114 struct valuelist **list = &protolist;
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c427 char *protolist; local
431 protolist = sa_get_share_attr(share, "exclude");
432 if (protolist != NULL) {
433 str = protolist;
436 sa_free_attr_string(protolist);
441 sa_free_attr_string(protolist);
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1149 char **protolist; local
1159 numprotos = sa_get_protocols(&protolist);
1161 features = sa_proto_get_featureset(protolist[i]);
1163 optionset = sa_create_optionset(group, protolist[i]);
1171 if (protolist != NULL)
1172 free(protolist);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1379 char **protolist = NULL; local
1401 &protolist) == -1) {
1414 if (protolist != NULL) {
1415 /* Check if protolist contains "ipv4" */
1417 if (protolist[i] != NULL && strcmp(
1418 protolist[i], RA_PROPVAL_PROTO_IPV4) == 0)
1423 if (protolist == NULL || !found_proto) {
1424 ra_free_prop_values(numvalues, protolist);
1430 if (protolist != NULL) {
1431 /* Check if protolist contain
1650 char **protolist = NULL; local
1684 char **protolist = NULL, *pnamebuf, *valbuf; local
1821 char **protolist = NULL; local
1859 char *inst_state, **protolist = NULL; local
[all...]

Completed in 330 milliseconds