Home
last modified time | relevance | path

Searched refs:sv_list (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/tcpd/
H A Dtcpdchk.c199 char sv_list[BUFLEN]; /* becomes list of daemons */ local
211 while (xgets(sv_list, sizeof(sv_list), fp)) {
212 if (sv_list[strlen(sv_list) - 1] != '\n') {
216 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
218 if ((cl_list = split_at(skip_ipv6_addrs(sv_list), ':')) == 0) {
229 print_list("daemons: ", sv_list);
230 check_daemon_list(sv_list);
/titanic_41/usr/src/lib/libwrap/
H A Dhosts_access.c145 char sv_list[BUFLEN]; /* becomes list of daemons */ local
161 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
162 if (sv_list[strlen(sv_list) - 1] != '\n') {
166 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
168 if ((cl_list = split_at(skip_ipv6_addrs(sv_list), ':')) == 0) {
173 match = list_match(sv_list, request, server_match)
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c131 char **plist, uu_list_t **sv_list) in add_proto_list() argument
144 if ((*sv_list = uu_list_create(sv_pool, NULL, 0)) == NULL) in add_proto_list()
157 (void) uu_list_insert_after(*sv_list, NULL, sv_el); in add_proto_list()
166 remove_proto_list(scf_transaction_entry_t *entry, uu_list_t *sv_list) in remove_proto_list() argument
173 while ((sv_el = uu_list_teardown(sv_list, &cookie)) != NULL) { in remove_proto_list()
178 uu_list_destroy(sv_list); in remove_proto_list()
246 uu_list_t *sv_list; in modify_prop() local
274 &sv_list); in modify_prop()
303 remove_proto_list(ent, sv_list); in modify_prop()
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsdbc_ioctl.c69 sv_list() in sv_list() function
133 sv_list(); in sdbc_ioctl()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1525 sv_list(void *ptr, const int size, int *extra, const int ilp32) in sv_list() function
1957 rc = sv_list(svn, size, rvalp, ilp32); in svioctl()