Searched defs:last (Results 276 - 300 of 441) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1856 * handle kmem_cache if this function is called the last time.
2006 struct i_hca_acc_handle *handlep, *hdlp, *last; local
2026 for (last = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) {
2027 last = hdlp;
2029 if (last == NULL) {
2032 last->next = handlep;
2123 struct i_hca_acc_handle *handlep, *hdlp, *last; local
2142 for (last = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) {
2143 last = hdlp;
2145 if (last
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c350 * the last item on the page. We need to shift data and
355 * Move the data: src is the address of the last data
596 * matter, since adds are the last thing that happens before we
1179 * Free_bit addresses the last used bit. Bump it to address
1365 static int last; local
1372 for (i = 0; i < last; i++)
1376 if (i == last) {
1377 list[last].times = inout;
1378 list[last].pgno = pgno;
1379 last
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c371 int i, j, last; local
387 for (i = 0, last = 0, j = 0, currkvno = key_data[0].key_data_kvno; i < n_key_data; i++) {
391 asn1_encode_sequence_of_keys (key_data+last,
392 (krb5_int16) i - last + 1,
408 last = i + 1;
717 * In the first 2 cases, the dn should be existing and in the last case we
719 * executed for the last case.
963 /* Update last password change whenever a new key is set */
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/common/include/
H A Dhash.h150 typedef struct /* last lookup cache */
152 Hash_table_t* table; /* last lookup table */
153 Hash_bucket_t* bucket; /* last lookup bucket */
164 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c279 char* last; member in struct:__anon2661
336 state.last = state.data + n - 1;
371 if (!state.last)
433 if (d + n >= state.last)
440 c = n + state.last - state.data + 3 * MAXVAL;
444 state.last = state.data + c - 1;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c84 reg Pfobj_t *pf, *last; local
105 for(last = NIL(Pfobj_t*), pf = Pftable[n]; pf; last = pf, pf = pf->next)
135 last = NIL(Pfobj_t*);
136 for(pfvm = Pftable[PFTABLE]; pfvm; last = pfvm, pfvm = pfvm->next)
142 if(last)
143 { pfvm->next = last->next;
144 last->next = pfvm;
172 else if(last) /* do a move-to-front */
173 { last
189 reg Pfobj_t *pf, *next, *last; local
361 reg Pfobj_t *pf, *list, *next, *last; local
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c484 * Step 3 - bring in last of TK bits, assign 24-bit WEP IV value
659 int i, blocks, last; local
680 last = data_len % 4;
688 switch (last) {
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c407 dev_info_t *dip, *next, *last = NULL; local
414 while (last != start) {
417 while (next != last && dip != SR_FAILED_DIP(srh)) {
482 last = dip;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c497 struct sc_gptwocfg_config *board_config, *last, *new; local
570 last = board_config;
653 last->link = new;
654 last = new;
726 * Save the AXQ for last.
1484 cpuid &= 0x03; /* last 2 bits of a 10 bit number */
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c66 fhc_b_search(in_array.boards, board, 0, in_array.last);
103 fhc_shell_sort(boards.boards, 0, boards.last);
109 fhc_shell_sort(clocks.boards, 0, clocks.last);
153 fhc_b_search(fhc_bd_t *in_array[], int board, int first, int last) argument
162 while (first < last) {
163 mid = (first + last) / 2;
167 last = mid;
186 if (resizable->size == resizable->last + 1) {
249 boards.last = -1;
254 clocks.last
[all...]
/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c272 plat_discover_slice(pfn_t pfn, pfn_t *first, pfn_t *last) argument
285 *last = base + len - 1;
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c427 dev_info_t *dip, *next, *last = NULL; local
435 while (last != start) {
438 while (next != last && dip != srh->sr_failed_dip) {
506 last = dip;
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c87 upath_t **first, **last; local
92 last = &oplmsu_uinst->last_upath;
94 if ((*first != del_upath) && (*last != del_upath)) {
105 if (*last == del_upath) {
106 *last = (*last)->u_prev;
107 if (*last) {
108 (*last)->u_next = NULL;
160 lpath_t **first, **last; local
165 last
200 oplmsu_link_high_primsg(mblk_t **first, mblk_t **last, mblk_t *add_msg) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c76 mcamd_mc_next(mcamd_hdl_t *hdl, mcamd_node_t *root, mcamd_node_t *last) argument
82 if (last == NULL)
85 mc = node2type(last, MC_NT_MC);
98 mcamd_cs_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) argument
109 if (last == NULL) {
121 mccs = node2type(last, MC_NT_CS);
134 cmn_err(CE_PANIC, "Bad last value for "
155 mcamd_dimm_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) argument
166 if (last == NULL) {
178 mcd = node2type(last, MC_NT_DIM
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpmem.c581 * the splp linked list with *last as the heuristic pointer. Return NULL if
585 pmem_lpg_get(pmem_lpg_t *splp, page_t *pp, pmem_lpg_t **last) argument
595 /* Try last winner first. */
596 if (*last && root_pfn == page_pptonum((*last)->pl_pp))
609 *last = plp;
612 return (*last);
778 * Break the last r small pages from the large page list *lppp (with totally n
793 /* The residual should reside in the last large page. */
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c449 fbt_probe_t *fbt = parg, *next, *hash, *last; local
466 last = NULL;
471 last = hash;
475 if (last != NULL) {
476 last->fbtp_hashnext = fbt->fbtp_hashnext;
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c127 " -p period only rotate if period passed since last rotate\n"\
255 * The last two cases are where the option processing gets more
283 * last opportunity, when we're sure they haven't been overridden
632 * passed since the last time this log was rotated.
648 * last rotation is recorded as argument to -P,
663 off_t last = opts_optarg_int(opts, "P"); local
666 if (Now - last < when)
670 off_t last = opts_optarg_int(cfopts, "P"); local
680 if (Now - last < when)
1109 off_t written = 0, rem, last local
[all...]
/illumos-gate/usr/src/uts/sun4u/daktari/os/
H A Ddaktari.c264 plat_discover_slice(pfn_t pfn, pfn_t *first, pfn_t *last) argument
276 *last = base + len - 1;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c664 * if we pushed requests on the user ring since the last poll, wakeup
1486 uint_t last; local
1509 last = rstruct->rs_last & 0x3F;
1512 if ((free & ((uint64_t)1 << last)) != 0) {
1517 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last);
1520 * increment the last count so we start checking the
1596 uint_t last; local
1619 last = rstruct->rs_last & 0x3F;
1622 if ((free & ((uint64_t)1 << last)) == 0) {
1627 rstruct->rs_free[array_idx] |= ((uint64_t)1 << last);
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c65 #define PS_BACKSP (1 << 3) /* last character was backspace */
72 char last; /* last non-backspace seen */ member in struct:termp_ps
73 enum termfont lastf; /* last set font */
82 size_t lastwidth; /* page width before last ll */
87 size_t pdflastpg; /* byte of last page mark */
786 * At the end of the file, do one last showpage. This is the
793 assert('\0' == p->ps->last);
1013 * "partial close" because we don't check the last-char buffer
1033 * Strong closure: if we have a last
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c760 char *last = NULL; local
793 char *tok = strtok_r(line, "=", &last);
798 *vers = strdup(last);

Completed in 121 milliseconds

<<1112131415161718