Searched refs:links (Results 1 - 25 of 40) sorted by relevance

12

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c38 SH_LIST_ENTRY links; member in struct:__data
60 SH_LIST_INSERT_HEAD(hp, elp, links, __data);
91 elp = SH_LIST_NEXT(elp, links, __data)) {
104 * Rp may now point before elp->links, in which case the chunk
107 if ((u_int8_t *)rp < (u_int8_t *)&elp->links)
118 (u_int8_t *)&elp->links + SHALLOC_FRAGMENT) {
121 ((u_int8_t *)rp - (u_int8_t *)&elp->links);
135 SH_LIST_REMOVE(elp, links, __data);
136 for (sp = rp; (u_int8_t *)--sp >= (u_int8_t *)&elp->links;)
188 lastp = elp, elp = SH_LIST_NEXT(elp, links, __dat
[all...]
H A Ddb_dispatch.c217 LIST_INSERT_HEAD(&hp->head, elp, links);
243 for (p = hp->head.lh_first; p != NULL; p = p->links.le_next)
265 LIST_REMOVE(p, links);
313 for (p = hp->head.lh_first; p != NULL; p = p->links.le_next)
H A Ddb_am.c84 TAILQ_REMOVE(&dbp->free_queue, dbc, links);
143 TAILQ_INSERT_TAIL(&dbp->active_queue, dbc, links);
197 TAILQ_REMOVE(&dbp->active_queue, dbc, links);
233 TAILQ_INSERT_TAIL(&dbp->free_queue, dbc, links);
259 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
290 TAILQ_REMOVE(&dbp->free_queue, dbc, links);
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h59 LIST_ENTRY(__db_txnlist) links; member in struct:__db_txnlist
H A Dlock.h83 SH_TAILQ_ENTRY links; /* Links for free list. */ member in struct:__db_lockobj
139 SH_TAILQ_ENTRY links; /* Free or holder/waiter list. */ member in struct:__db_lock
H A Dtxn.h46 SH_TAILQ_ENTRY links; /* free/active list */ member in struct:__txn_detail
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c59 for (; env != NULL; env = TAILQ_NEXT(env, links))
61 TAILQ_REMOVE(&DB_GLOBAL(db_envq), env, links); local
62 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_envq), env, links); local
125 td = SH_TAILQ_NEXT(td, links, __txn_detail))
152 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_envq), env, links); local
170 e = TAILQ_NEXT(e, links));
175 TAILQ_REMOVE(&DB_GLOBAL(db_envq), e, links);
257 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_nameq), entry, links); local
276 np = TAILQ_NEXT(np, links)) {
298 next = TAILQ_NEXT(np, links);
300 TAILQ_REMOVE(&DB_GLOBAL(db_nameq), np, links); local
[all...]
H A Dxa_db.c166 TAILQ_INSERT_TAIL(&dbp->active_queue, dbc, links);
267 TAILQ_REMOVE(&dbc->dbp->active_queue, dbc, links);
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock.c182 HASHLOOKUP(lt->hashtab, __db_lockobj, links,
210 SH_TAILQ_REMOVE(&sh_obj->holders, lp, links,
214 lp, links, __db_lock);
403 SH_TAILQ_REMOVE(&sh_obj->holders, lockp, links, __db_lock);
410 links, sh_obj, lt->region->table_size, __lock_lhash);
414 SH_TAILQ_INSERT_HEAD(&lt->region->free_objs, sh_obj, links,
421 SH_TAILQ_INSERT_HEAD(&lt->region->free_locks, lockp, links, __db_lock);
470 SH_TAILQ_REMOVE(&lrp->free_locks, newl, links, __db_lock);
510 lp = SH_TAILQ_NEXT(lp, links, __db_lock)) {
525 newl, links, __db_loc
[all...]
H A Dlock_region.c244 SH_TAILQ_INSERT_HEAD(tq_head, lp, links, __db_lock);
253 SH_TAILQ_INSERT_HEAD(obj_head, op, links, __db_lockobj);
446 SH_TAILQ_INSERT_HEAD(lock_head, newl, links, __db_lock);
453 SH_TAILQ_INSERT_HEAD(obj_head, op, links, __db_lockobj);
527 newl = SH_TAILQ_NEXT(newl, links, __db_lock))
543 obj = SH_TAILQ_NEXT(obj, links, __db_lockobj))
626 op = SH_TAILQ_NEXT(op, links, __db_lockobj)) {
653 lp = SH_TAILQ_NEXT(lp, links, __db_lock))
661 op = SH_TAILQ_NEXT(op, links, __db_lockobj))
714 lp = SH_TAILQ_NEXT(lp, links, __db_loc
[all...]
H A Dlock_deadlock.c270 op != NULL; op = SH_TAILQ_NEXT(op, links, __db_lockobj))
280 op != NULL; op = SH_TAILQ_NEXT(op, links, __db_lockobj)) {
291 lp = SH_TAILQ_NEXT(lp, links, __db_lock)) {
317 lp = SH_TAILQ_NEXT(lp, links, __db_lock)) {
442 links, lockerp, lt->region->table_size, __lock_lhash);
444 lockerp, links, __db_lockobj);
456 SH_TAILQ_REMOVE(&sh_obj->waiters, lockp, links, __db_lock);
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c42 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
93 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
135 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
171 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
211 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
252 dbc != NULL; dbc = TAILQ_NEXT(dbc, links)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm131 links where there is no section and name contains spaces, or links where the
133 double-quotes are interpreted as links to a section (LE<lt>/sectionE<gt>).
163 consider markup in sections to be significant when resolving links. See
H A DHtml.pm45 Adds "Back to Top" links in front of every C<head1> heading (except for
100 is used to generate relative links to other files. Not passing this
101 causes all links to be absolute, since this is the value that tells
249 # of pages referenced by L<> links.
251 # of =item directives referenced by C<> links
270 @Libpods = (); # files to search for links from C<> directives
290 $Backlink = ''; # text for "back to top" links
369 # as the location from which to calculate relative links
370 # to other files. If this is '', then absolute links will
616 --backlink - set text for "back to top" links (defaul
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist71 31 Too many links
128 90 Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h368 TAILQ_ENTRY(__db_txn) links; /* Links transactions off manager. */ member in struct:__db_txn
388 TAILQ_ENTRY(__rmname) links; member in struct:__rmname
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c337 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
361 TAILQ_INSERT_TAIL(&mgr->txn_chain, txn, links);
644 tp, links, __txn_detail);
658 * If the transaction aborted, we can remove it from its parent links.
668 TAILQ_REMOVE(&mgr->txn_chain, txnp, links);
806 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
964 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
1003 tp, links, __txn_detail);
1012 TAILQ_REMOVE(&mgr->txn_chain, kids, links);
1024 * follow the links i
[all...]
H A Dtxn_rec.c280 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.pm39 $RealBin - $Bin with all links resolved
40 $RealScript - $Script with all links resolved
H A DAnyDBM_File.pm81 Requires symbolic links.
/osnet-11/usr/src/cmd/sendmail/cf/
H A DMakefile142 install: all $(ROOTETCMAILFILES) $(BUILDPARTS) $(SCRIPTS) .WAIT links
161 links:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm112 Causes symbolic links to be followed. Since directory trees with symbolic
113 links (followed) may contain files more than once and may even have
129 pathname of the file with all symbolic links resolved
136 than once. It does detect cycles, however. Since only symbolic links
144 neither directories nor symbolic links to be ignored if they are about
268 links that don't resolve:
308 Be aware that the option to follow symbolic links can be dangerous.
310 links to directories) you might traverse a given (physical) directory
342 the absolute pathname of that directory with all symbolic links resolved,
1100 # follow symbolic links / d
[all...]
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c621 * for active links.
763 * Reinitialize physical links.
935 * Return the underlying links for the link represented by the conf object.
942 char *prop, links[MAXLINKNAMELEN]; local
945 * Determine which property is used to store the underlying links for
969 /* Then, retrieve the links from that property */
970 if (dladm_get_conf_field(handle, conf, prop, links, sizeof (links))
974 return (strdup(links));
1013 /* find the links unde
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL789 Symbolic links will be replicated in the destination directory. If B<-l>
790 is not specified, then links are skipped over.

Completed in 53 milliseconds

12