Searched defs:last (Results 351 - 375 of 441) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c353 int last = 0; local
520 * If we have a stale door handle, give smf a last
532 if (!last) {
534 last++;
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h85 struct roff_node *last; /* Last child AST node. */ member in struct:roff_node
136 struct roff_node *last; /* The last node parsed. */ member in struct:roff_man
153 #define MDOC_PHRASEQL (1 << 14) /* Quote last word of this phrase. */
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c705 scan_tarfile(struct package *pkg, struct tarfile *last) argument
712 cur = (last != NULL) ? last->tf_next : pkg->pkg_first;
714 ofs = (last != NULL) ? last->tf_ofs + last->tf_size :
725 if (last != NULL && pkg->pkg_ofs == last->tf_ofs) {
726 if (cache_data(last) == -1)
783 if (last !
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c316 * we always put the bonus buffer after the last block
455 * dnode_destroy() to easily determine if the last child has
851 * A newly created dnode sets the objset pointer last of all to indicate
1236 * It's unsafe to release the last hold on a dnode by dnode_rele() or
1238 * prevent the dnode from moving, since releasing the last hold could
1316 * dbuf maintains a hold on the dnode. When the last child
1644 * the first and last indirect blocks can actually be written
1663 uint64_t first, last; local
1668 last = dn->dn_maxblkid >> epbs;
1670 last
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c211 xfs_sharelist_t *item = NULL, *first = NULL, *last; local
227 last = item;
229 last->next = item;
230 last = item;
245 last = item;
247 last->next = item;
248 last = item;
1238 * the share inadvertantly. The last arg being
2086 * Update the internal timestamp of when sharetab was last
/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/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h535 meta_object_t *last; /* points to last obj in the list */ member in struct:obj_to_be_freed_list
542 meta_session_t *last; /* points to last session in the list */ member in struct:ses_to_be_freed_list
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h241 kernel_object_t *last; /* points to last obj in the list */ member in struct:obj_to_be_freed_list
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1257 /* Return the sanitized error detail about the last error that occured for
2407 sasl_string_list_t *p, *q, **last, *p_next; local
2433 last = &clist;
2440 last = &(q->next);
2444 *last = p;
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2165 scf_simple_prop_t *last)
2177 * We're looking for the first property in this block if last is
2181 if (last == NULL) {
2203 * If last isn't NULL, then return the next prop in the property group,
2207 if (last->pr_next != NULL)
2208 return (last->pr_next);
2210 if (last->pr_pg->pg_next == NULL) {
2215 this = last->pr_pg->pg_next;
2164 scf_simple_app_props_next(const scf_simple_app_props_t *propblock, scf_simple_prop_t *last) argument
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c108 char last_find; /* last find command */
109 char last_cmd; /* last command */
112 int findchar; /* last find char */
115 int last_wind; /* last column in window */
116 int lastmotion; /* last motion */
120 int ocur_virt; /* old last virtual position */
124 int lastrepeat; /* last repeat count for motion cmds */
153 #define last_phys editb.e_peol /* last column in physical */
154 #define last_virt editb.e_eol /* last column */
155 #define lsearch editb.e_search /* last searc
674 register int last = isalph(tcur_virt-1); local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c473 if(!val && !(flags&NV_CLONE) && (fp=np->nvfun) && !fp->disc && (shp=(Shell_t*)(fp->last)))
616 register long cur, last= *np->nvalue.lp; local
620 while(cur==last);
994 char *last; local
1003 mode = strperm(val, &last,0);
1004 if(*last)
1471 fp->last = (char*)&name[n];
1544 shp->nvfun.last = (char*)shp;
H A Dio.c1520 * restore saved file descriptors from <last> on
1522 void sh_iorestore(Shell_t *shp, int last, int jmpval) argument
1525 int flag = (last&IOSUBSHELL);
1526 last &= ~IOSUBSHELL;
1527 for (fd = shp->topfd - 1; fd >= last; fd--)
1572 for (fd = last ; fd < shp->topfd; fd++)
1575 filemap[last++] = filemap[fd];
1578 if(last < shp->topfd)
1579 shp->topfd = last;
H A Dmacro.c852 register unsigned char *first,*last,*cp = (unsigned char*)shp->cur_line; local
876 last = cp-1;
881 if(last==first && c==S_EOF && (!delim || (m>1)))
894 first = last = 0;
896 *size = last-first;
2078 /* can't write past buffer so save last character */
H A Dname.c622 static void stak_subscript(const char *sub, int last) argument
632 stakputc(last);
640 register int last=0,offset = staktell(); local
647 last = staktell()+2;
653 if(last)
656 if(sh_checkid(stakptr(last),(char*)0))
661 if(!last)
712 dp->last = cp;
740 dp->last = cp;
905 dp->last
[all...]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc2102 // find the last one in the string...
2114 PathDef *last = pathDef; local
2115 while (last->next != NULL)
2116 last = last->next;
2118 err = make_definition(last->def, definition);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c100 uintptr_t a, addr, *addrs, last = 0; local
125 if (last > addr)
128 addrs[naddrs++] = last = addr + phdr.p_memsz - 1;
153 if (last > addr)
156 addrs[naddrs++] = last = addr + phdr.p_memsz - 1;
2109 * One last check: we allow "a.out" to always alias the executable,
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c798 ipadm_addr_info_t *last = NULL; local
831 last = curr;
868 if (last != NULL)
869 last->ia_ifa.ifa_next = &curr->ia_ifa;
872 last = curr;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c224 ndmpd_file_handler_t **last; local
227 last = &session->ns_file_handler_list;
228 while (*last != 0) {
229 handler = *last;
232 *last = handler->fh_next;
236 last = &handler->fh_next;
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c148 * -- insert a close bracket after the last attribute
2747 * |ONELINE | flag | last | Action |
2767 int last; local
2820 last = (context->audit_adr->adr_now ==
2825 if ((flag == 1) || last)
2831 if (!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/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...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c158 * is_last_comment_line : Means the current line is the last line
984 int last = 0; local
990 * Find the position of the last non-whitespace character.
997 last = ++i;
1033 if (line[last] == '"') {
1034 last--;
1041 for (i = 0; i <= (last-first); i++) {
1816 * To insert the last msgid pair.
2144 * If multi line msgid, add suffix after the last line.
/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/cmd/sgs/gprof/common/
H A Dgprof.c262 /* If this is the last callee, set next_to to 0 */
577 * dump the header; use the last header read in
1063 mod_info_t *mi, *last, *new_module; local
1126 last = &modules;
1127 while ((mi = last->next) != NULL) {
1160 last = mi;
1226 last->next = new_module;
1272 * the last gmon.out, if we're doing summing.

Completed in 179 milliseconds

<<1112131415161718