Searched defs:phase (Results 1 - 21 of 21) sorted by relevance

/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);
/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/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...]
H A Dumem.c2660 size_t phase; local
2678 phase = P2NPHASE(csize, UMEM_CPU_CACHE_SIZE);
2683 ASSERT(P2PHASE(phase, UMEM_ALIGN) == 0);
2715 cp = vmem_xalloc(umem_cache_arena, csize, UMEM_CPU_CACHE_SIZE, 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/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/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/cmd/awk_xpg4/
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/sun4v/io/px/
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,
/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...]
H A Dmem_config.c2567 int phase; local
2577 phase = btop((uint64_t)(uintptr_t)va) % pp_dummy_npages;
2579 ASSERT(PAGESIZE % sizeof (page_t) || phase == 0);
2589 j = (i + phase) % pp_dummy_npages;
/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...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.h285 IscsiAuthPhase phase; member in struct:iscsiAuthClient_t
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h286 IscsiAuthPhase phase; member in struct:iscsiAuthClient_t
/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/sun/io/scsi/adapters/
H A Dfas.c39 * a msg-out phase
3579 * Manage phase transitions.
3728 * Most commonly called phase handlers:
3919 * neither into MESSAGE OUT nor COMMAND phase.
3943 * phase, or,
4114 * target will go immediately into data phase so
4184 * phase.
4204 bad_reselect = "not in msgin phase";
4240 bad_reselect = "not in msgin phase";
4428 * handle unknown bus phase
4705 int sending, phase; local
4946 int phase = stat & FAS_PHASE_MASK; local
5905 uchar_t msgout, phase; local
7482 char phase; local
[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/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/sun4u/starfire/sys/
H A Didn.h1123 * | st0 . sta0 | st1 . sta1 | st2 . sta2 | phase | num |
1165 uchar_t _num_phase; /* info.num, info.phase used instead */
1170 uint_t phase : 6; member in struct:__anon10077::__anon10079
1552 * theirs during Config phase.
1610 * Transition phase area. This field
1611 * points to the proper phase structure

Completed in 160 milliseconds