/titanic_41/usr/src/cmd/cmd-inet/etc/ppp/ |
H A D | myisp.tmpl | 30 # mv /etc/ppp/options.tmpl /etc/ppp/options 31 # mv /etc/ppp/options.ttya.tmpl /etc/ppp/options.ttya 32 # mv /etc/ppp/myisp-chat.tmpl /etc/ppp/myisp-chat 33 # mv /etc/ppp/peers/myisp.tmpl /etc/ppp/peers/myisp 39 # Options in this file, /etc/ppp/options, /etc/ppp//options.<tty>, 40 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered 44 connect "/usr/bin/chat -f /etc/ppp/myisp-chat" # dial into ISP
|
H A D | options.tmpl | 36 # option files named /etc/ppp/options.<tty>, where <tty> is the name of 37 # the device. For example, if /dev/ttya is used, then /etc/ppp/options.ttya 43 # protocol options, should be placed in /etc/ppp/peers/<name>, where <name> 47 # Options in this file, /etc/ppp/options.<tty>, /etc/ppp/peers/<name>, 48 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
|
H A D | options.ttya.tmpl | 31 # Options in this file, /etc/ppp/options, /etc/ppp/peers/<name>, 32 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | Makefile.def | 10 ETCPPPDIR= $(ROOTETC)/ppp 11 ETCPPPPLUGINDIR_ABS= /etc/ppp/plugins 12 LIBPPPPLUGINDIR= $(ROOT)/usr/lib/inet/ppp 13 LIBPPPPLUGINDIR_ABS= /usr/lib/inet/ppp
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-network-ppp.mf | 26 set name=pkg.fmri value=pkg:/system/network/ppp@$(PKGVERS) 35 dir path=etc/ppp group=sys 36 dir path=etc/ppp/peers group=sys 37 dir path=etc/ppp/plugins group=sys 57 file path=etc/ppp/chap-secrets group=sys mode=0600 \ 58 original_name=SUNWpppd:etc/ppp/chap-secrets preserve=true 59 file path=etc/ppp/myisp-chat.tmpl group=sys 60 file path=etc/ppp/options.tmpl group=sys 61 file path=etc/ppp/options.ttya.tmpl group=sys 62 file path=etc/ppp/pap-secrets group=sys mode=0600 \ [all …]
|
H A D | system-network-ppp-pppdump.mf | 26 set name=pkg.fmri value=pkg:/system/network/ppp/pppdump@$(PKGVERS) 36 dir path=usr/lib/inet/ppp 41 file path=usr/lib/inet/ppp/minconn.so mode=0544 42 file path=usr/lib/inet/ppp/passprompt.so mode=0544
|
H A D | system-network-ppp-tunnel.mf | 26 set name=pkg.fmri value=pkg:/system/network/ppp/tunnel@$(PKGVERS) 35 dir path=usr/lib/inet/ppp 38 file path=usr/lib/inet/ppp/pppoe.so mode=0544
|
/titanic_41/usr/src/cmd/lp/lib/printers/ |
H A D | getprinter.c | 73 register char *** ppp; in getprinter() local 223 ppp = &(prp->char_sets); in getprinter() 227 ppp = &(prp->input_types); in getprinter() 228 CharStarStar: if (*ppp) in getprinter() 229 freelist (*ppp); in getprinter() 230 *ppp = getlist(p, LP_WS, LP_SEP); in getprinter() 250 ppp = &(prp->printer_types); in getprinter() 270 ppp = &(prp->modules); in getprinter() 275 ppp = &(prp->options); in getprinter()
|
/titanic_41/usr/src/cmd/devmgmt/cmds/ |
H A D | devreserv.c | 411 char ***ppp; /* Pointer to pointers to pointers */ local 428 ppp = addrlist; 432 if (*ppp = (char **) malloc((n+1)*sizeof(char *))) { 433 qq = *ppp++; 467 char ***ppp; local 469 for (ppp = list ; *ppp ; ppp++) free((char *) *ppp);
|
/titanic_41/usr/src/lib/libpam/ |
H A D | pam.conf | 75 ppp auth requisite pam_authtok_get.so.1 76 ppp auth required pam_dhkeys.so.1 77 ppp auth required pam_unix_cred.so.1 78 ppp auth required pam_unix_auth.so.1 79 ppp auth required pam_dial_auth.so.1
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_vxvm.c | 355 char *ppp; in load_vxvm() local 357 ppp = (char *)pathp; in load_vxvm() 360 if (strncmp(ppp, "/dev/vx/", 8) == 0) { in load_vxvm() 364 pslash = strrchr(ppp, '/'); in load_vxvm() 376 if (add_use_record(ppp)) { in load_vxvm() 384 ppp += psize; in load_vxvm()
|
/titanic_41/usr/src/uts/intel/spppcomp/ |
H A D | Makefile | 67 INC_PATH += -I$(UTSBASE)/common/io/ppp/common 107 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppcomp/%.c 110 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/spppcomp/%.c
|
/titanic_41/usr/src/uts/sparc/spppcomp/ |
H A D | Makefile | 67 INC_PATH += -I$(UTSBASE)/common/io/ppp/common 110 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppcomp/%.c 113 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/spppcomp/%.c
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | gettext_util.c | 398 struct domain_binding *ppp; in printlist() local 405 ppp = FIRSTBIND(gt); in printlist() 406 while (ppp) { in printlist() 408 ppp->domain ? ppp->domain : "(null)", in printlist() 409 ppp->binding ? ppp->binding : "(null)", in printlist() 410 ppp->codeset ? ppp->codeset : "(null)"); in printlist() 411 ppp = ppp->next; in printlist()
|
/titanic_41/usr/src/cmd/audio/audiotest/ |
H A D | wavedata.c | 75 int ppp; in uncompress_wave() local 129 ppp = p; in uncompress_wave() 135 (void) memcpy(buf, &inbuf[ppp], nBlockAlign); in uncompress_wave() 136 ppp += nBlockAlign; in uncompress_wave()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 1112 page_t **ppp; in pvn_getpages() local 1130 ppp = pl; in pvn_getpages() 1143 err = (*getpage)(vp, o, xlen, protp, ppp, sz, seg, addr, in pvn_getpages() 1150 for (ppp = pl; *ppp != NULL; *ppp++ = NULL) in pvn_getpages() 1151 (void) page_release(*ppp, 1); in pvn_getpages() 1156 ppp++; in pvn_getpages() 1170 page_t *ppcur, **ppp; in pvn_plist_init() local 1197 ppp = pl; in pvn_plist_init() 1200 *ppp++ = ppcur; in pvn_plist_init() 1207 *ppp = NULL; /* terminate list */ in pvn_plist_init()
|
H A D | vm_pagelist.c | 1386 page_t **ppp; in page_list_add() local 1417 ppp = &PAGE_FREELISTS(mnode, 0, bin, mtype); in page_list_add() 1420 if (*ppp != NULL) { in page_list_add() 1421 pp->p_next = *ppp; in page_list_add() 1422 pp->p_prev = (*ppp)->p_prev; in page_list_add() 1423 (*ppp)->p_prev = pp; in page_list_add() 1426 *ppp = pp; in page_list_add() 1436 ppp = &PAGE_FREELISTS(mnode, 0, bin, mtype); in page_list_add() 1442 ppp = &PAGE_CACHELISTS(mnode, bin, mtype); in page_list_add() 1445 page_add(ppp, pp); in page_list_add() [all …]
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | devreserv.c | 905 char ***ppp; /* Ptr to current list in rsvlist */ in devreserv() local 919 ppp = rsvlst; in devreserv() 921 for (ndevs = 0; *ppp++; ndevs++) in devreserv() 931 for (ppp = rsvlst; noerr && *ppp; ppp++) { in devreserv() 936 for (pp = *ppp; noerr && !gotone && *pp; pp++) { in devreserv()
|
/titanic_41/usr/src/uts/intel/sppp/ |
H A D | Makefile | 47 CONF_SRCDIR = $(UTSBASE)/common/io/ppp/sppp 69 INC_PATH += -I$(UTSBASE)/common/io/ppp/common
|
/titanic_41/usr/src/uts/sparc/sppp/ |
H A D | Makefile | 47 CONF_SRCDIR = $(UTSBASE)/common/io/ppp/sppp 69 INC_PATH += -I$(UTSBASE)/common/io/ppp/common
|
/titanic_41/usr/src/uts/intel/sppptun/ |
H A D | Makefile | 48 CONF_SRCDIR = $(UTSBASE)/common/io/ppp/sppptun 70 INC_PATH += -I$(UTSBASE)/common/io/ppp/common
|
/titanic_41/usr/src/uts/sparc/sppptun/ |
H A D | Makefile | 48 CONF_SRCDIR = $(UTSBASE)/common/io/ppp/sppptun 70 INC_PATH += -I$(UTSBASE)/common/io/ppp/common
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | mkfilters.sh | 23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i})); 101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/;
|
/titanic_41/usr/src/uts/common/os/ |
H A D | subr.c | 320 page_t **ppp; in hot_patch_kernel_text() local 325 (void) as_pagelock(&kas, &ppp, iaddr - off, PAGESIZE, S_WRITE); in hot_patch_kernel_text() 348 as_pageunlock(&kas, ppp, iaddr - off, PAGESIZE, S_WRITE); in hot_patch_kernel_text()
|
/titanic_41/usr/src/cmd/mdb/intel/ia32/sppp/ |
H A D | Makefile | 37 CPPFLAGS += -I../../../../../uts/common/io/ppp
|