Searched defs:links (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h59 LIST_ENTRY(__db_txnlist) links; member in struct:__db_txnlist
H A Dtxn.h46 SH_TAILQ_ENTRY links; /* free/active list */ member in struct:__txn_detail
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
/illumos-gate/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...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dwalk_rtree.c129 register int i, links = 0; local
185 links = 0;
187 while(cap_nodes[links]) {
188 links++;
191 if (cap_nodes[links] != NULL)
192 krb5_xfree(cap_nodes[links]);
194 cap_nodes[links] = cap_server; /* put server on end of list */
197 links++; /* count the null entry at end */
246 /* determine #links to/from common ancestor */
248 links
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c80 size_t links; local
110 if ((links = prom_getproplen(node, prop)) == -1)
112 if (links > sizeof (scratch_memlist)) {
117 links = links / sizeof (struct sun4u_prom_memlist);
121 sort_reglist(pm, links);
122 al = reg_to_list(pm, links, old);
/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Dcd9660_rrip.h47 char links [ISODCL ( 12, 19)]; /* 733 */ member in struct:__anon11
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h99 u_int links; /* active links to structure */ member in struct:__anon63
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c757 ttymux_assocs_t links; local
767 _msg(8, ("TTYMUX: Probed %d links [%d]\n", cnt, errno));
772 if ((links.ttymux_assocs = calloc(cnt, sizeof (ttymux_assoc_t))) == 0)
775 links.ttymux_nlinks = cnt;
777 n = istrioctl(muxfd, TTYMUX_LIST, (void *)&links, sizeof (links), 0);
781 free(links.ttymux_assocs);
785 asp = (ttymux_assoc_t *)links.ttymux_assocs;
797 * The TTYMUX_LIST ioctl can return links relating
841 free(links
[all...]
/illumos-gate/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
H A Ddb.h267 } links; member in struct:__db_env
498 } links; member in struct:__dbc
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c767 uint64_t mode, size, links, parent, pflags; local
855 links = (flag & (IS_ROOT_NODE | IS_XATTR)) ? 2 : 1;
857 size = links = 0;
944 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_LINKS(zfsvfs), NULL, &links, 8);
1317 * If this was the last reference to a file with no links,
1959 * are additional links.
H A Dzfs_vnops.c2504 uint64_t links; local
2550 links = zp->z_links + 1;
2552 links = zp->z_links;
2553 vap->va_nlink = MIN(links, UINT32_MAX); /* nlink_t limit! */
3492 * This is to prevent the creation of links into attribute space
3523 * both refer to links to the same existing file,
4047 /* Prevent links to .zfs/shares files */
4068 * We do not support links between attributes and non-attributes
4069 * because of the potential security risk of creating links
5331 * zfs_link() - no links int
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1280 * This callback is invoked by a walk of the links attached to a bridge. If
1282 * count up the links for the bridge summary.
1366 bridge_link_t *links[MAX_FWD_LINKS]; local
1377 if (mdb_vread(links, sizeof (links[0]) * nlinks,
1379 mdb_warn("cannot read bridge forwarding links at %p",
1397 print_link_name(args, (uintptr_t)links[i],
1637 "\t Show bridge information; -l for links and -f for "
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c251 static struct link *links; variable in typeref:struct:link
572 * Make links.
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,
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c2938 u32 links2, anlp1_reg, autoc_reg, links; local
2946 links = IXGBE_READ_REG(hw, IXGBE_LINKS);
2947 if ((links & IXGBE_LINKS_KX_AN_COMP) == 0) {
4058 * Reads the links register to determine if link is up and the current speed
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1644 uint64_t uid, gid, mode, fsize, parent, links; local
1679 &links, 8);
1729 (void) printf("\tlinks %llu\n", (u_longlong_t)links);
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c494 {"all-links", no_argument, 0, 'a' },
1513 * Only show usage information for existing links unless '-a'
1545 * Only show usage information for existing links unless '-a'
1620 * Only show usage information for existing links unless '-a'
1804 char *links[MAXPORT]; local
1850 links[nlink++] = optarg;
1922 if ((status = dladm_name2info(handle, links[n],
1925 die_dlerr(status, "invalid link name '%s'", links[n]);
1962 die("not all links have link up/down detection; must "
2053 char *links[MAXPOR local
2143 char *links[MAXPORT]; local
7724 char *links[MAXPORT]; local
7996 char *links[MAXPORT]; local
[all...]

Completed in 160 milliseconds