Searched refs:last (Results 301 - 325 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S82 mov %si,%ax # last byte we want to copy
88 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c76 * since last door_fd open so try re-opening door file.
496 nvpair_t *last = NULL, *nvp; local
505 while ((nvp = nvlist_next_nvpair(nvl, last)) != NULL) {
508 if (last != NULL && strcmp(last_attr, nvpair_name(last)) == 0)
510 last = nvp;
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s112 bcs,pn %ncc,.lastword ! if counter wraps, last word
215 ! this is the last word. It may contain null bytes. store bytes
272 bcs,pn %ncc,.lastword ! if counter wraps, last word
290 bcs,pn %ncc,.lastword ! if counter wraps, last word
308 bcs,pn %ncc,.lastword ! if counter wraps, last word
326 bcs,pn %ncc,.lastword ! if counter wraps, last word
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c469 line *first, *last, *a; local
475 last = dot;
477 for (a=first; a<=last; a++) {
478 if (a==first+5 && last-first > 10)
479 a = last - 4;
712 gettext(" [Incomplete last line]"));
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c657 nscd_getent_context_t *first = NULL, *last = NULL; local
698 last->next_to_reclaim = gctx;
699 last = gctx;
703 last = gctx;
740 first = last = NULL;
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c64 char *last; /* the last allocated character */ member in struct:sbuf
67 /* Remove the last amount characters from the sbuf */
165 sbuf->last = sbuf->content + LINE_ALLOC - 1;
187 if (sbuf->end + nchars > sbuf->last) {
188 size = sbuf->last + 1 - sbuf->content;
200 sbuf->last = new_content + size - 1;
369 * beyond the new last character.
723 /* Remove last ", " */
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/cmd/sgs/prof/common/
H A Dprofv.c621 mod_info_t *mi, *last, *new_module; local
666 last = &modules;
667 while ((mi = last->next) != NULL) {
684 last = mi;
717 last->next = new_module;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c391 static int last = 0; local
398 last = 0;
413 last = index-1;
419 i = last;
468 last = i = upper;
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c538 struct cfstat *dp, *last; local
541 last = (struct cfstat *)0;
545 last = dp;
553 if (!last)
556 last->next = dp; /* link list */
/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/dtrace/
H A Ddtrace.c535 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
541 if (edp == *last)
550 *last = edp;
562 dtrace_ecbdesc_t *last = NULL; local
598 (dtrace_stmt_f *)info_stmt, &last);
677 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
681 if (edp == *last)
691 *last = edp;
702 dtrace_ecbdesc_t *last = NULL; local
705 (dtrace_stmt_f *)list_stmt, &last);
534 info_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
676 list_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c660 fc_ulp_list_t *last; local
662 for (last = NULL, list = fctl_ulp_list; list != NULL;
667 last = list;
671 if (last) {
672 last->ulp_next = list->ulp_next;
747 fc_ulp_list_t *last; local
752 for (last = NULL, list = fctl_ulp_list; list != NULL;
757 last = list;
761 if (last) {
762 last
2877 fc_ulp_ports_t *last; local
2927 fc_ulp_ports_t *last; local
3503 fc_remote_port_t *last; local
3558 fc_remote_port_t *last; local
3688 fc_remote_port_t *last; local
3806 fc_remote_port_t *last; local
[all...]
/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/passwdutil/
H A Dfiles_attr.c428 char *last = attr.data.val_s; local
440 debug("line to test\n\t%s", last);
445 (((s = strtok_r(NULL, ":", &last)) != NULL) &&
1185 char *last; local
1188 user = strtok_r(buf, ":", &last);
1206 crypt = strtok_r(NULL, ":", &last);
1218 (void) fprintf(dst, "%s:%s", user, last);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c633 const dtrace_ecbdesc_t *edp, *last; local
669 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
670 stp != NULL; stp = dt_list_next(stp), last = edp) {
681 if ((edp = sdp->dtsd_ecbdesc) == last)
713 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
714 stp != NULL; stp = dt_list_next(stp), last = edp) {
727 if ((edp = stp->ds_desc->dtsd_ecbdesc) == last)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c79 int last; local
89 /* In case of error, rewind string to the last character. */
90 last = string.used;
93 string.used = last;
218 int i, bytes, count, last; local
236 /* In case of error, rewind string to the last character. */
237 last = string.used;
242 string.used = last;
251 string.used = last;
493 * Return true if valid last colum
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c735 ino_t first, next, last; local
741 last = upperbnd(maxino - 1);
751 last = upperbnd(last);
755 if (first > last)
771 * the last one needed. This will only be true
774 while (curfile.ino > last) {
827 if (next == curfile.ino && next <= last) {
H A Dutilities.c806 ap->head = ap->last = ap->base;
807 fp = ap->last;
823 ap->last = fp;
911 sindex = (int)(ap->last - ap->head);
932 lindex = (int)(ap->last - ap->head);
949 (size_t)((ap->last - &ap->head[rindexa])) *
951 ap->last -= lindex - sindex;
/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/lib/libzfs/common/
H A Dlibzfs_util.c874 * majority of cases 'SOURCE' is the last column displayed, and we don't
1441 zprop_list_t **last; member in struct:expand_data
1459 *(edp->last) = entry;
1460 edp->last = &entry->pl_next;
1469 zprop_list_t **last; local
1478 last = plp;
1480 exp.last = last;
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c671 * Mark the last element.
819 int last, int doswap)
929 int last, int doswap)
978 int last, int doswap)
1059 if (last == 0) {
1075 if (last == 0) {
1094 if (last == 0) {
1123 if (last != 0)
1217 int last, int doswap)
1231 data->md_last = last;
816 look_smap(void *data, const prxmap_t *pmp, const char *object_name, int last, int doswap) argument
926 look_xmap(void *data, const prxmap_t *pmp, const char *object_name, int last, int doswap) argument
975 look_xmap_nopgsz(void *data, const prxmap_t *pmp, const char *object_name, int last, int doswap) argument
1216 gather_xmap(void *ignored, const prxmap_t *xmap, const char *objname, int last, int doswap) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1051 daddr_t nb, last; local
1057 * Calculate index in current block of last
1064 last = lastbn;
1066 last /= factor;
1087 zb = (uint_t)((NINDIR(fs) - (last + 1)) * sizeof (daddr32_t));
1100 bzero((caddr_t)&bap[last + 1], zb);
1103 (caddr_t)&bap[last + 1] - (caddr_t)bap,
1119 for (i = NINDIR(fs) - 1; i > last; i--) {
1134 * Recursively free last partial block.
1137 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/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c203 ses_delay_freed.last = sp;
206 ses_delay_freed.last->next = sp;
207 ses_delay_freed.last = sp;
274 /* Session is the last one in the list */

Completed in 101 milliseconds

<<11121314151617181920>>