| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| DSModuleEvent.java | 51 private int state; field in class:DSModuleEvent 54 * Constructs a DSModuleEvent from a source and state. 56 * @param state DATA_VALID or DATA_INVALID. 58 public DSModuleEvent(Object source, int state) { 60 this.state = state; 64 * Returns the state of the event. 65 * @return the state of the event. 68 return state;
|
| /onnv/onnv-gate/usr/src/lib/krb5/dyn/ |
| dyn_debug.c | 19 int DynDebug(obj, state) 21 int state; 23 obj->debug = state; 25 fprintf(stderr, "dyn: debug: Debug state set to %d.\n", state);
|
| dyn_initzero.c | 19 int DynInitzero(obj, state) 21 int state; 23 obj->initzero = state; 26 fprintf(stderr, "dyn: initzero: initzero set to %d.\n", state);
|
| dyn_paranoid.c | 19 int DynParanoid(obj, state) 21 int state; 23 obj->paranoid = state; 26 fprintf(stderr, "dyn: paranoid: Paranoia set to %d.\n", state);
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inflate.c | 33 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset) 37 * - Add comments on state->bits assertion in inffast.c 102 local void fixedtables OF((struct inflate_state FAR *state)); 113 struct inflate_state FAR *state; local 115 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; 116 state = (struct inflate_state FAR *)strm->state; 117 strm->total_in = strm->total_out = state->total = 0; 120 state->mode = HEAD 140 struct inflate_state FAR *state; local 157 struct inflate_state FAR *state; local 279 struct inflate_state state; local 334 struct inflate_state FAR *state; local 565 struct inflate_state FAR *state; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| re_comp.c | 39 } state; variable in typeref:struct:__anon27 48 if (state.valid) 54 if (state.valid) 56 state.valid = 0; 57 regfree(&state.re); 59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL))) 61 state.valid = 1; 65 regerror(r, &state.re, state.error, sizeof(state.error)) [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/io/ioat/ |
| ioat.c | 99 static int ioat_chip_init(ioat_state_t *state); 100 static void ioat_chip_fini(ioat_state_t *state); 101 static int ioat_drv_init(ioat_state_t *state); 102 static void ioat_drv_fini(ioat_state_t *state); 104 static void ioat_intr_enable(ioat_state_t *state); 105 static void ioat_intr_disable(ioat_state_t *state); 106 void ioat_detach_finish(ioat_state_t *state); 184 ioat_state_t *state; local 195 state = ddi_get_soft_state(ioat_statep, instance); 196 if (state == NULL) 277 ioat_state_t *state; local 326 ioat_state_t *state; local 366 ioat_state_t *state; local 553 ioat_state_t *state; local 628 ioat_state_t *state; local 680 ioat_state_t *state; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| regalloc.c | 33 state.disc.re_flags = flags; 34 state.disc.re_resizef = resize; 35 state.disc.re_resizehandle = handle;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| deflate.c | 47 * State for a Deflate (de)compressor. 65 static void z_decomp_free __P((void *state)); 66 static int z_decomp_init __P((void *state, u_char *options, int opt_len, 68 static void z_incomp __P((void *state, u_char *dmsg, int len)); 69 static int z_decompress __P((void *state, u_char *cmp, int inlen, 71 static void z_decomp_reset __P((void *state)); 72 static void z_comp_stats __P((void *state, struct compstat *stats)); 113 struct deflate_state *state = (struct deflate_state *) arg; local 116 *stats = state->stats; 135 struct deflate_state *state; local 168 struct deflate_state *state = (struct deflate_state *) arg; local 180 struct deflate_state *state = (struct deflate_state *) arg; local 204 struct deflate_state *state = (struct deflate_state *) arg; local 232 struct deflate_state *state = (struct deflate_state *) arg; local 304 struct deflate_state *state = (struct deflate_state *) arg; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| mouse8042.c | 261 struct mouse_state *state; local 273 state = (struct mouse_state *)ddi_get_driver_private(dip); 276 state->ready = 1; 282 if (state->ms_rqp != NULL) { 285 putnext(state->ms_rqp, mp); 289 putnext(state->ms_rqp, mp); 301 /* allocate and initialize state structure */ 302 state = kmem_zalloc(sizeof (struct mouse_state), KM_SLEEP); 303 state->ms_opened = B_FALSE; 304 state->reset_state = MSE_RESET_IDLE 384 struct mouse_state *state; local 449 struct mouse_state *state; local 536 struct mouse_state *state; local 632 struct mouse_state *state = (struct mouse_state *)argp; local 866 struct mouse_state *state; local 895 struct mouse_state *state; local 939 struct mouse_state *state = (struct mouse_state *)arg; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| cp.c | 143 typedef struct State_s /* program state */ 157 int postsiz; /* state.path post index */ 158 int presiz; /* state.path pre index */ 161 int suflen; /* strlen(state.suffix) */ 171 #define INITSTATE pathsiz /* (re)init state before this */ 172 int pathsiz; /* state.path buffer size */ 176 char* opname; /* state.op message string */ 191 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) 198 if (n && chown(state->path, os->st_uid, os->st_gid)) 214 * visit a single file and state.op to the destinatio 668 State_t* state; local [all...] |
| cksum.c | 119 typedef struct State_s /* program state */ 178 pr(State_t* state, Sfio_t* op, Sfio_t* ip, char* file, int perm, struct stat* st, Sfio_t* check) 188 state->oldsum = state->sum; 190 verify(state, p, file, check); 191 state->sum = state->oldsum; 192 if (state->warn && !sfeof(ip)) 196 suminit(state->sum); 197 if (state->text 452 State_t state; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/acct/ |
| acct.sh | 33 state="$1" 35 case "$state" in
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| corenote.c | 54 #define INDENT state->ns_indent, MSG_ORIG(MSG_STR_EMPTY) 70 * - The variable "state" references the current note state. 73 print_num(state, _title, &layout->_field, SL_FMT_NUM_DEC) 75 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_DEC, \ 78 print_num(state, _title, &layout->_field, SL_FMT_NUM_HEX) 80 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_HEX, \ 83 print_num(state, _title, &layout->_field, SL_FMT_NUM_ZHEX) 85 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_ZHEX, \ 88 print_subtype(state, _title, &layout->_field, _func 1642 note_state_t state; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/ |
| globals_machelf.c | 71 * A CONV_EXPN_FIELD_STATE variable is used to maintain the buffer state 76 * state - Variable used to maintain buffer state between calls. 84 * separator if appropriate. state has been updated. 99 cef_cp(CONV_EXPN_FIELD_ARG *arg, CONV_EXPN_FIELD_STATE *state, 110 if (state->list_cnt != 0) { 111 if (state->sep_str_len < state->room) { 112 (void) memcpy(state->cur, state->sep_str 231 CONV_EXPN_FIELD_STATE state; local 260 CONV_EXPN_FIELD_STATE state; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
| tavor.c | 52 /* Tavor HCA State Pointer */ 67 static int tavor_drv_init(tavor_state_t *state, dev_info_t *dip, int instance); 68 static void tavor_drv_fini(tavor_state_t *state); 69 static void tavor_drv_fini2(tavor_state_t *state); 70 static int tavor_isr_init(tavor_state_t *state); 71 static void tavor_isr_fini(tavor_state_t *state); 72 static int tavor_hw_init(tavor_state_t *state); 73 static void tavor_hw_fini(tavor_state_t *state, 75 static int tavor_soft_state_init(tavor_state_t *state); 76 static void tavor_soft_state_fini(tavor_state_t *state); 277 tavor_state_t *state; local 319 tavor_state_t *state; local 487 tavor_state_t *state; local 582 tavor_state_t *state; local 741 tavor_state_t *state; local 3485 tavor_state_t *state = ddi_get_soft_state(tavor_statep, local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/ibd/ |
| ibd.c | 229 * State of IBD driver initialization during attach/m_start 282 * Driver State Pointer 549 ibd_print_warn(ibd_state_t *state, char *fmt, ...) 556 hca_guid = ddi_prop_get_int64(DDI_DEV_T_ANY, state->id_dip, 560 ddi_driver_name(state->id_dip), ddi_get_instance(state->id_dip), 561 (u_longlong_t)hca_guid, state->id_port, state->id_pkey); 576 * state->id_lso->bkt_nfree may be accessed without a lock to 844 ibd_get_allroutergroup(ibd_state_t *state, ipoib_mac_t *mcmac 2191 ibd_state_t *state = (ibd_state_t *)clnt_private; local 2461 ibd_state_t *state = NULL; local 2603 ibd_state_t *state; local 3653 ibd_state_t *state = rwqe->w_state; local 3939 ibd_state_t *state = (ibd_state_t *)arg; local 3965 ibd_state_t *state = (ibd_state_t *)arg; local 3994 ibd_state_t *state = (ibd_state_t *)arg; local 4105 ibd_state_t *state = arg; local 4611 ibd_state_t *state = arg; local 4815 ibd_state_t *state = (ibd_state_t *)arg; local 4831 ibd_state_t *state = arg; local 4878 ibd_state_t *state = (ibd_state_t *)arg; local 5035 ibd_state_t *state = (ibd_state_t *)arg; local 5065 ibd_state_t *state = (ibd_state_t *)arg; local 5831 ibd_state_t *state = (ibd_state_t *)arg; local 5860 ibd_state_t *state = (ibd_state_t *)arg; local 6420 ibd_state_t *state = rwqe->w_state; local 6446 ibd_state_t *state = (ibd_state_t *)arg; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/scripts/ |
| lpshut | 29 state=`svcprop -p restarter/state svc:/application/print/server:default` 30 if [ "$state" != "online" ] ; then
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
| default_state.c | 63 (krb5_context context, krb5_data *state) 65 if (state->data) { 66 FREE (state->data, state->length); 67 state-> data = NULL; 68 state->length = 0;
|
| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| ppsym.c | 37 register int state; local 55 state = 0; 72 state++; 77 if (state) 84 if (state) 87 state = 0;
|
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| hermon.c | 56 /* Hermon HCA State Pointer */ 77 static int hermon_drv_init(hermon_state_t *state, dev_info_t *dip, 79 static void hermon_drv_fini(hermon_state_t *state); 80 static void hermon_drv_fini2(hermon_state_t *state); 81 static int hermon_isr_init(hermon_state_t *state); 82 static void hermon_isr_fini(hermon_state_t *state); 84 static int hermon_hw_init(hermon_state_t *state); 86 static void hermon_hw_fini(hermon_state_t *state, 88 static int hermon_soft_state_init(hermon_state_t *state); 89 static void hermon_soft_state_fini(hermon_state_t *state); 268 hermon_state_t *state; local 303 hermon_state_t *state; local 455 hermon_state_t *state; local 544 hermon_state_t *state; local 741 hermon_state_t *state; local 4385 hermon_state_t *state = ddi_get_soft_state(hermon_statep, local 4619 hermon_state_t *state = ddi_get_soft_state(hermon_statep, local [all...] |
| hermon_fm.c | 134 * hermon_hca_fm_init(hermon_state_t *state, hermon_hca_fm_t *hca) 140 * state: pointer to Hermon state structure 150 hermon_hca_fm_init(hermon_state_t *state, hermon_hca_fm_t *hca_fm) 152 state->hs_fm_hca_fm = hca_fm; 159 * hermon_hca_fm_fini(hermon_state_t *state) 165 * state: pointer to Hermon state structure 174 hermon_hca_fm_fini(hermon_state_t *state) 176 i_hca_fm_fini((struct i_hca_fm *)state->hs_fm_hca_fm) 1454 hermon_state_t *state = (hermon_state_t *)arg; local 1730 hermon_state_t *state = (hermon_state_t *)tst->private; local [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| config.c | 26 struct pci_probe_state *state = &dev->state.pci; local 29 state->advance = 1; 30 state->dev.driver = 0; 31 state->dev.bus = 0; 32 state->dev.devfn = 0; 36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { 37 find_pci(dev->type, &state->dev); 40 state->advance = 1; 42 if (state->dev.driver == 0 78 struct isa_probe_state *state = &dev->state.isa; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audiots/ |
| audiots.c | 53 * The AC'97 common code provides shadow state for AC'97 registers for us, 58 * operation. When we need to save register state we only have to save 59 * the aram and eram. The rest of the controller state is never modified 60 * from the initial programming. Thus restoring the controller state 78 * CAUTION: If audio controller state is changed outside of aram 97 * audio when this state is detected. It's not great, but its 177 /* anchor for soft state structures */ 276 /* initialize the soft state */ 312 /* free the soft state internal structures */ 362 audiots_state_t *state; local 543 audiots_state_t *state; local 607 audiots_state_t *state; local 791 audiots_state_t *state = arg; local 915 audiots_state_t *state = (void *)T; local 1315 audiots_state_t *state = arg; local 1394 audiots_state_t *state = port->tp_state; local 1538 audiots_state_t *state = port->tp_state; local 1563 audiots_state_t *state = port->tp_state; local 1589 audiots_state_t *state = port->tp_state; local 1702 audiots_state_t *state = port->tp_state; local 1777 audiots_state_t *state = port->tp_state; local 1810 audiots_state_t *state = port->tp_state; local 1839 audiots_state_t *state = port->tp_state; local [all...] |
| /onnv/onnv-gate/usr/src/lib/librstp/common/ |
| choose.h | 26 /* State machines states & debug tools. Sorry, if these are no readable enogth :( */ 32 char * GET_STATE_NAME (int state) 38 if (BEGIN == state) return "Begin"; 39 return state_names[state];
|