Home
last modified time | relevance | path

Searched refs:chap (Results 1 – 22 of 22) 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";
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;
182 if ($chap =~ /^book$/) {
186 opendir(DEMOS, $chap) || die("Cannot open directory $chap");
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c988 persistent_chap_set(char *node, iscsi_chap_props_t *chap) in persistent_chap_set() argument
994 (void *)chap, sizeof (iscsi_chap_props_t)); in persistent_chap_set()
1004 persistent_chap_get(char *node, iscsi_chap_props_t *chap) in persistent_chap_get() argument
1007 (void *)chap, sizeof (*chap))); in persistent_chap_get()
1023 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap) in persistent_chap_next() argument
1028 (void *)chap, sizeof (*chap))); in persistent_chap_next()
1215 iscsi_chap_props_t *chap; in persistent_dump_data() local
1408 chap = (iscsi_chap_props_t *)kmem_alloc(sizeof (*chap), KM_SLEEP); in persistent_dump_data()
1412 while (persistent_chap_next(&v, name, chap) == B_TRUE) { in persistent_dump_data()
1415 chap->c_user, chap->c_secret); in persistent_dump_data()
[all …]
H A Discsi.c2346 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2350 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2384 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2393 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2403 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2407 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2457 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2476 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2487 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2491 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
[all …]
H A Discsi_sess.c690 iscsi_chap_props_t *chap = NULL; in iscsi_sess_set_auth() local
744 chap->c_user_len = name_len; in iscsi_sess_set_auth()
746 chap)); in iscsi_sess_set_auth()
747 bzero(chap, sizeof (*chap)); in iscsi_sess_set_auth()
762 sizeof (chap->c_user)); in iscsi_sess_set_auth()
764 sizeof (chap->c_secret)); in iscsi_sess_set_auth()
780 bzero(chap, sizeof (*chap)); in iscsi_sess_set_auth()
784 bcopy(chap->c_secret, in iscsi_sess_set_auth()
786 sizeof (chap->c_secret)); in iscsi_sess_set_auth()
790 chap->c_secret_len; in iscsi_sess_set_auth()
[all …]
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 Discsi_ioctl.c773 iscsi_chap_props_t *chap; in iscsi_set_params() local
792 chap = kmem_zalloc(sizeof (iscsi_chap_props_t), in iscsi_set_params()
794 if (persistent_chap_get(name, chap)) { in iscsi_set_params()
805 sizeof (chap->c_user); in iscsi_set_params()
807 chap->c_user, name, in iscsi_set_params()
808 sizeof (chap->c_user)) in iscsi_set_params()
810 bzero(chap->c_user, in iscsi_set_params()
814 chap->c_user, in iscsi_set_params()
817 chap->c_user_len = in iscsi_set_params()
823 (char *)ihp->hba_name, chap); in iscsi_set_params()
[all …]
H A Discsid.c2007 iscsi_chap_props_t *chap = NULL; in iscsid_set_default_initiator_node_settings() local
2052 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsid_set_default_initiator_node_settings()
2054 if (persistent_chap_get((char *)ihp->hba_name, chap) == in iscsid_set_default_initiator_node_settings()
2056 bcopy((char *)ihp->hba_name, chap->c_user, in iscsid_set_default_initiator_node_settings()
2058 chap->c_user_len = strlen((char *)ihp->hba_name); in iscsid_set_default_initiator_node_settings()
2059 (void) persistent_chap_set((char *)ihp->hba_name, chap); in iscsid_set_default_initiator_node_settings()
2061 kmem_free(chap, sizeof (*chap)); in iscsid_set_default_initiator_node_settings()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c56 { "chap-restart", o_int, &chap[0].timeouttime,
58 { "chap-max-challenge", o_int, &chap[0].max_transmits,
60 { "chap-interval", o_int, &chap[0].chal_interval,
101 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */ variable
148 chap_state *cstate = &chap[unit];
172 chap_state *cstate = &chap[unit];
202 chap_state *cstate = &chap[unit];
292 chap_state *cstate = &chap[unit];
318 chap_state *cstate = &chap[unit];
342 chap_state *cstate = &chap[unit];
[all …]
H A Dchap.h136 extern chap_state chap[];
H A DMakefile14 OBJS= auth.o ccp.o chap.o demand.o fsm.o ipcp.o ipv6cp.o \
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A DMakefile29 ETCPROGROOT= pap-secrets chap-secrets
H A Doptions.ttya.tmpl32 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
H A Dmyisp.tmpl40 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
H A Doptions.tmpl48 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-ppp.p5m38 file path=etc/ppp/chap-secrets group=sys mode=0600 \
39 original_name=SUNWpppd:etc/ppp/chap-secrets preserve=true
/illumos-gate/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options91 refuse-chap
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile817 chap.h \
/illumos-gate/exception_lists/
H A Dpackaging445 usr/include/sys/iscsit/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.
/illumos-gate/usr/src/uts/common/
H A DMakefile.files2208 ISCSI_INITIATOR_OBJS = chap.o iscsi_io.o iscsi_thread.o \
/illumos-gate/usr/src/cmd/look/
H A Dwords4098 chap
/illumos-gate/usr/src/cmd/spell/
H A Dlist4097 chap