Searched refs:chap (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dmkdemo.pl97 my $chap = $_[0];
101 open DEMO, "<$chap/$demo" or die "Can't open demo $chap/$demo";
111 * wiki in the \"$chaps{$chap}{title}\" Chapter.
115 * $chaps{$chap}{url}
133 my $chap;
135 foreach $chap (keys %chaps) {
136 if (!stat("$chap/$demo")) {
140 demo_process($chap, $demo);
149 my $chap;
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_auth.h34 #include <chap.h>
H A Dpersistent.h85 boolean_t persistent_chap_set(char *node, iscsi_chap_props_t *chap);
86 boolean_t persistent_chap_get(char *node, iscsi_chap_props_t *chap);
88 iscsi_chap_props_t *chap);
H A Dpersistent.c978 persistent_chap_set(char *node, iscsi_chap_props_t *chap) argument
984 (void *)chap, sizeof (iscsi_chap_props_t));
994 persistent_chap_get(char *node, iscsi_chap_props_t *chap) argument
997 (void *)chap, sizeof (*chap)));
1001 * persistent_chap_next -- copy the next target's chap parameters.
1007 * This function assumes the associated chap parameter lock is held.
1013 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap) argument
1018 (void *)chap, sizeof (*chap)));
1205 iscsi_chap_props_t *chap; local
[all...]
H A Discsi.c1477 iscsi_chap_props_t *chap = NULL; local
2343 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
2345 if (ddi_copyin((caddr_t)arg, chap, sizeof (*chap), mode)) {
2347 kmem_free(chap, sizeof (*chap));
2349 } else if (chap->c_vers != ISCSI_INTERFACE_VERSION) {
2351 kmem_free(chap, sizeof (*chap));
2451 iscsi_chap_props_t *chap = NULL; local
[all...]
H A Discsi_sess.c690 iscsi_chap_props_t *chap = NULL; local
733 chap = (iscsi_chap_props_t *)kmem_zalloc
737 * Initialize the target-side chap name to the session name
738 * if no chap settings have been saved for the current session.
740 if (persistent_chap_get((char *)isp->sess_name, chap)
743 bcopy((char *)isp->sess_name, chap->c_user, name_len);
744 chap->c_user_len = name_len;
746 chap));
747 bzero(chap, sizeof (*chap));
[all...]
H A Discsi_ioctl.c768 * chap param, or authentication params
773 iscsi_chap_props_t *chap; local
791 /* check chap params */
792 chap = kmem_zalloc(sizeof (iscsi_chap_props_t),
794 if (persistent_chap_get(name, chap)) {
805 sizeof (chap->c_user);
807 chap->c_user, name,
808 sizeof (chap->c_user))
810 bzero(chap->c_user,
814 chap
[all...]
H A Discsid.c1993 iscsi_chap_props_t *chap = NULL; local
2038 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
2040 if (persistent_chap_get((char *)ihp->hba_name, chap) ==
2042 bcopy((char *)ihp->hba_name, chap->c_user,
2044 chap->c_user_len = strlen((char *)ihp->hba_name);
2045 (void) persistent_chap_set((char *)ihp->hba_name, chap);
2047 kmem_free(chap, sizeof (*chap));
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Dradius_auth.h33 #include <sys/iscsit/chap.h>
H A Discsit_authclient.c38 #include <sys/iscsit/chap.h>
230 /* Empty chap secret is not allowed */
251 /* chap response OK */
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A DMakefile29 ETCPROGROOT= pap-secrets chap-secrets
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c2 * chap.c - Challenge Handshake Authentication Protocol.
39 #define RCSID "$Id: chap.c,v 1.24 1999/11/15 01:51:50 paulus Exp $"
52 #include "chap.h"
66 { "chap-restart", o_int, &chap[0].timeouttime,
68 { "chap-max-challenge", o_int, &chap[0].max_transmits,
70 { "chap-interval", o_int, &chap[0].chal_interval,
111 chap_state chap[NUM_PP variable
[all...]
H A Dchap.h2 * chap.h - Challenge Handshake Authentication Protocol definitions.
36 * $Id: chap.h,v 1.8 1999/11/15 01:44:41 paulus Exp $
71 * Each interface is described by a chap structure.
136 extern chap_state chap[];
H A DMakefile13 OBJS= auth.o ccp.o chap.o demand.o fsm.o ipcp.o ipv6cp.o \
H A Dasppp2pppd596 if ($$opts{require_authentication} =~ /chap/) {
597 push(@authopts, "require-chap");
622 if ($$opts{will_do_authentication} =~ /chap/i) {
639 ($$opts{will_do_authentication} !~ /chap/i ||
692 if ($$opts{require_authentication} =~ /chap/) {
1382 merge_secrets(\%chapsecrets, "chap-secrets") if $nchap != 0;
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile809 chap.h \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1250 \advancenumber{chap\thischapnum}%
1283 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1621 \def\lsize{chap}\def\lllsize{subsec}%
1629 \def\curfontsize{chap}%
4464 % arguments for the \{chap,sec,...}entry macros which will eventually
6614 % Remember to reset this floatno at the next chap.

Completed in 172 milliseconds