Searched refs:last (Results 351 - 375 of 695) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-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]"));
/opensolaris-onvv-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
/opensolaris-onvv-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;
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/dtrace/
H A Ddtrace.c528 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
534 if (edp == *last)
543 *last = edp;
555 dtrace_ecbdesc_t *last = NULL; local
591 (dtrace_stmt_f *)info_stmt, &last);
670 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
674 if (edp == *last)
684 *last = edp;
695 dtrace_ecbdesc_t *last = NULL; local
698 (dtrace_stmt_f *)list_stmt, &last);
527 info_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
669 list_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c656 fc_ulp_list_t *last; local
658 for (last = NULL, list = fctl_ulp_list; list != NULL;
663 last = list;
667 if (last) {
668 last->ulp_next = list->ulp_next;
743 fc_ulp_list_t *last; local
748 for (last = NULL, list = fctl_ulp_list; list != NULL;
753 last = list;
757 if (last) {
758 last
2873 fc_ulp_ports_t *last; local
2923 fc_ulp_ports_t *last; local
3499 fc_remote_port_t *last; local
3554 fc_remote_port_t *last; local
3684 fc_remote_port_t *last; local
3802 fc_remote_port_t *last; local
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c622 const dtrace_ecbdesc_t *edp, *last; local
658 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
659 stp != NULL; stp = dt_list_next(stp), last = edp) {
670 if ((edp = sdp->dtsd_ecbdesc) == last)
702 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
703 stp != NULL; stp = dt_list_next(stp), last = edp) {
716 if ((edp = stp->ds_desc->dtsd_ecbdesc) == last)
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c863 * majority of cases 'SOURCE' is the last column displayed, and we don't
1412 zprop_list_t **last; member in struct:expand_data
1430 *(edp->last) = entry;
1431 edp->last = &entry->pl_next;
1440 zprop_list_t **last; local
1449 last = plp;
1451 exp.last = last;
/opensolaris-onvv-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);
/opensolaris-onvv-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...]
/opensolaris-onvv-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...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1148 char *last, *name, buf[RCP_BUFSIZE]; local
1179 last = rindex(name, '/');
1180 if (last == 0)
1181 last = name;
1183 last++;
1219 last);
1306 char *last, *vect[1]; local
1313 last = rindex(name, '/');
1314 if (last == 0)
1315 last
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ctstat/
H A Dctstat.c791 int i, j, last = -1; local
795 if (array[i] != last) {
796 last = array[i];
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c301 * This is the last element
515 struct off_tbl *offtp, *last = NULL; local
546 last->next = offtp;
547 last = offtp;
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dlist.c443 register char **last; local
447 last = argv + argc - 1;
482 if (ap >= last) {
783 printf(gettext("Referencing beyond last message\n"));
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c86 uint32_t last; local
182 /* Get last entry id saved */
183 last = log.count - 1;
196 count = last - first + 1;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c455 *build(last, next, item)
456 NODE **last; /* Where to store in last list item */
468 *last = p;
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s105 bcs .lastword ! if counter wraps, last word
196 ! this is the last word. It may contain null bytes. store bytes
236 bcs .lastword ! if counter wraps, last word
255 bcs .lastword ! if counter wraps, last word
/opensolaris-onvv-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c373 char *last; local
376 &last)) != NULL) {
378 strcat("/", last));
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c722 Sfoff_t first, last; local
856 last = fctell();
857 fp->functline = (last-first);
1326 char *last, *cp; local
1329 last = strchr(argp->argval,'=');
1330 if(last && (last[-1]==']'|| (last[-1]=='+' && last[-2]==']')) && (cp=strchr(argp->argval,'[')) && (cp < last))
1897 kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) argument
[all...]

Completed in 219 milliseconds

<<11121314151617181920>>