Searched defs:last (Results 376 - 400 of 441) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1100 * If the last component begins or ends with an 'n', it is
1217 * not the last volume, which is not taken off-line).
2001 static int count; /* tape blocks written since last spclrec */
2013 static long lastnonaddr; /* last DS_{INODE,CLRI,BITS} written */
2021 struct bdesc *last = local
2022 &bufp[(NBUF*ntrec)-1]; /* last buffer in pool */
2025 struct bdesc *end = bufp + (ntrec-1); /* last buf of tape block */
2221 if (end + ntrec > last) {
2236 * blocks written for that inode (or bitmap), the last logical
2252 * the last writte
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c190 name_mapping_t *last; member in struct:__anon649
210 int last; member in struct:pos_sds
369 positions->last = 0;
378 for (i = 0; i < positions->last; i++) {
396 if (positions->last >= positions->size) {
406 positions->pos[positions->last] = NULL;
408 positions->pos[positions->last] = (cmd_pos_t *)calloc(1,
410 if (positions->pos[positions->last] == NULL)
413 *positions->pos[positions->last] = *pos;
414 positions->pos[positions->last]
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c498 uint_t last_offset; /* last index into current dir block */
919 * we zero that part of the last page that's between EOF and
1294 * we zero that part of the last page that's between EOF and
1534 * accessing the last cached page for the current
2122 struct hio *fio, *nio, *tio, *prev, *last; local
2167 * The last processed I/O structure from the previous
2274 * Duplicate the last IO node to leave the sentinel alone.
2340 last = tio;
2350 if (nio == last) {
2354 /* sentinel last no
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c1148 char *last, *p, *q; local
1163 last = bufout + MAX_OUTPUT_LINE_LENGTH - 20;
1379 if (q >= last) {
1396 if (q >= last) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c141 tid_t dw_mfgtid_last; /* last mfg'd type ID used */
1813 int last = -1; local
1825 if (dw->dw_nunres == last) {
1836 last = dw->dw_nunres;
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2655 * causes the last few characters to be stuck in the
2657 * the last few characters are cleared.
3242 * Hold the untimed break to last the minimum time.
4361 static time_t last; local
4368 * message within the last second.
4375 if (last == now && lastfmt == fmt)
4378 last = now;
H A Dstream.c100 * freeb(). If this is not the last reference it just frees the mblk;
101 * if this *is* the last reference, it restores db_free to db_lastfree,
112 * the mblk association doesn't matter until the last free, at which time
113 * dblk_decref() attaches the last mblk to the dblk. pullupmsg() affects
754 * determine whether ours was the last reference. Instead,
1755 * Find the last message of same type
2415 mblk_t *last; local
2473 last = qbp->qb_last->b_next;
2476 * meets the criteria. The loop is executed until the last
2479 while (mp != last) {
[all...]
H A Dlofi.c78 * device is closed for the last time, it will be cleaned up at that time. In
87 * last lofi_close will perform the unmapping and this lofi instance will be
94 * are no more IO requests. Since ls_cleanup is set, the last lofi_close
99 * calls to succeed and can have last lofi_close() to remove the instance.
292 boolean_t last = B_TRUE; local
297 last = B_FALSE;
302 for (i = 0; last && (i < OTYP_LYR); i++) {
304 last = B_FALSE;
308 return (!last);
631 * mount. In either case we set ls_cleanup so the last
[all...]
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h228 uint8_t last; /* last Px state */ member in struct:pm_px_stat
238 uint32_t last; /* last Cx state */ member in struct:pm_cx_stat
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c404 char *q = buf + buflen; /* pointer past last char in buf */
487 char *q = buf + buflen; /* pointer past last char in buf */
1596 clear_mc(int first, int last, int ismc, boolean_t clrstatus, argument
1603 if (first < 0 || last < 0)
1606 for (i = first, gbl = &gcl->gcl_data[first]; i <= last; i++, gbl++) {
1639 * last poll then clear the status now since this appears
1652 /* We deferred clear on this bank at last wakeup */
1711 int last = -1; local
1778 /* First and last bank that have valid status */
1781 last
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h371 Block_t* last; /* Vmlast last-allocated block */ member in struct:_seg_s
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c535 mblk_t *last; local
545 * The pullup is done on the last processed mblk, not
549 last = s.fs_mp;
550 if (DB_REF(last) > 1 || last->b_cont == NULL ||
551 pullupmsg(last, -1) == 0)
629 * Destroy a flow entry. Called when the last reference on a flow is released.
1240 * held the flow, so the last REFRELE will assure a clean freeing
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c97 csd_t *i_cpr_storage_desc_end; /* one byte beyond last used descp */
98 csd_t *i_cpr_storage_desc_last_used; /* last used descriptor */
954 * from the last attempt to save sensitive pages
959 CPR_DEBUG(CPR_DEBUG7, "%s last ratio %ld%%\n", str, last_pcnt);
964 * pages * (last + [5%, 10%])
1768 int last; local
1792 last = strlen(es_prop) - 1;
1793 es_prop[last] = '3';
1887 /* set magic for the last descriptor */
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c250 int i, first = -1, last; local
259 last = i;
264 desc, event_type, first, last);
266 for (i = first; i <= last; i++)
1509 * Add a sentinel after the last record
/illumos-gate/usr/src/cmd/man/
H A Dman.c1127 char *last; local
1141 if ((last = strrchr(pname, '.')) != NULL &&
1142 (strcmp(last, ".gz") == 0 || strcmp(last, ".bz2") == 0))
1143 *last = '\0';
1144 last = strrchr(pname, '.');
1145 nlen = last - pname;
1475 * Advance to end of buffer, strip trailing /'s then remove last
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c243 * Cache of results from last calculation
246 vmusage_t *vmc_results; /* Results from last call to */
665 end, char type, vmu_bound_t **first, vmu_bound_t **last)
674 *first = *last = NULL;
717 *first = *last = tmp;
725 if (*last != NULL) {
731 * If we are here we still need to set *last and
734 *last = *first;
736 if (ISWITHIN(*last, end)) {
740 walker = AVL_NEXT(tree, *last);
664 vmu_insert_lookup_object_bounds(vmu_object_t *ro, pgcnt_t start, pgcnt_t end, char type, vmu_bound_t **first, vmu_bound_t **last) argument
799 vmu_update_bounds(avl_tree_t *tree, vmu_bound_t **first, vmu_bound_t **last, avl_tree_t *new_tree, vmu_bound_t *new_first, vmu_bound_t *new_last) argument
858 vmu_merge_bounds(avl_tree_t *tree, vmu_bound_t **first, vmu_bound_t **last) argument
896 vmu_amp_update_incore_bounds(avl_tree_t *tree, struct anon_map *amp, vmu_bound_t **first, vmu_bound_t **last, boolean_t incore) argument
991 vmu_vnode_update_incore_bounds(avl_tree_t *tree, vnode_t *vnode, vmu_bound_t **first, vmu_bound_t **last) argument
1094 vmu_bound_t *last = NULL; local
1379 &last); local
1385 &last, incore); local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c223 newnp->u.name.last = newnp;
255 retp->u.name.last->u.name.next = newnp;
256 retp->u.name.last = newnp;
330 newnp->u.name.last = newnp;
352 ret->u.name.last->u.name.next = newnp;
353 ret->u.name.last = newnp;
587 cpnode->u.name.last =
589 u.name.last;
599 ewlp = ewfp->u.name.last;
600 ewfp->u.name.last
1820 itree_next_bubble(struct event *eventp, struct bubble *last) argument
2076 itree_next_arrow(struct bubble *bubble, struct arrowlist *last) argument
2112 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) argument
[all...]
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1575 rctlblk_t *last; local
1581 last = calloc(1, rctlblk_size());
1583 if ((last == NULL) || (next == NULL)) {
1598 free(last);
1603 next = last;
1604 last = tmp;
1606 while (pr_getrctl(Pr, name, last, next, RCTL_NEXT) == 0) {
1614 free(last);
1619 next = last;
1620 last
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2041 char *last; local
2104 char *tok = strtok_r(line, BE_WHITE_SPACE, &last);
2108 tok = strtok_r(last, BE_WHITE_SPACE, &last);
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c980 boolean_t last = B_TRUE; local
1009 last = B_FALSE;
1012 for (int i = 0; last && (i < OTYP_LYR); i++) {
1014 last = B_FALSE;
1019 if (last) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h350 struct object *last; /* points to the last obj in the list */ member in struct:obj_to_be_freed_list
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c734 * Create and fill in the last reserved
1233 * it points to the end of the last name processed + 2
1410 * between the last name and current
1429 /* copy the filter data after the last name */
4365 /* remove the last ',' */
4391 * skip the last one,
5293 char *last; local
5301 for (rTag = ber_first_element(ber, &rLen, &last);
5303 rTag = ber_next_element(ber, &rLen, last)) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c318 * 11101 1 11 01 (111 << 2 + 1 == 11101 > 10111 => last bit is 0)
401 dt_flowindent(dtrace_hdl_t *dtp, dtrace_probedata_t *data, dtrace_epid_t last, argument
441 * If we're going to indent this, we need to check the ID of our last
447 if ((last != DTRACE_EPIDNONE && id != last &&
448 pd->dtpd_id == dtp->dt_pdesc[last]->dtpd_id))
1392 * address. This last condition is necessary because
2907 * and END probes so that they are consumed first and last,
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c366 * value, this will also be part of the dumped key. The last "saltbits" of the
933 lasts = 0; /* indicate that this is last token */
1605 uint8_t last; local
1620 last = *mask;
1621 while (last != 0) {
1623 last = (last << 1) & 0xff;
3183 bail(dgettext(TEXT_DOMAIN, "save_assoc: last fputs"));
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1170 /* Consider now the last digit... */
1557 /* Now do the last digit... */
1940 int last = -1; local
1947 clean[++last] = &u;
1949 clean[++last] = &v;
1951 clean[++last] = &gx;
1953 clean[++last] = &A;
1955 clean[++last] = &B;
1957 clean[++last] = &C;
1959 clean[++last]
[all...]

Completed in 223 milliseconds

<<1112131415161718