HomeSort by: relevance | last modified time | path
    Searched refs:newid (Results 1 - 18 of 18) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/
sign.sh 15 newid=$(printf '%05u' $(((oldid + 1000) % 65536)))
31 echo root-key-sentinel-is-ta-$newid A 10.53.0.3 >>$zonefile
32 echo root-key-sentinel-not-ta-$newid A 10.53.0.4 >>$zonefile
35 echo new-is-ta CNAME root-key-sentinel-is-ta-$newid >>$zonefile
36 echo new-not-ta CNAME root-key-sentinel-not-ta-$newid >>$zonefile
  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/
tests.sh 42 newid=$(printf "%05u" $(((oldid + 1000) % 65536)))
46 echo_i "test id: newid=${newid} (not configured)"
83 $DIG $DIGOPTS @10.53.0.3 root-key-sentinel-is-ta-${newid}.example A >dig.out.ns3.test$n || ret=1
90 $DIG $DIGOPTS @10.53.0.3 +cd root-key-sentinel-is-ta-${newid}.example A >dig.out.ns3.test$n || ret=1
96 $DIG $DIGOPTS @10.53.0.3 root-key-sentinel-not-ta-${newid}.example A >dig.out.ns3.test$n || ret=1
161 grep "new-is-ta.*CNAME.root-key-sentinel-is-ta-${newid}.example." dig.out.ns3.test$n >/dev/null || ret=1
168 grep "new-not-ta.*CNAME.root-key-sentinel-not-ta-${newid}.example." dig.out.ns3.test$n >/dev/null || ret=1
205 $DIG $DIGOPTS @10.53.0.4 root-key-sentinel-is-ta-${newid}.example A >dig.out.ns4.test$n || ret=1
211 $DIG $DIGOPTS @10.53.0.4 root-key-sentinel-not-ta-${newid}.example A >dig.out.ns4.test$n || ret=
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c 327 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));
  /src/crypto/external/bsd/heimdal/dist/kcm/
protocol.c 938 kcm_ccache oldid, newid; local
968 ret = kcm_ccache_resolve_client(context, client, opcode, newname, &newid);
970 ret = kcm_ccache_new_client(context, client, newname, &newid);
980 HEIMDAL_MUTEX_lock(&newid->mutex);
988 MOVE(newid, oldid, flags);
989 MOVE(newid, oldid, client);
990 MOVE(newid, oldid, server);
991 MOVE(newid, oldid, creds);
992 MOVE(newid, oldid, tkt_life);
993 MOVE(newid, oldid, renew_life)
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
merge.c 987 add_tdesc(tdesc_t *oldtdp, int newid, merge_cb_data_t *mcd)
992 template.t_id = newid;
998 oldtdp->t_id, newid, newid);
1000 if ((newtdp = tdesc_ops[oldtdp->t_type].conjure(oldtdp, newid,
1018 int newid; local
1021 newid = get_mapping(mcd->md_ta, tdp->t_id);
1022 assert(newid != -1);
1024 if ((rc = add_tdesc(tdp, newid, mcd)))
  /src/external/bsd/unbound/dist/services/cache/
rrset.c 180 uint64_t newid = alloc_get_id(alloc); local
185 ref->key->id = newid;
186 ref->id = newid;
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 1867 struct id *newid
1870 strcpy (newid->name, name);
1873 head_ptr->last->next = newid;
1875 head_ptr->first = newid;
1882 if (p != newid)
1885 free (newid);
1889 newid->sequence = ++sequence_number;
1890 head_ptr->last = newid;
1858 struct id *newid local
genmatch.cc 4472 unsigned newid = capture_ids->elements (); local
4476 snprintf (id, sizeof (id), "__%u", newid);
4480 return newid;
5377 @@1 into @__<newid>@1 and @1 into @__<newid>. */
5382 unsigned newid = get_internal_capture_id (); local
5385 cpts[i][j]->where = newid;
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 1863 struct id *newid
1866 strcpy (newid->name, name);
1869 head_ptr->last->next = newid;
1871 head_ptr->first = newid;
1878 if (p != newid)
1881 free (newid);
1885 newid->sequence = ++sequence_number;
1886 head_ptr->last = newid;
1854 struct id *newid local
genmatch.cc 4178 unsigned newid = capture_ids->elements (); local
4182 snprintf (id, sizeof (id), "__%u", newid);
4186 return newid;
5080 @@1 into @__<newid>@1 and @1 into @__<newid>. */
5085 unsigned newid = get_internal_capture_id (); local
5088 cpts[i][j]->where = newid;
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 1240 char newid[1024]; local
1256 (void) snprintf(newid, sizeof(newid), "%s", id);
1258 (void) snprintf(newid, sizeof(newid),
1261 uid = (uint8_t *)newid;
  /src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh 845 newid=$(keyfile_to_key_id "$(cat standby.key)")
869 echo_i "checking former standby key $newid is now active ($n)"
872 grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n >/dev/null || ret=1
880 grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n >/dev/null && ret=1
927 echo_i "checking former standby key $newid has now signed fully ($n)"
930 grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n >/dev/null || ret=1
  /src/external/bsd/openldap/dist/servers/slapd/
daemon.c 1952 int i, j, oldid, newid; local
1973 newid = i & newmask;
1974 if ( oldid == newid ) continue;
1986 SLAP_SOCK_ADD( newid, i, sl );
1988 SLAP_SOCK_SET_READ( newid, i );
1991 SLAP_SOCK_SET_WRITE( newid, i );
1993 slap_daemon[newid].sd_nwriters++;
1997 slap_daemon[newid].sd_nactives++;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 2150 uid_t newid; local
2152 newid = zfs_fuid_map_id(zfsvfs, who, cr,
2154 if (newid != IDMAP_WK_CREATOR_OWNER_UID &&
2155 uid == newid)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 190 make_alias_for (tree target, tree newid)
193 TREE_CODE (target), newid, TREE_TYPE (target));
  /src/sys/netipsec/
key.c 2466 u_int32_t newid = 0; local
2472 newid = (policy_id = (policy_id == ~0 ? 1 : policy_id + 1));
2474 sp = key_getspbyid(newid);
2481 if (count == 0 || newid == 0) {
2486 return newid;
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 190 make_alias_for (tree target, tree newid)
193 TREE_CODE (target), newid, TREE_TYPE (target));
  /src/sys/dev/audio/
audio.c 4161 static int newid = 0; local
4165 track->id = newid++;

Completed in 82 milliseconds