Searched defs:newid (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c283 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) argument
288 if (ids[i] == newid) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_sugar.c327 int newid; local
332 newid = dt_sugar_new_condition(dp,
336 dt_sugar_visit_stmts(dp, if_stmt->dn_body, newid);
345 dt_node_op1(DT_TOK_LNEG, dt_sugar_new_condition_var(newid));
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c981 add_tdesc(tdesc_t *oldtdp, int newid, merge_cb_data_t *mcd) argument
986 template.t_id = newid;
991 oldtdp->t_type, tdesc_name(oldtdp), oldtdp->t_id, newid);
993 if ((newtdp = tdesc_ops[oldtdp->t_type].conjure(oldtdp, newid,
1011 int newid; local
1014 newid = get_mapping(mcd->md_ta, tdp->t_id);
1015 assert(newid != -1);
1017 if ((rc = add_tdesc(tdp, newid, mcd)))
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_cma.h307 struct rdma_cm_id *newid; local
310 newid = rdma_create_id(srcid->event_handler, srcid->context,
312 if (newid == NULL)
313 return (newid);
316 newid->device =
319 bcopy(&((srcid->route).addr), &((newid->route).addr),
324 num_paths = (newid->route).num_paths =
326 (newid->route).path_rec = kmem_zalloc(num_paths *
329 &((newid->route).path_rec),
332 newid
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1716 dev_list_cpu_insert(ri_dev_t **listp, ri_dev_t *dev, processorid_t newid) argument
1723 cpuid < newid) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c2153 uid_t newid; local
2155 newid = zfs_fuid_map_id(zfsvfs, who, cr,
2157 if (newid != IDMAP_WK_CREATOR_OWNER_UID &&
2158 uid == newid)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c357 bool newid; local
382 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags);
385 if (tfp == NULL && newid)
415 /* if newid, write the queue file directly (instead of temp file) */
416 if (!newid)
485 newid ? " (new id)" : "");
534 if (newid)
588 if (newid)
878 if (newid)
884 if (!newid)
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c8847 mddb_recid_t newid; local
8922 newid = 0;
8924 newid++;
8925 if (DBID(newid) == 0) {
8938 if (dep->de_recid == newid)
9014 dep->de_recid = newid;
9152 s->s_zombie = newid;
9161 ASSERT((newid & MDDB_SETMASK) == 0);
9162 return (MAKERECID(setno, newid));

Completed in 108 milliseconds