Home
last modified time | relevance | path

Searched refs:chap (Results 1 – 22 of 22) sorted by relevance

/titanic_50/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;
175 foreach $chap (sort chaps_ascending (keys %chaps)) {
[all …]
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c978 persistent_chap_set(char *node, iscsi_chap_props_t *chap) in persistent_chap_set() argument
984 (void *)chap, sizeof (iscsi_chap_props_t)); in persistent_chap_set()
994 persistent_chap_get(char *node, iscsi_chap_props_t *chap) in persistent_chap_get() argument
997 (void *)chap, sizeof (*chap))); in persistent_chap_get()
1013 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap) in persistent_chap_next() argument
1018 (void *)chap, sizeof (*chap))); in persistent_chap_next()
1205 iscsi_chap_props_t *chap; in persistent_dump_data() local
1398 chap = (iscsi_chap_props_t *)kmem_alloc(sizeof (*chap), KM_SLEEP); in persistent_dump_data()
1402 while (persistent_chap_next(&v, name, chap) == B_TRUE) { in persistent_dump_data()
1405 chap->c_user, chap->c_secret); in persistent_dump_data()
[all …]
H A Discsi.c1477 iscsi_chap_props_t *chap = NULL; in iscsi_ioctl() local
2343 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
2345 if (ddi_copyin((caddr_t)arg, chap, sizeof (*chap), mode)) { in iscsi_ioctl()
2347 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2349 } else if (chap->c_vers != ISCSI_INTERFACE_VERSION) { in iscsi_ioctl()
2351 kmem_free(chap, sizeof (*chap)); in iscsi_ioctl()
2356 if (chap->c_oid == ihp->hba_oid) in iscsi_ioctl()
2359 rtn = iscsi_sess_get(chap->c_oid, ihp, &isp); in iscsi_ioctl()
2362 chap->c_oid, ihp, &isp); in iscsi_ioctl()
2376 iscsi_targetparam_get_name(chap->c_oid); in iscsi_ioctl()
[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_sess.c690 iscsi_chap_props_t *chap = NULL; in iscsi_sess_set_auth() local
733 chap = (iscsi_chap_props_t *)kmem_zalloc in iscsi_sess_set_auth()
740 if (persistent_chap_get((char *)isp->sess_name, chap) in iscsi_sess_set_auth()
743 bcopy((char *)isp->sess_name, chap->c_user, name_len); in iscsi_sess_set_auth()
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()
752 if (persistent_chap_get(init_name, chap) == B_FALSE) { in iscsi_sess_set_auth()
754 kmem_free(chap, sizeof (iscsi_chap_props_t)); in iscsi_sess_set_auth()
761 bcopy(chap->c_user, isp->sess_auth.username, in iscsi_sess_set_auth()
[all …]
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.c1993 iscsi_chap_props_t *chap = NULL; in iscsid_set_default_initiator_node_settings() local
2038 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsid_set_default_initiator_node_settings()
2040 if (persistent_chap_get((char *)ihp->hba_name, chap) == in iscsid_set_default_initiator_node_settings()
2042 bcopy((char *)ihp->hba_name, chap->c_user, in iscsid_set_default_initiator_node_settings()
2044 chap->c_user_len = strlen((char *)ihp->hba_name); in iscsid_set_default_initiator_node_settings()
2045 (void) persistent_chap_set((char *)ihp->hba_name, chap); in iscsid_set_default_initiator_node_settings()
2047 kmem_free(chap, sizeof (*chap)); in iscsid_set_default_initiator_node_settings()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c66 { "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_PPP]; /* CHAP state; one for each unit */ variable
158 chap_state *cstate = &chap[unit];
182 chap_state *cstate = &chap[unit];
212 chap_state *cstate = &chap[unit];
302 chap_state *cstate = &chap[unit];
328 chap_state *cstate = &chap[unit];
352 chap_state *cstate = &chap[unit];
[all …]
H A Dchap.h136 extern chap_state chap[];
H A DMakefile13 OBJS= auth.o ccp.o chap.o demand.o fsm.o ipcp.o ipv6cp.o \
/titanic_50/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
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-network-ppp.mf57 file path=etc/ppp/chap-secrets group=sys mode=0600 \
58 original_name=SUNWpppd:etc/ppp/chap-secrets preserve=true
/titanic_50/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options93 refuse-chap
/titanic_50/usr/src/uts/common/sys/
H A DMakefile807 chap.h \
/titanic_50/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.
/titanic_50/exception_lists/
H A Dpackaging618 usr/include/sys/iscsit/chap.h
/titanic_50/usr/src/uts/common/
H A DMakefile.files2106 ISCSI_INITIATOR_OBJS = chap.o iscsi_io.o iscsi_thread.o \
/titanic_50/usr/src/cmd/look/
H A Dwords4098 chap
/titanic_50/usr/src/cmd/spell/
H A Dlist4097 chap