Searched refs:phase (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c915 switch (client->phase) {
917 client->phase = iscsiAuthPhaseNegotiate;
921 client->phase = iscsiAuthPhaseAuthenticate;
934 client->phase = iscsiAuthPhaseDone;
969 client->phase = iscsiAuthPhaseDone;
975 client->phase = iscsiAuthPhaseError;
1132 client->phase = iscsiAuthPhaseError;
1284 client->phase = iscsiAuthPhaseError;
1292 if (client->phase == iscsiAuthPhaseDone) {
1317 client->phase
[all...]
H A DiscsiAuthClient.h285 IscsiAuthPhase phase; member in struct:iscsiAuthClient_t
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err_gen.c51 switch (epkt->rc_descr.phase) {
121 switch (epkt->rc_descr.phase) {
184 switch (epkt->rc_descr.phase) {
243 switch (epkt->rc_descr.phase) {
269 switch (epkt->rc_descr.phase) {
323 switch (epkt->rc_descr.phase) {
427 switch (epkt->rc_descr.phase) {
442 switch (epkt->rc_descr.phase) {
475 switch (epkt->rc_descr.phase) {
508 switch (epkt->rc_descr.phase) {
[all...]
H A Dpx_err.h94 /* Additional condition definitions for INTR Block MSIQ phase */
97 /* Additional condition definitions for MMU|INTR Block ADDR phase */
100 /* Additional condition definitions for DATA phase */
103 /* Additional condition definitions for Port Link phase */
150 phase : 4, member in struct:root_complex::__anon10298
156 phase : 4,
H A Dpx_err.c501 epkt->rc_descr.phase, epkt->rc_descr.cond,
556 epkt->rc_descr.phase, epkt->rc_descr.cond,
576 switch (epkt->rc_descr.phase) {
592 switch (epkt->rc_descr.phase) {
608 epkt->rc_descr.phase = PH_ADDR;
618 switch (epkt->rc_descr.phase) {
638 switch (epkt->rc_descr.phase) {
645 epkt->rc_descr.phase = PH_DATA;
686 (epkt->rc_descr.phase == PH_IRR))) {
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c290 struct _Unwind_Context *entry_ctx, int phase)
296 if (phase & _UA_SEARCH_PHASE) {
301 res = (*ctx_who(ctx))(1, phase,
322 phase = _UA_CLEANUP_PHASE;
327 phase |= _UA_HANDLER_FRAME;
329 res = (*ctx_who(ctx))(1, phase,
332 if ((phase & _UA_HANDLER_FRAME) && res != _URC_INSTALL_CONTEXT)
368 int phase = _UA_CLEANUP_PHASE | _UA_FORCE_UNWIND; local
380 res = (*stop)(1, phase,
401 res = (*ctx_who(ctx))(1, phase,
289 _Unwind_RaiseException_Body(struct _Unwind_Exception *exception_object, struct _Unwind_Context *entry_ctx, int phase) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c97 iscsit_auth_phase_t phase; member in struct:__anon5166
107 * phase after all key/value pair(s) are handled.
173 * current authentication phase and matches the key which is
175 * is looking for an handler for checking the authentication phase
181 iscsit_auth_phase_t phase = client->phase; local
189 if (phase == p->phase &&
203 * authentication phase to AP_AM_DECIDED.
222 client->phase
[all...]
H A Discsit_authclient.h82 /* authentication phase start status */
87 /* authentication phase for chap */
93 /* authentication phase for kerberos */
97 /* authentication phase done */
102 iscsit_auth_phase_t phase; member in struct:iscsit_auth_client
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Ddebug.c47 * input files. The "phase" argument allows us to select which phase of
84 dbg_setup(Ofl_desc *ofl, const char *options, int phase) argument
89 Phase = phase;
90 else if (Phase != phase)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c58 * specify ldapfilter.conf tags for each phase of search
101 int max, i, err, scope = 0, phase, tries; local
110 * phase 1 search the root for orgs or countries
111 * phase 2 search for orgs
112 * phase 3 search for a person
123 phase = 1;
133 phase = 3;
135 switch ( phase ) {
212 phase == 3 ? attrs : objattrs,
213 phase
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddseng.c64 uchar_t phase; local
74 ec = target_load_obj(&prev, &obj, &phase);
166 ec = target_load_obj(&prev, &obj, &phase);
H A Ddsapi.c69 uchar_t *phase
72 return (TARGET_func(_load_obj)(p, objp, phase));
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h271 * return x rounded up to the next phase (offset) within align.
272 * phase should be < align.
273 * eg, P2PHASEUP(0x1234, 0x100, 0x10) == 0x1310 (0x13*align + phase)
274 * eg, P2PHASEUP(0x5600, 0x100, 0x10) == 0x5610 (0x56*align + phase)
276 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align)))
315 #define P2PHASEUP_TYPED(x, align, phase, type) \
316 ((type)(phase) - (((type)(phase)
[all...]
H A Discsi_authclient.h286 IscsiAuthPhase phase; member in struct:iscsiAuthClient_t
/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c152 uintptr_t phase; local
180 phase = align - overhead;
192 buf = vmem_xalloc(umem_memalign_arena, size, align, phase,
H A Dvmem.c810 * Allocate size bytes at offset phase from an align boundary such that the
815 vmem_xalloc(vmem_t *vmp, size_t size, size_t align, size_t phase, argument
825 if (phase > 0 && phase >= align)
827 "invalid phase",
828 (void *)vmp, size, align, phase, nocross,
834 if ((align | phase | nocross) & (vmp->vm_quantum - 1)) {
837 (void *)vmp, size, align, phase, nocross,
842 (align > nocross || P2ROUNDUP(phase + size, align) > nocross)) {
845 (void *)vmp, size, align, phase, nocros
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c112 * phase with respect to some alignment (to get good cache coloring), or
932 * Allocate size bytes at offset phase from an align boundary such that the
937 vmem_xalloc(vmem_t *vmp, size_t size, size_t align_arg, size_t phase, argument
949 if ((align | phase | nocross) & (vmp->vm_quantum - 1))
952 (void *)vmp, size, align_arg, phase, nocross,
956 (align > nocross || P2ROUNDUP(phase + size, align) > nocross))
959 (void *)vmp, size, align_arg, phase, nocross,
962 if (phase >= align || !ISP2(align) || !ISP2(nocross))
965 (void *)vmp, size, align_arg, phase, nocross,
1036 taddr = P2PHASEUP(start, align, phase);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c130 * phase (per RFC 1661). This can be used to log
159 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)) ||
1435 (phase <= PHASE_AUTHENTICATE &&
1439 dbglog("Discarded proto 0x%x in %s phase",
[all...]
H A Doptions.c720 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
1004 if (phase != PHASE_INITIALIZE) {
1063 if (phase == PHASE_INITIALIZE)
1078 if (phase == PHASE_INITIALIZE) {
1095 if (phase == PHASE_INITIALIZE) {
1105 * logged, and also sent to stderr if phase == PHASE_INITIALIZE.
1141 if ((phase == PHASE_INITIALIZE) && !detached)
1693 if (phase != PHASE_INITIALIZE) {
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c451 phase = BEGIN;
453 phase = 0;
472 if (phase != END) {
473 phase = END;
556 if (np->n_right == NULL && phase == END) {
H A Dawk0.c168 uint phase; /* BEGIN, END, or 0 */ variable
169 uint running = 0; /* Set if not in compile phase */
/illumos-gate/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);
1706 "exiting phase\n",
5790 idn_send_config(int domid, int phase) argument
5803 if (phase == 1) {
5825 PR_PROTO("%s:%d: sending %s config (phase %d)\n",
5828 phase);
5831 rv = idn_send_master_config(domid, phase);
5833 rv = idn_send_slave_config(domid, phase);
5939 idn_send_master_config(int domid, int phase) argument
6173 idn_send_slave_config(int domid, int phase) argument
6380 int phase; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1572 uint64_t phase; local
1579 phase = ldcp->hphase;
1583 if (phase > VSW_MILESTONE0) {
1585 " when in state %d\n", ldcp->ldc_id, phase);
1595 "VER_NACK when in state %d\n", ldcp->ldc_id, phase);
1603 if ((phase < VSW_MILESTONE1) || (phase >= VSW_MILESTONE2)) {
1605 " when in state %d\n", ldcp->ldc_id, phase);
1616 ldcp->ldc_id, phase);
1624 if (phase < VSW_MILESTONE
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h925 uint32_t phase:2; member in struct:oce_eq_ctx
958 uint32_t phase:2;
1370 uint32_t phase; member in struct:mbx_modify_common_eq_delay::__anon7701::__anon7702::__anon7703
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h80 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align)))

Completed in 158 milliseconds

12