Searched refs:INIT (Results 26 - 50 of 76) sorted by relevance

1234

/illumos-gate/usr/src/cmd/tip/
H A Dvalue.c88 if (!(p->v_type&(ENVIRON|INIT)))
95 p->v_type &= ~(ENVIRON|INIT);
H A Dtip.h114 #define INIT 0100 /* static data space used for initialization */ macro
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c97 case INIT:
200 case INIT:
H A Dhxge_vmac.c118 if (hpi_vmac_tx_config(handle, INIT, config,
152 if (hpi_vmac_rx_config(handle, INIT, xconfig,
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c109 if ((pp.mode & (DUMP|INIT)) == DUMP)
178 if (pp.incref && !(pp.mode & INIT))
208 if (pp.mode & (INIT|MARKHOSTED))
216 if (!(pp.mode & (INIT|MARKHOSTED)))
H A Dppmisc.c39 if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || ref == REF_DELETE && (pp.mode & (INIT|READONLY))))
H A Dppop.c49 if (!(pp.mode & INIT) || !(pp.in->type == IN_FILE) || !(*r & op))
51 if (!pp.initialized && !(pp.mode & INIT))
529 if (!(pp.mode & INIT))
533 pp.ro_mode |= INIT;
614 if ((pp.mode & INIT) && !(pp.ro_mode & INIT))
992 pp.mode |= INIT;
994 pp.mode &= ~INIT;
H A Dppproto.c115 #undef INIT macro
116 #define INIT (1L<<9) macro
486 #define SYNC() do{SYNCIN();SYNCOUT();proto->flags&=~(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->flags|=flags&(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->call=call;}while(0)
1319 if (last == '=') flags |= INIT;
1626 flags &= ~(INIT|VARIADIC|VARIADIC2);
1637 else if (paren == 0 && (flags & (INIT|MATCH|SKIP)) == MATCH)
1660 if (flags & INIT) /* ignore */;
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdef.h159 #define INIT (1<<12) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdef.h159 #define INIT (1<<12) macro
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dkadm_rpc_svc.c209 case INIT:
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h171 INIT enumerator in enum:config_op
H A Dnpi_ipp.c226 case INIT:
307 case INIT:
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h180 INIT, /* nothing done yet */ enumerator in enum:__anon88
231 * as if_state goes from INIT -> BOUND (or INIT ->
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetainit.c713 INIT, enumerator in enum:action
789 todo = INIT;
832 if (todo == INIT) { /* load and take auto-take sets */
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c96 if ((rs = npi_ipp_iconfig(handle, INIT, portn, ICFG_IPP_ALL))
103 if ((rs = npi_ipp_config(handle, INIT, portn, config)) != NPI_SUCCESS)
265 if ((rs = npi_ipp_config(handle, INIT, portn, config)) != NPI_SUCCESS)
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinit_reboot.c211 "collect ACK/NAK packets, reverting to INIT on %s",
215 (void) set_smach_state(dsmp, INIT);
H A Drequest.c193 * revert back to INIT and wait for a user to
198 "reschedule callback, reverting to INIT state on "
202 (void) set_smach_state(dsmp, INIT);
281 * since we got here from the INIT state.
329 "REQUESTING state; reverting to INIT on %s",
345 (void) set_smach_state(dsmp, INIT);
884 (void) set_smach_state(dsmp, INIT);
1157 * dhcp_restart(): restarts DHCP (from INIT) on a given state machine, but only
1172 * As we're returning to INIT state, we need to discard any leases we
1183 "reverting to INIT stat
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h257 #define INIT 13 macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h81 #define INIT 3 macro
H A Dns_files.c70 (void) stack_op(INIT, NULL, stack, stkptr);
506 case INIT:
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c337 if ((INIT(dlmp) == 0) && (INITARRAY(dlmp) == 0))
502 if ((INIT(lmp1) == 0) || (FLAGS(lmp1) & FLG_RT_INITCALL))
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c406 if (clnt_call(clnt, INIT,
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh40 typeset -L6 status=INIT
127 [[ $c == $'(\n\ttypeset -l -E x=8\n\ttypeset -l -E y=5\n\tcomvar=(\n\t\ttop=8\n\t\tbottom=9\n\t)\n\ttypeset -S -l -i count=1\n\ttypeset -a items=(\n\t\tfoo\n\t\tbar\n\t)\n\ttypeset -A colors=(\n\t\t[floor]=red\n\t\t[wall]=blue\n\t)\n\tname=cube1\n\ttypeset -L 6 status=INIT\n\ttypeset -l -E z=1\n)' ]] || err_exit '$c not correct'
/illumos-gate/usr/src/head/
H A Dregexp.h78 INIT /* Dependent declarations and initializations */

Completed in 183 milliseconds

1234