/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1SSrvReg.java | 145 // Perform lookup for existing. 176 SrvLocMsg makeReply(boolean existing) { argument 180 hdr.fresh = existing;
|
H A D | SSrvReg.java | 123 // Return a SrvAck. We ignore the existing flag, since in V2, fresh comes 126 SrvLocMsg makeReply(boolean existing) { argument
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_list.c | 98 dt_list_delete(dt_list_t *dlp, void *existing) argument 100 dt_list_t *p = existing;
|
H A D | dt_aggregate.c | 58 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument 63 existing[i] = existing[i] + new[i]; 83 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument 85 if (*new < *existing) 86 *existing = *new; 91 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument 93 if (*new > *existing) 94 *existing = *new; 129 dt_aggregate_lquantize(int64_t *existing, int64_ argument 211 dt_aggregate_llquantize(int64_t *existing, int64_t *new, size_t size) argument [all...] |
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_rename.c | 87 pr_link(struct ps_prochandle *Pr, const char *existing, const char *new) argument 95 return (link(existing, new)); 104 adp++; /* existing argument */ 106 adp->arg_object = (void *)existing; 109 adp->arg_size = strlen(existing) + 1;
|
H A D | Putil.c | 40 * Place the new element on the list prior to the existing element. 43 list_link(void *new, void *existing) argument 46 plist_t *q = existing;
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_list.c | 115 ipmi_list_delete(ipmi_list_t *lp, void *existing) argument 117 ipmi_list_t *p = existing;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_list.c | 98 mdb_list_delete(mdb_list_t *mlp, void *existing) argument 100 mdb_list_t *p = existing;
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_list.c | 122 fmd_list_delete(fmd_list_t *lp, void *existing) argument 124 fmd_list_t *p = existing;
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_list.c | 110 cmd_list_delete(cmd_list_t *lp, void *existing) argument 112 cmd_list_t *p = existing;
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_list.c | 126 topo_list_delete(topo_list_t *lp, void *existing) argument 128 topo_list_t *p = existing;
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_util.c | 55 * Prepend the specified existing element to the given ctf_list_t. The 56 * existing pointer should be pointing at a struct with embedded ctf_list_t. 75 * Delete the specified existing element from the given ctf_list_t. The 76 * existing pointer should be pointing at a struct with embedded ctf_list_t. 79 ctf_list_delete(ctf_list_t *lp, void *existing) argument 81 ctf_list_t *p = existing;
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_util.c | 152 gmem_list_delete(gmem_list_t *lp, void *existing) argument 154 gmem_list_t *p = existing;
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 261 lf_linkit(char *existing, char *new, int type) argument 268 resolve(existing, &dfd, &name); 272 (type == SYMLINK ? "symbolic" : "hard"), new, existing);
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | 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 keystor [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 1139 int existing; local 1154 existing = (iflags&II_EXISTING) != 0; 1235 if (!ip->bi_bmpfd && !existing) { 1248 if (existing) { 1252 * ii_config is used by enable, import and resume (existing) 1483 if ((hip) && (type == SHD) && existing && 1740 * If existing group, mark bitmap as offline and set 1743 if (existing) { 1807 if (existing == 0) { 2004 if (existing) { [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 2434 * Preserve the existing action to preserve latch 5010 * associated with existing SAs, if needed. 6026 * ENOMEM if there's a memory problem, and EEXIST if there's an existing 6032 ipsec_tun_pol_t *newbie, *existing; local 6050 existing = (ipsec_tun_pol_t *)avl_find(&ipss->ipsec_tunnel_policies, 6052 if (existing != NULL) { 6213 /* Delete any existing fragcache entry chains */ 6358 /* Lookup to see if there is an existing entry */
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 9491 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; local 9534 existing = &svar->dtsv_var; 9544 existing = &vstate->dtvs_tlocals[ndx]; 9555 existing = &svar->dtsv_var; 9577 if (existing == NULL || existing->dtdv_id == 0) 9580 ASSERT(existing->dtdv_id == v->dtdv_id); 9581 ASSERT(existing->dtdv_scope == v->dtdv_scope); 9583 if (existing->dtdv_kind != v->dtdv_kind) 9586 et = &existing [all...] |