HomeSort by relevance Sort by last modified time
    Searched defs:existing (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
DhcpdOptions.java 167 DhcpResource existing = (DhcpResource)options.get(i); local
169 if (!existing.getValue().equals(res.getValue())) {
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
keystore.c 552 X509 *existing = NULL; local
573 /* no existing truststore, so make a new one */
580 /* existing truststore, make sure there's no duplicate */
582 NULL, &existing) < 0) {
591 if (existing != NULL) {
603 if (existing != NULL)
604 X509_free(existing);
798 /* no existing truststore, so make a new one */
805 /* existing certstore, make sure there's no duplicate */
826 /* no existing keystore, so make a new one *
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
sw_support.c 718 patch_node_t *existing; local
725 if ((existing = (patch_node_t *)uu_avl_find(patches_avl, patch, NULL,
731 evers = strtoul(existing->patch_vers, &endptr, 10);
742 uu_avl_remove(patches_avl, existing);
743 free(existing->patch_num);
744 free(existing->patch_vers);
745 if (existing->obs_patches != NULL) {
749 while ((op = uu_list_teardown(existing->obs_patches,
754 uu_list_destroy(existing->obs_patches);
756 free(existing);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/dsw/
dsw_dev.c 1138 int existing; local
1153 existing = (iflags&II_EXISTING) != 0;
1234 if (!ip->bi_bmpfd && !existing) {
1247 if (existing) {
1251 * ii_config is used by enable, import and resume (existing)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
spd.c 5987 ipsec_tun_pol_t *newbie, *existing; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
dtrace.c 8125 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; local
    [all...]

Completed in 4020 milliseconds