Searched refs:state (Results 401 - 425 of 1495) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82541.h91 void e1000_init_script_state_82541(struct e1000_hw *hw, bool state);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c252 nwam_state_t state = NWAM_STATE_UNINITIALIZED; local
255 (void) nwam_ncp_get_state(ncph, &state, &aux);
256 if (state == NWAM_STATE_ONLINE) {
697 /* returns the state and auxilliary state of the object */
702 nwam_state_t state; local
708 ret = nwam_enm_get_state(handle, &state, &astate);
711 ret = nwam_loc_get_state(handle, &state, &astate);
714 ret = nwam_ncp_get_state(handle, &state, &astate);
717 ret = nwam_ncu_get_state(handle, &state,
807 nwam_state_t state; local
1018 char *state = NULL; local
1384 char *state; local
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c129 struct scope_targets **state; member in struct:target_list
174 tl->state = tl->scopes;
264 if (!(*tl->state))
267 for (; *tl->state; tl->state++) {
268 if (!(*tl->state)->da->used && !(*tl->state)->da->failed)
269 return (*tl->state++);
270 if ((*tl->state)->da->failed) {
272 if (p = slp_next_failover(*tl->state)) {
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c51 #define CACHE() do{CACHEINX();CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
52 #define CACHEIN() do{CACHEINX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
54 #define CACHEOUT() do{CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
62 #define SYNC() do{SYNCINX();SYNCOUTX();pp.state=st;}while(0)
63 #define SYNCIN() do{SYNCINX();pp.state=st;}while(0)
65 #define SYNCOUT() do{SYNCOUTX();pp.state=st;}while(0)
153 #define st pp.state
179 register int state; local
222 state = START;
227 rp = fsm[state];
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c248 * get the HEALTHY# line state
316 * handle chassis state change
319 env_handle_chassis_state_event(char *state) argument
321 if (strcmp(state, PICLEVENTARGVAL_CONFIGURING) == 0) {
326 if (strcmp(state, PICLEVENTARGVAL_UNCONFIGURED) == 0) {
342 if (strcmp(state, PICLEVENTARGVAL_CONFIGURED) == 0) {
348 * event handler for watchdog state change event
387 /* post dr ap state change event */
394 * rotine that handles all the picl state and condition change events
619 * node state offlin
693 uint8_t state = BYTE_7(res_datap); local
748 uint8_t state = BYTE_7(res_datap); local
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c92 pcie_hp_led_state_t state);
93 static int pcishpc_led_shpc_to_hpc(int state);
94 static int pcishpc_led_hpc_to_shpc(int state);
96 static int pcishpc_slot_hpc_to_shpc(int state);
97 static char *pcishpc_slot_textslotstate(ddi_hp_cn_state_t state);
98 static char *pcishpc_slot_textledstate(pcie_hp_led_state_t state);
149 /* Initialize soft state structure for the SHPC instance. */
266 /* get the soft state structure for this dip */
447 /* get the current slot state */
482 * one that's not available under certain state
2184 pcishpc_setled(pcie_hp_slot_t *slot_p, pcie_hp_led_t led, pcie_hp_led_state_t state) argument
2224 pcishpc_led_shpc_to_hpc(int state) argument
2245 pcishpc_led_hpc_to_shpc(int state) argument
2291 pcishpc_slot_hpc_to_shpc(int state) argument
2314 pcishpc_slot_textslotstate(ddi_hp_cn_state_t state) argument
2334 pcishpc_slot_textledstate(pcie_hp_led_state_t state) argument
2425 char *state; local
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c125 * Printer state reason (For Windows remote printers)
147 /* Printer-state for Windows */
201 * Since a job has been found so the printer state is either
278 int state = 0x03; /* idle */ local
294 * printer-state-reason, we accumulate the text until we hit the
335 "printer-state-reasons", status);
342 * Set the printer-state after call to "parse_lpd_job"
349 state = 0x05; /* stopped */
355 state = 0x04; /* processing */
357 state
[all...]
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c93 * risk is that if an attacker captured the state while the entropy
141 * The code below directly accesses the state field of
150 x_j[i] = sha1_context.state[i];
154 xvalconv(x_j, sha1_context.state, SHA1BYTES/4);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_psp_create.c170 sp_ptr->state = DAPL_SP_STATE_PSP_LISTENING;
193 sp_ptr->state = DAPL_SP_STATE_FREE;
H A Ddapl_psp_create_any.c156 sp_ptr->state = DAPL_SP_STATE_PSP_LISTENING;
166 sp_ptr->state = DAPL_SP_STATE_FREE;
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_kcs.c54 kcs_wait_for_ibf(struct ipmi_softc *sc, int state) argument
60 if (state == 0) {
79 kcs_wait_for_obf(struct ipmi_softc *sc, int state) argument
85 if (state == 0) {
202 /* error state */
249 /* error state */
308 int i, state; local
412 state = kcs_read_byte(sc, &data);
413 if (state == 0) {
418 if (state
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Dmcontext.h124 * It also allows SSE/SSE2 state to be accessed on machines that
130 uint32_t state[27]; /* 287/387 saved state */ member in struct:_fpu::__anon507::_fpchip_state
154 uint32_t state[27]; /* 287/387 saved state */ member in struct:fpu32::__anon508::fpchip32_state
168 * Structure mcontext defines the complete hardware machine state.
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh48 state=$2
55 (( $? != $state )) && ret=1
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c40 * - send out picl-state-change, picl-condition-events
41 * 4) Monitor the port nodes state and condition
547 * event handler for watchdog expiry event (picl-state-change) event on
792 if (frup->state == FRU_STATE_CONFIGURED) {
795 } else if (frup->state == FRU_STATE_UNCONFIGURED) {
827 if (state_changed) { /* location state has changed */
1454 locp->state = LOC_STATE_UNKNOWN;
1500 frup->state = FRU_STATE_UNCONFIGURED;
1550 portp->state = PORT_STATE_UNKNOWN;
1693 /* create chassis state propert
4510 frutree_update_chassis_state(frutree_frustate_t state, frutree_frustate_t prev_state) argument
5503 int state, cond; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c210 pInfo->state = session_p->state;
390 sp->state = CKS_RW_USER_FUNCTIONS;
392 sp->state = CKS_RO_USER_FUNCTIONS;
454 sp->state = CKS_RW_PUBLIC_SESSION;
456 sp->state = CKS_RO_PUBLIC_SESSION;
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c42 * 1. state := InitState ()
43 * 2. state := ExpandKey (state, salt, password) 3.
45 * state := ExpandKey (state, 0, salt)
46 * state := ExpandKey(state, 0, password)
49 * ctext := Encrypt_ECB (state, ctext);
195 blf_ctx state; local
268 Blowfish_initstate(&state);
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c250 * finish state reset, and throw to top.
311 if (state == ONEOPEN || state == HARDOPEN)
622 if (state != VISUAL) {
633 if (state == CRTOPEN) {
684 if (state != VISUAL && state != CRTOPEN && destline <= WECHO)
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c64 thread_text_to_state(const char *state, uint_t *out) argument
66 if (strcmp(state, "PARKED") == 0) {
68 } else if (strcmp(state, "UNPARKED") == 0) {
70 } else if (strcmp(state, "FREE") == 0) {
85 thread_state_to_text(uint_t state, char *out, size_t out_sz) argument
87 (void) snprintf(out, out_sz, state ? "PARKED" : "UNPARKED");
328 " * Thread state,\n"
378 " Only print threads which are in thread state 'tstate'.\n"
380 " Only print threads which are not in thread state 'tstate'.\n"
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals.c349 conv_strtol_uvalue_t *state = (conv_strtol_uvalue_t *)uvalue; local
351 if ((strlen(str) == state->csl_strlen) &&
352 (strncasecmp(str, state->csl_str, state->csl_strlen) == 0)) {
353 state->csl_found = 1;
354 state->csl_value = value;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c160 * If 'state' != -1, then state is matched.
169 logtab_findent(FILE *fd, char *buffer, char *path, char *tag, int state, argument
182 if (state != -1)
183 found = found && (state == (*lepp)->le_state);
197 * If 'state' != -1, then state is matched.
210 logtab_rement(FILE *fd, char *buffer, char *path, char *tag, int state) argument
227 if (state != -1)
228 found = found && (state
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-iptun103 state=`/sbin/ipadm show-if -p -o state $intf_name`
104 if [ $? -ne 0 ] || [ "$state" != "disabled" ]; then
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_ndi.c181 * Notify the Hotplug Connection (CN) to change state.
188 ddi_hp_cn_state_t state, uint_t flag)
193 "cn_name: %s, state %x, flag %x\n",
194 (void *)dip, cn_name, state, flag));
227 "target_state %x\n", (void *)hdlp, state));
229 ret = ddihp_cn_req_handler(hdlp, state);
247 eventp->target_state = state;
260 "target_state %x\n", (void *)dip, state));
368 * Handle state change request of a Hotplug Connection (CN)
397 "hdlp %p changed state t
187 ndi_hp_state_change_req(dev_info_t *dip, char *cn_name, ddi_hp_cn_state_t state, uint_t flag) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c153 static void bsd_free(void *state);
154 static int bsd_comp_init(void *state, uchar_t *options, int opt_len,
156 static int bsd_decomp_init(void *state, uchar_t *options, int opt_len,
158 static int bsd_compress(void *state, mblk_t **mret,
160 static int bsd_incomp(void *state, mblk_t *dmsg);
161 static int bsd_decompress(void *state, mblk_t **dmpp);
162 static void bsd_reset(void *state);
163 static void bsd_comp_stats(void *state, struct compstat *stats);
296 bsd_comp_stats(void *state, struct compstat *stats) argument
298 struct bsd_db *db = (struct bsd_db *)state;
328 bsd_reset(void *state) argument
441 bsd_free(void *state) argument
526 bsd_comp_init(void *state, uchar_t *options, int opt_len, int unit, int hdrlen, int debug) argument
537 bsd_decomp_init(void *state, uchar_t *options, int opt_len, int unit, int hdrlen, int mru, int debug) argument
555 bsd_compress(void *state, mblk_t **mretp, mblk_t *mp, int slen, int maxolen) argument
900 bsd_incomp(void *state, mblk_t *mp) argument
1094 bsd_decompress(void *state, mblk_t **dmpp) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h167 * is kept here may, in fact, represent the state of an old WRID list. It
289 int tavor_post_send(tavor_state_t *state, tavor_qphdl_t qphdl,
291 int tavor_post_recv(tavor_state_t *state, tavor_qphdl_t qphdl,
293 int tavor_post_srq(tavor_state_t *state, tavor_srqhdl_t srqhdl,
297 int tavor_wrid_from_reset_handling(tavor_state_t *state, tavor_qphdl_t qp);
298 void tavor_wrid_to_reset_handling(tavor_state_t *state, tavor_qphdl_t qp);
305 tavor_wq_lock_t *tavor_wrid_wql_create(tavor_state_t *state);
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h121 #define SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, state) \
129 ASSERT(xc_mbox[pix].xc_state == state); \
143 #define SEND_MBOX_MONDO(xc_cpuset, func, arg1, arg2, state) \
149 ASSERT(xc_mbox[pix].xc_state == state); \
185 #define WAIT_MBOX_DONE(xc_cpuset, lcx, state, sync) \
197 if (xc_mbox[pix].xc_state == state) { \

Completed in 137 milliseconds

<<11121314151617181920>>