Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 25 of 52) sorted by relevance

123

/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c915 switch (client->phase) { in iscsiAuthClientNextPhase()
917 client->phase = iscsiAuthPhaseNegotiate; in iscsiAuthClientNextPhase()
921 client->phase = iscsiAuthPhaseAuthenticate; in iscsiAuthClientNextPhase()
934 client->phase = iscsiAuthPhaseDone; in iscsiAuthClientNextPhase()
969 client->phase = iscsiAuthPhaseDone; in iscsiAuthClientNextPhase()
975 client->phase = iscsiAuthPhaseError; in iscsiAuthClientNextPhase()
1132 client->phase = iscsiAuthPhaseError; in iscsiAuthClientLocalAuthentication()
1284 client->phase = iscsiAuthPhaseError; in iscsiAuthClientRemoteAuthentication()
1292 if (client->phase == iscsiAuthPhaseDone) { in iscsiAuthClientHandshake()
1317 client->phase = iscsiAuthPhaseDone; in iscsiAuthClientHandshake()
[all …]
H A DiscsiAuthClient.h285 IscsiAuthPhase phase; member
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c97 iscsit_auth_phase_t phase; member
181 iscsit_auth_phase_t phase = client->phase; in iscsit_auth_get_handler() local
189 if (phase == p->phase && in iscsit_auth_get_handler()
222 client->phase = AP_AM_DECIDED; in iscsit_select_auth()
271 client->phase = AP_AM_DECIDED; in auth_propose_chap()
293 client->phase = AP_CHAP_A_RCVD; in auth_chap_select_alg()
365 client->phase = AP_CHAP_R_RCVD; in auth_chap_recv_n()
395 client->phase = AP_CHAP_R_RCVD; in auth_chap_recv_r()
424 client->phase = AP_CHAP_R_RCVD; in auth_chap_recv_i()
455 client->phase = AP_CHAP_R_RCVD; in auth_chap_recv_c()
[all …]
H A Discsit_authclient.h102 iscsit_auth_phase_t phase; member
/titanic_50/usr/src/uts/sun4v/io/px/
H A Dpx_err_gen.c51 switch (epkt->rc_descr.phase) { in px_cb_epkt_severity()
121 switch (epkt->rc_descr.phase) { in px_cb_epkt_severity()
184 switch (epkt->rc_descr.phase) { in px_cb_epkt_severity()
243 switch (epkt->rc_descr.phase) { in px_mmu_epkt_severity()
269 switch (epkt->rc_descr.phase) { in px_mmu_epkt_severity()
323 switch (epkt->rc_descr.phase) { in px_mmu_epkt_severity()
427 switch (epkt->rc_descr.phase) { in px_intr_epkt_severity()
442 switch (epkt->rc_descr.phase) { in px_intr_epkt_severity()
475 switch (epkt->rc_descr.phase) { in px_intr_epkt_severity()
508 switch (epkt->rc_descr.phase) { in px_intr_epkt_severity()
[all …]
H A Dpx_err.c501 epkt->rc_descr.phase, epkt->rc_descr.cond, in px_err_send_epkt_erpt()
556 epkt->rc_descr.phase, epkt->rc_descr.cond, in px_err_log_handle()
576 switch (epkt->rc_descr.phase) { in px_fix_legacy_epkt()
592 switch (epkt->rc_descr.phase) { in px_fix_legacy_epkt()
608 epkt->rc_descr.phase = PH_ADDR; in px_fix_legacy_epkt()
618 switch (epkt->rc_descr.phase) { in px_fix_legacy_epkt()
638 switch (epkt->rc_descr.phase) { in px_fix_legacy_epkt()
645 epkt->rc_descr.phase = PH_DATA; in px_fix_legacy_epkt()
686 (epkt->rc_descr.phase == PH_IRR))) { in px_port_handle_errors()
H A Dpx_err.h150 phase : 4,
156 phase : 4,
/titanic_50/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c290 struct _Unwind_Context *entry_ctx, int phase) in _Unwind_RaiseException_Body() argument
296 if (phase & _UA_SEARCH_PHASE) { in _Unwind_RaiseException_Body()
301 res = (*ctx_who(ctx))(1, phase, in _Unwind_RaiseException_Body()
322 phase = _UA_CLEANUP_PHASE; in _Unwind_RaiseException_Body()
327 phase |= _UA_HANDLER_FRAME; in _Unwind_RaiseException_Body()
329 res = (*ctx_who(ctx))(1, phase, in _Unwind_RaiseException_Body()
332 if ((phase & _UA_HANDLER_FRAME) && res != _URC_INSTALL_CONTEXT) in _Unwind_RaiseException_Body()
368 int phase = _UA_CLEANUP_PHASE | _UA_FORCE_UNWIND; in _Unwind_ForcedUnwind_Body() local
380 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body()
401 res = (*ctx_who(ctx))(1, phase, in _Unwind_ForcedUnwind_Body()
[all …]
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c101 int max, i, err, scope = 0, phase, tries; in ldap_ufn_search_ctx() local
123 phase = 1; in ldap_ufn_search_ctx()
133 phase = 3; in ldap_ufn_search_ctx()
135 switch ( phase ) { in ldap_ufn_search_ctx()
212 phase == 3 ? attrs : objattrs, in ldap_ufn_search_ctx()
213 phase == 3 ? attrsonly : 1, &err )) != NULL ) in ldap_ufn_search_ctx()
228 if ( tries < 2 && phase != 3 ) { in ldap_ufn_search_ctx()
241 if ( phase == 1 ) in ldap_ufn_search_ctx()
242 phase++; in ldap_ufn_search_ctx()
/titanic_50/usr/src/uts/common/sys/
H A Dsysmacros.h279 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) argument
318 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument
319 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
H A Discsi_authclient.h286 IscsiAuthPhase phase; member
/titanic_50/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss61 ; after selection, next phase should be msg_out or status
85 ; Restart here after phase mismatch interrupt, clear ATN in case the
86 ; interrupt occurred during the msg_out phase.
96 ; phase immediately. But if in data in or data out phase, or part
97 ; way through a command or message in the phase change will happen
98 ; at the end of the current phase.
104 ; not message out phase, the target will change phase later
144 ; after selection, next phase should be msg_out
168 ; not message out phase, assume target decided not to do sync i/o
169 ; if this doesn't work, change it to treat this as illegal phase
[all …]
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Ddebug.c84 dbg_setup(Ofl_desc *ofl, const char *options, int phase) in dbg_setup() argument
89 Phase = phase; in dbg_setup()
90 else if (Phase != phase) in dbg_setup()
/titanic_50/usr/src/cmd/isns/isnsd/
H A Ddseng.c64 uchar_t phase; in load_data() local
74 ec = target_load_obj(&prev, &obj, &phase); in load_data()
166 ec = target_load_obj(&prev, &obj, &phase); in load_data()
H A Ddsapi.c69 uchar_t *phase in target_load_obj() argument
72 return (TARGET_func(_load_obj)(p, objp, phase)); in target_load_obj()
/titanic_50/usr/src/uts/common/os/
H A Dvmem.c937 vmem_xalloc(vmem_t *vmp, size_t size, size_t align_arg, size_t phase, in vmem_xalloc() argument
949 if ((align | phase | nocross) & (vmp->vm_quantum - 1)) in vmem_xalloc()
952 (void *)vmp, size, align_arg, phase, nocross, in vmem_xalloc()
956 (align > nocross || P2ROUNDUP(phase + size, align) > nocross)) in vmem_xalloc()
959 (void *)vmp, size, align_arg, phase, nocross, in vmem_xalloc()
962 if (phase >= align || !ISP2(align) || !ISP2(nocross)) in vmem_xalloc()
965 (void *)vmp, size, align_arg, phase, nocross, in vmem_xalloc()
1036 taddr = P2PHASEUP(start, align, phase); in vmem_xalloc()
1058 size_t aphase = phase; in vmem_xalloc()
1061 aphase = (P2PHASE(phase, aquantum) != 0) ? in vmem_xalloc()
[all …]
/titanic_50/usr/src/lib/libumem/common/
H A Dmalloc.c152 uintptr_t phase; in memalign() local
180 phase = align - overhead; in memalign()
192 buf = vmem_xalloc(umem_memalign_arena, size, align, phase, in memalign()
H A Dvmem.c815 vmem_xalloc(vmem_t *vmp, size_t size, size_t align, size_t phase, in vmem_xalloc() argument
825 if (phase > 0 && phase >= align) in vmem_xalloc()
828 (void *)vmp, size, align, phase, nocross, in vmem_xalloc()
834 if ((align | phase | nocross) & (vmp->vm_quantum - 1)) { in vmem_xalloc()
837 (void *)vmp, size, align, phase, nocross, in vmem_xalloc()
842 (align > nocross || P2ROUNDUP(phase + size, align) > nocross)) { in vmem_xalloc()
845 (void *)vmp, size, align, phase, nocross, in vmem_xalloc()
919 taddr = P2PHASEUP(start, align, phase); in vmem_xalloc()
937 size_t asize = P2ROUNDUP(size + phase, in vmem_xalloc()
966 addr = P2PHASEUP(vbest->vs_start, align, phase); in vmem_xalloc()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c159 int phase; /* where the link is at */ variable
887 while (phase != PHASE_DEAD) {
906 if (phase == PHASE_NETWORK || phase == PHASE_RUNNING) {
1028 } while (phase == PHASE_HOLDOFF);
1434 (phase < PHASE_AUTHENTICATE || phase > PHASE_RUNNING)) || in get_input()
1435 (phase <= PHASE_AUTHENTICATE && in get_input()
1440 protocol, phase_name(phase)); in get_input()
1443 pname, protocol, phase_name(phase)); in get_input()
1479 (*new_phase_hook)(p, phase);
1480 phase = p;
[all …]
H A Doptions.c720 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
1004 if (phase != PHASE_INITIALIZE) {
1063 if (phase == PHASE_INITIALIZE) in usage()
1078 if (phase == PHASE_INITIALIZE) {
1095 if (phase == PHASE_INITIALIZE) {
1141 if ((phase == PHASE_INITIALIZE) && !detached) in option_error()
1693 if (phase != PHASE_INITIALIZE) {
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c87 static void idn_send_config(int domid, int phase);
90 static int idn_send_master_config(int domid, int phase);
91 static int idn_send_slave_config(int domid, int phase);
5790 idn_send_config(int domid, int phase) in idn_send_config() argument
5803 if (phase == 1) { in idn_send_config()
5828 phase); in idn_send_config()
5831 rv = idn_send_master_config(domid, phase); in idn_send_config()
5833 rv = idn_send_slave_config(domid, phase); in idn_send_config()
5939 idn_send_master_config(int domid, int phase) in idn_send_master_config() argument
5970 switch (phase) { in idn_send_master_config()
[all …]
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk2.c451 phase = BEGIN; in dobegin()
453 phase = 0; in dobegin()
472 if (phase != END) { in doend()
473 phase = END; in doend()
556 if (np->n_right == NULL && phase == END) { in f_getline()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1572 uint64_t phase; in vsw_check_flag() local
1579 phase = ldcp->hphase; in vsw_check_flag()
1583 if (phase > VSW_MILESTONE0) { in vsw_check_flag()
1585 " when in state %d\n", ldcp->ldc_id, phase); in vsw_check_flag()
1595 "VER_NACK when in state %d\n", ldcp->ldc_id, phase); in vsw_check_flag()
1603 if ((phase < VSW_MILESTONE1) || (phase >= VSW_MILESTONE2)) { in vsw_check_flag()
1605 " when in state %d\n", ldcp->ldc_id, phase); in vsw_check_flag()
1616 ldcp->ldc_id, phase); in vsw_check_flag()
1624 if (phase < VSW_MILESTONE1) { in vsw_check_flag()
1626 " when in state %d\n", ldcp->ldc_id, phase); in vsw_check_flag()
[all …]
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_lib.c750 ctf_phase_dump(ctf_file_t *fp, const char *phase) in ctf_phase_dump() argument
760 phase != NULL ? phase : "", in ctf_phase_dump()
/titanic_50/exception_lists/
H A Dinterface_cmp56 # 6914742 remove audit_user phase 1
67 # 6875456 Solaris Audit configuration in SMF - phase 2

123