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

/freebsd-10-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-10-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-10-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-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c984 add_tdesc(tdesc_t *oldtdp, int newid, merge_cb_data_t *mcd) argument
989 template.t_id = newid;
995 oldtdp->t_id, newid, newid);
997 if ((newtdp = tdesc_ops[oldtdp->t_type].conjure(oldtdp, newid,
1015 int newid; local
1018 newid = get_mapping(mcd->md_ta, tdp->t_id);
1019 assert(newid != -1);
1021 if ((rc = add_tdesc(tdp, newid, mcd)))
/freebsd-10-stable/contrib/unbound/services/cache/
H A Drrset.c172 uint64_t newid = alloc_get_id(alloc); local
177 ref->key->id = newid;
178 ref->id = newid;
/freebsd-10-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-10-stable/sys/geom/
H A Dgeom_disk.c787 char *p, tmp[4], newid[DISK_IDENT_SIZE]; local
789 newid[0] = '\0';
798 if (strlcat(newid, tmp, sizeof(newid)) >= sizeof(newid))
802 strlcpy(ident, newid, size);
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h267 int newid; local
274 ret = idr_get_new_above(idr, handle, id, &newid);
275 BUG_ON(!ret && newid != id);
/freebsd-10-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-10-stable/contrib/sendmail/src/
H A Dqueue.c350 bool newid; local
375 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags);
378 if (tfp == NULL && newid)
408 /* if newid, write the queue file directly (instead of temp file) */
409 if (!newid)
478 newid ? " (new id)" : "");
527 if (newid)
581 if (newid)
876 if (newid)
882 if (!newid)
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c2158 uid_t newid; local
2160 newid = zfs_fuid_map_id(zfsvfs, who, cr,
2162 if (newid != IDMAP_WK_CREATOR_OWNER_UID &&
2163 uid == newid)
/freebsd-10-stable/sys/netipsec/
H A Dkey.c2005 u_int32_t newid = 0; local
2011 newid = (V_policy_id = (V_policy_id == ~0 ? 1 : V_policy_id + 1));
2013 if ((sp = key_getspbyid(newid)) == NULL)
2019 if (count == 0 || newid == 0) {
2025 return newid;

Completed in 1011 milliseconds