/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_salloc.c | 38 SH_LIST_ENTRY links; member 60 SH_LIST_INSERT_HEAD(hp, elp, links, __data); 91 elp = SH_LIST_NEXT(elp, links, __data)) { 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, __data)) 202 SH_LIST_REMOVE(elp, links, __data); [all …]
|
H A D | db_dispatch.c | 217 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 D | db_am.c | 84 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);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | walk_rtree.c | 129 register int i, links = 0; in krb5_walk_realm_tree() local 185 links = 0; in krb5_walk_realm_tree() 187 while(cap_nodes[links]) { in krb5_walk_realm_tree() 188 links++; in krb5_walk_realm_tree() 191 if (cap_nodes[links] != NULL) in krb5_walk_realm_tree() 192 krb5_xfree(cap_nodes[links]); in krb5_walk_realm_tree() 194 cap_nodes[links] = cap_server; /* put server on end of list */ in krb5_walk_realm_tree() 197 links++; /* count the null entry at end */ in krb5_walk_realm_tree() 248 links = 1; in krb5_walk_realm_tree() 250 links = 2; in krb5_walk_realm_tree() [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/xa/ |
H A D | xa_map.c | 59 for (; env != NULL; env = TAILQ_NEXT(env, links)) 61 TAILQ_REMOVE(&DB_GLOBAL(db_envq), env, links); 62 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_envq), env, links); 125 td = SH_TAILQ_NEXT(td, links, __txn_detail)) 152 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_envq), env, links); 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); 276 np = TAILQ_NEXT(np, links)) { 298 next = TAILQ_NEXT(np, links); [all …]
|
H A D | xa_db.c | 166 TAILQ_INSERT_TAIL(&dbp->active_queue, dbc, links); 267 TAILQ_REMOVE(&dbc->dbp->active_queue, dbc, links);
|
/titanic_41/usr/src/cmd/sendmail/db/lock/ |
H A D | lock.c | 182 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(<->region->free_objs, sh_obj, links, 421 SH_TAILQ_INSERT_HEAD(<->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_lock); [all …]
|
H A D | lock_region.c | 244 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_lock)) [all …]
|
H A D | lock_deadlock.c | 270 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);
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4u_memlist.c | 80 size_t links; in fill_memlists() local 110 if ((links = prom_getproplen(node, prop)) == -1) in fill_memlists() 112 if (links > sizeof (scratch_memlist)) { in fill_memlists() 117 links = links / sizeof (struct sun4u_prom_memlist); in fill_memlists() 121 sort_reglist(pm, links); in fill_memlists() 122 al = reg_to_list(pm, links, old); in fill_memlists()
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 42 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)) {
|
/titanic_41/usr/src/lib/libbc/ |
H A D | Makefile | 53 all clean clobber: links FRC 56 install: links $(MACHLIBS) $(ROOTLIBS) 65 links: target
|
/titanic_41/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 379 my $links; 381 $links = "${path}$symlink{$inode}"; 383 $links = "$path"; 387 my (@n) = split(/:/, $links); 403 print STDOUT "$abi|$path|$defn|$n|$links\n";
|
/titanic_41/usr/src/cmd/print/printmgr/ |
H A D | Makefile | 55 install: $(SUBDIRS) $(ROOTDIRS) $(ROOTBINPROG) .WAIT links 57 links: target
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | filetree1.sh | 104 integer node.links 109 node.links \
|
/titanic_41/usr/src/cmd/sendmail/db/txn/ |
H A D | txn.c | 337 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); 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);
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | lock.h | 83 SH_TAILQ_ENTRY links; /* Links for free list. */ member 139 SH_TAILQ_ENTRY links; /* Free or holder/waiter list. */ member
|
H A D | db_dispatch.h | 59 LIST_ENTRY(__db_txnlist) links;
|
H A D | txn.h | 46 SH_TAILQ_ENTRY links; /* free/active list */ member
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 139 o dlpi threads: used to monitor for DL_NOTE_LINK messages on links 261 from activating (as less-prioritized links). 277 WiFi links present a problem however. On the one hand, we want them 283 WiFi links of the same or lower (more preferred) priority group will always 314 So such links - if they are higher in the priority grouping than the 318 Wired links that do not support DL_NOTE_LINK_UP/DOWN are problematic, 391 IP interface NCUs interit their activation from the links below them, 407 Starting from the lowest priority grouping value, assess all links 419 wired links that do not do DL_NOTE_LINK_UP/DOWN will never 420 fail. If such links wish to be skipped, their priority group value [all …]
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm.c | 757 ttymux_assocs_t links; in probe_dependencies() local 772 if ((links.ttymux_assocs = calloc(cnt, sizeof (ttymux_assoc_t))) == 0) in probe_dependencies() 775 links.ttymux_nlinks = cnt; in probe_dependencies() 777 n = istrioctl(muxfd, TTYMUX_LIST, (void *)&links, sizeof (links), 0); in probe_dependencies() 781 free(links.ttymux_assocs); in probe_dependencies() 785 asp = (ttymux_assoc_t *)links.ttymux_assocs; in probe_dependencies() 841 free(links.ttymux_assocs); in probe_dependencies()
|
/titanic_41/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 368 TAILQ_ENTRY(__db_txn) links; /* Links transactions off manager. */ 388 TAILQ_ENTRY(__rmname) links;
|
/titanic_41/usr/src/cmd/zic/ |
H A D | zic.c | 251 static struct link *links; variable 575 eat(links[i].l_filename, links[i].l_linenum); 576 dolink(links[i].l_from, links[i].l_to); 579 if (strcmp(links[i].l_to, links[j].l_from) == 0) 1257 links = (struct link *)(void *)erealloc((char *)links, 1258 (int)((nlinks + 1) * sizeof (*links))); 1259 links[nlinks++] = l;
|
/titanic_41/usr/src/cmd/sendmail/cf/ |
H A D | Makefile | 142 install: all $(ROOTETCMAILFILES) $(BUILDPARTS) $(SCRIPTS) .WAIT links 161 links: target
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | network-iscsi-target-legacy.mf | 28 # non-global. The files, directories, links, and hardlinks, however,
|