Searched refs:protolist (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 1377 char **protolist = NULL; in ra_get_set_opt_common_cb() local 1399 &protolist) == -1) { in ra_get_set_opt_common_cb() 1412 if (protolist != NULL) { in ra_get_set_opt_common_cb() 1415 if (protolist[i] != NULL && strcmp( in ra_get_set_opt_common_cb() 1416 protolist[i], RA_PROPVAL_PROTO_IPV4) == 0) in ra_get_set_opt_common_cb() 1421 if (protolist == NULL || !found_proto) { in ra_get_set_opt_common_cb() 1422 ra_free_prop_values(numvalues, protolist); in ra_get_set_opt_common_cb() 1428 if (protolist != NULL) { in ra_get_set_opt_common_cb() 1431 if (protolist[i] != NULL && strcmp( in ra_get_set_opt_common_cb() 1432 protolist[i], RA_PROPVAL_PROTO_IPV6) == 0) in ra_get_set_opt_common_cb() [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 950 static struct valuelist *servicelist, *protolist; variable 1017 slp->next = protolist; in res_buildprotolist() 1019 if (protolist) in res_buildprotolist() 1020 protolist->prev = slp; in res_buildprotolist() 1021 protolist = slp; in res_buildprotolist() 1030 for (plp = protolist; plp != NULL; plp = plp_next) { in res_destroyprotolist() 1035 protolist = (struct valuelist *)0; in res_destroyprotolist() 1075 if (protolist == (struct valuelist *)0) in res_protocolnumber() 1077 return (findservice(p, &protolist)); in res_protocolnumber() 1110 struct valuelist **list = &protolist; in cgetprotobynumber() [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 524 def addprotolist(self, protolist, exceptions): argument 534 plist = open(protolist) 814 protolist = ProtoTree("proto list") 892 protolist.addprotolist(plist, exceptions) 895 trees.append(protolist)
|
H A D | nightly | 1797 protolist $checkroot > $ATLOG/proto_list_${MACH}
|
/illumos-gate/usr/src/tools/protolist/ |
H A D | Makefile | 25 PROG= protolist
|
/illumos-gate/usr/src/tools/etc/ |
H A D | exception_list_i386 | 29 # ENTRIES FILTERED OUT OF THE protolist
|
H A D | exception_list_sparc | 29 # ENTRIES FILTERED OUT OF THE protolist
|
/illumos-gate/usr/src/tools/ |
H A D | Makefile | 67 protolist \
|
H A D | README.tools | 197 protolist
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare.c | 430 char *protolist; in excluded_protocol() local 434 protolist = sa_get_share_attr(share, "exclude"); in excluded_protocol() 435 if (protolist != NULL) { in excluded_protocol() 436 str = protolist; in excluded_protocol() 439 sa_free_attr_string(protolist); in excluded_protocol() 444 sa_free_attr_string(protolist); in excluded_protocol()
|
/illumos-gate/usr/src/pkg/ |
H A D | Makefile | 716 protolist: proto_list_$(PKGMACH) target
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 1154 char **protolist; in set_all_protocols() local 1164 numprotos = sa_get_protocols(&protolist); in set_all_protocols() 1166 features = sa_proto_get_featureset(protolist[i]); in set_all_protocols() 1168 optionset = sa_create_optionset(group, protolist[i]); in set_all_protocols() 1176 if (protolist != NULL) in set_all_protocols() 1177 free(protolist); in set_all_protocols()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.p5m | 72 file path=opt/onbld/bin/$(ARCH)/protolist mode=0555
|