Searched refs:protolist (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dcheckproto.sh29 PLIST=/tmp/protolist.$$
85 protolist ${PROTO} > $PLIST
H A Dvalidate_pkg.py258 """Return a protolist-style representation of a FileInfo object.
382 # useful comparisons of protolist-style output.
445 parse as protolist output.
502 def addprotolist(self, protolist, exceptions):
504 output of protolist.
512 plist = open(protolist)
789 protolist = ProtoTree("proto list")
807 comparing.add("protolist")
867 protolist.addprotolist(plist, exceptions)
870 trees.append(protolist)
[all...]
H A Dnightly.sh1811 echo "\n==== Creating protolist system file at `date` ====" \
1813 protolist $checkroot > $ATLOG/proto_list_${MACH}
1814 echo "==== protolist system file created at `date` ====\n" \
/illumos-gate/usr/src/tools/protolist/
H A DMakefile25 PROG= protolist
/illumos-gate/usr/src/tools/
H A DMakefile52 protolist \
81 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...]
/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/pkg/
H A DMakefile615 # The protolist is used for bfu archive creation, which may be invoked
616 # interactively by the user. Both protolist and PKGLISTS targets
617 # depend on $(PROC_PKGS), but protolist builds them recursively.
618 # To avoid collisions, we insert protolist into the dependency chain
621 # and it ensures that a protolist file here will always correspond to the
699 protolist: proto_list_$(PKGMACH)
/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);

Completed in 103 milliseconds