Searched refs:newid (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware.c144 tree newid; local
147 newid = gen_stdcall_or_fastcall_decoration (decl, '_');
149 newid = gen_stdcall_or_fastcall_decoration (decl, FASTCALL_PREFIX);
150 else if ((newid = lookup_attribute ("regparm", type_attributes)) != NULL_TREE)
151 newid = gen_regparm_prefix (decl,
152 TREE_INT_CST_LOW (TREE_VALUE (TREE_VALUE (newid))));
153 if (newid != NULL_TREE)
159 XSTR (rtlname, 0) = IDENTIFIER_POINTER (newid);
164 change_decl_assembler_name (decl, newid);
H A Dwinnt.c349 tree newid = NULL_TREE;
352 newid = gen_stdcall_or_fastcall_suffix (decl, false);
354 newid = gen_stdcall_or_fastcall_suffix (decl, true);
355 if (newid != NULL_TREE)
360 XSTR (rtlname, 0) = IDENTIFIER_POINTER (newid);
365 change_decl_assembler_name (decl, newid);
348 tree newid = NULL_TREE; local
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h153 u32 newid; local
160 ret = idr_get_new_above(idr, handle, id, &newid);
162 WARN_ON(!ret && newid != id);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dprotocol.c936 kcm_ccache oldid, newid; local
966 ret = kcm_ccache_resolve_client(context, client, opcode, newname, &newid);
968 ret = kcm_ccache_new_client(context, client, newname, &newid);
978 HEIMDAL_MUTEX_lock(&newid->mutex);
986 MOVE(newid, oldid, flags);
987 MOVE(newid, oldid, client);
988 MOVE(newid, oldid, server);
989 MOVE(newid, oldid, creds);
990 MOVE(newid, oldid, tkt_life);
991 MOVE(newid, oldi
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c974 add_tdesc(tdesc_t *oldtdp, int newid, merge_cb_data_t *mcd) argument
979 template.t_id = newid;
985 oldtdp->t_id, newid, newid);
987 if ((newtdp = tdesc_ops[oldtdp->t_type].conjure(oldtdp, newid,
1005 int newid; local
1008 newid = get_mapping(mcd->md_ta, tdp->t_id);
1009 assert(newid != -1);
1011 if ((rc = add_tdesc(tdp, newid, mcd)))
/freebsd-11-stable/contrib/unbound/services/cache/
H A Drrset.c174 uint64_t newid = alloc_get_id(alloc); local
179 ref->key->id = newid;
180 ref->id = newid;
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c1617 struct id *newid = xcalloc (sizeof (struct id) + strlen (name), 1);
1619 strcpy (newid->name, name);
1622 head_ptr->last->next = newid;
1624 head_ptr->first = newid;
1631 if (p != newid)
1634 free (newid);
1638 newid->sequence = ++sequence_number;
1639 head_ptr->last = newid;
1602 struct id *newid = xcalloc (sizeof (struct id) + strlen (name), 1); local
/freebsd-11-stable/sys/geom/
H A Dgeom_disk.c814 char *p, tmp[4], newid[DISK_IDENT_SIZE]; local
816 newid[0] = '\0';
825 if (strlcat(newid, tmp, sizeof(newid)) >= sizeof(newid))
829 strlcpy(ident, newid, size);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h300 int newid; local
307 ret = idr_get_new_above(idr, handle, id, &newid);
308 BUG_ON(!ret && newid != id);
/freebsd-11-stable/contrib/gcc/cp/
H A Dmethod.c265 make_alias_for (tree function, tree newid)
267 tree alias = build_decl (FUNCTION_DECL, newid, TREE_TYPE (function));
264 make_alias_for(tree function, tree newid) argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c358 bool newid; local
383 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags);
386 if (tfp == NULL && newid)
416 /* if newid, write the queue file directly (instead of temp file) */
417 if (!newid)
486 newid ? " (new id)" : "");
535 if (newid)
589 if (newid)
897 if (newid)
903 if (!newid)
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c2167 uid_t newid; local
2169 newid = zfs_fuid_map_id(zfsvfs, who, cr,
2171 if (newid != IDMAP_WK_CREATOR_OWNER_UID &&
2172 uid == newid)
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1576 uint8_t newid = WPI_ID_IBSS_MIN; local
1578 for (; newid <= WPI_ID_IBSS_MAX; newid++) {
1579 if ((sc->nodesmsk & (1 << newid)) == 0) {
1580 sc->nodesmsk |= 1 << newid;
1581 return newid;
/freebsd-11-stable/sys/netipsec/
H A Dkey.c2001 uint32_t newid = 0; local
2007 newid = V_policy_id = 1;
2009 newid = ++V_policy_id;
2010 LIST_FOREACH(sp, SPHASH_HASH(newid), idhash) {
2011 if (sp->id == newid)
2017 if (count == 0 || newid == 0) {
2022 return (newid);

Completed in 500 milliseconds