HomeSort by relevance Sort by last modified time
    Searched refs:trans (Results 1 - 25 of 49) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip_xaction.h 59 #define SIP_XACTION_REFCNT_INCR(trans) \
60 (trans)->sip_xaction_ref_cnt++;
63 #define SIP_XACTION_REFCNT_DECR(trans) { \
64 (void) pthread_mutex_lock(&((trans)->sip_xaction_mutex)); \
65 assert((trans)->sip_xaction_ref_cnt > 0); \
66 (trans)->sip_xaction_ref_cnt--; \
67 if ((trans)->sip_xaction_ref_cnt == 0 && \
68 SIP_IS_XACTION_TERMINATED((trans)->sip_xaction_state)) { \
69 (void) pthread_mutex_unlock(&((trans)->sip_xaction_mutex));\
70 sip_xaction_delete(trans); \
    [all...]
sip_xaction.c 174 sip_xaction_t *trans; local
184 trans = (sip_xaction_t *)xaction_list->obj;
185 if (ctrans != trans) {
208 sip_xaction_t *trans; local
227 trans = (sip_xaction_t *)xaction_list->obj;
228 assert(trans != NULL);
229 if (ctrans != NULL && ctrans != trans) {
234 (void) pthread_mutex_lock(&trans->sip_xaction_mutex);
235 assert(trans->sip_xaction_conn_obj == obj);
237 trans->sip_xaction_conn_obj = NULL
331 sip_xaction_t *trans; local
    [all...]
sip_xaction_ui.c 169 sip_get_trans_branchid(sip_transaction_t trans, int *error)
171 sip_xaction_t *xaction = (sip_xaction_t *)trans;
197 sip_get_trans_state(sip_transaction_t trans, int *error)
199 sip_xaction_t *xaction = (sip_xaction_t *)trans;
sip_logging.c 264 sip_xaction_t *trans = (sip_xaction_t *)obj; local
273 assert(trans != NULL && sip_trans_logfile != NULL);
277 trans->sip_xaction_branch_id);
279 sip_print_digest(trans->sip_xaction_hash_digest, 8, sip_trans_logfile);
282 sip_log = &trans->sip_xaction_log[count];
302 (trans->sip_xaction_log[count]).sip_msgs = NULL;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/asm/
crypt586.pl 29 $trans="ebp";
40 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
49 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
53 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
78 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
95 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
97 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
109 &mov( $trans, &swtmp(1));
110 &xor( $L, &DWP(" ",$trans,$tmp1,0));
112 &xor( $L, &DWP("0x200",$trans,$tmp2,0))
    [all...]
des-586.pl 43 $trans="ebp";
76 &picmeup($trans,"DES_SPtrans");
77 #if ($cpp) { &picmeup($trans,"DES_SPtrans"); }
78 #else { &lea($trans,&DWP("DES_SPtrans")); }
88 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
92 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
102 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
105 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx");
142 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
155 &xor( $L, &DWP(" ",$trans,$tmp1,0))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
nfs_cast.c 135 struct transp *trans, *prev_trans; local
181 trans = (struct transp *)malloc(sizeof (*trans));
182 if (trans == NULL) {
187 (void) memset(trans, 0, sizeof (*trans));
189 tr_head = trans;
191 prev_trans->tr_next = trans;
192 prev_trans = trans;
194 trans->tr_fd = t_open(nconf->nc_device, O_RDWR, NULL)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_cast.c 127 struct transp *trans, *prev_trans = NULL; local
182 trans = malloc(sizeof (*trans));
183 if (trans == NULL) {
188 (void) memset(trans, 0, sizeof (*trans));
190 tr_head = trans;
192 prev_trans->tr_next = trans;
193 prev_trans = trans;
195 trans->tr_fd = t_open(nc->nc_device, O_RDWR, NULL)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshare/common/
scfutil.h 46 scf_transaction_t *trans; member in struct:scfutilhandle
scfutil.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xenbus_dev.c 395 struct xenbus_dev_transaction *trans; local
412 while (trans = (struct xenbus_dev_transaction *)
414 (void) xenbus_transaction_end(trans->handle, 1);
415 list_remove(&xbs->transactions, (void *)trans);
416 kmem_free(trans, sizeof (*trans));
525 struct xenbus_dev_transaction *trans; local
580 trans = kmem_alloc(sizeof (*trans), KM_SLEEP);
582 (unsigned long *)&trans->handle)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/eqn/
text.c 31 int trans(int, char *);
62 rf = trans(c, p1);
82 trans(int c, char *p1) function
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
ti_opts.c 121 find_ucred_opt(const SVCXPRT *trans, ucred_t *uc, bool_t checkzone)
124 struct netbuf *abuf = (struct netbuf *)trans->xp_p2;
130 if (getpeerucred(trans->xp_fd, &uc) == 0)
180 if (getpeerucred(trans->xp_fd, &uc) != 0)
197 __rpc_get_local_uid(SVCXPRT *trans, uid_t *uid_out)
203 if (svc_type(trans) == SVC_DOOR)
204 err = __svc_get_door_ucred(trans, uc) == FALSE;
206 err = find_ucred_opt(trans, uc, B_TRUE);
244 svc_getcallerucred(const SVCXPRT *trans, ucred_t **uc)
256 if (svc_type(trans) == SVC_DOOR
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
rd_req_dec.c 183 krb5_transited *trans = &(req->ticket->enc_part2->transited); local
186 if (trans->tr_contents.data && trans->tr_contents.data[0])
197 krb5_transited * trans; local
200 trans = &(req->ticket->enc_part2->transited);
207 if ((trans->tr_contents.data && trans->tr_contents.data[0]) ||
221 krb5_transited * trans; local
224 trans = &(req->ticket->enc_part2->transited);
231 if (trans->tr_contents.data && trans->tr_contents.data[0])
    [all...]
chk_trans.c 322 krb5_data trans;
326 trans.length = trans_in->length;
327 trans.data = (char *) trans_in->data;
328 if (trans.length && (trans.data[trans.length-1] == '\0'))
329 trans.length--;
331 Tprintf (("krb5_check_transited_list(trans=\"%.*s\", crealm=\"%.*s\", srealm=\"%.*s\")\n",
332 (int) trans.length, trans.data
321 krb5_data trans; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
repval.c 71 static scf_transaction_t *trans = NULL; variable
134 ((trans = scf_transaction_create(rep_handle)) == NULL) ||
163 scf_transaction_destroy(trans);
164 trans = NULL;
371 if (scf_transaction_start(trans, pg) < 0)
374 if ((scf_transaction_property_new(trans, entry,
376 (scf_transaction_property_change_type(trans, entry,
387 if ((cret = scf_transaction_commit(trans)) < 0) {
391 scf_transaction_reset(trans);
403 scf_transaction_reset(trans);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/krb5kdc/
kdc_util.c 573 char *trans; local
603 if (!(trans = (char *) malloc(strlen(realm) + strlen(otrans) + 3))) {
609 new_trans->data = trans;
612 trans[0] = '\0';
791 if (strlen(trans) + 2 >= MAX_REALM_LN) {
795 strcat(trans, ",");
797 if (strlen(trans) + strlen(current) + 1 >= MAX_REALM_LN) {
801 strcat(trans, current);
802 new_trans->length = strlen(trans);
812 if (strlen(trans) + 2 >= MAX_REALM_LN)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
regex_internal.c 23 RE_TRANSLATE_TYPE trans, bool icase,
42 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
51 re_string_construct_common (str, len, pstr, trans, icase, dfa);
70 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
74 re_string_construct_common (str, len, pstr, trans, icase, dfa);
115 if (trans != NULL)
173 RE_TRANSLATE_TYPE trans, bool icase,
179 pstr->trans = trans;
181 pstr->mbs_allocated = (trans != NULL || icase)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/latencytop/
Makefile.com 71 cp ../common/latencytop.trans ./latencytop_trans
  /onnv/onnv-gate/usr/src/tools/scripts/
find_elf.pl 254 my $trans = readlink($NewFull);
256 $trans =~ s/\/*$//;
257 $RecurseSelfSymlink = 1 if $trans eq '.';
  /onnv/onnv-gate/usr/src/cmd/lvm/util/
metastat.c 75 md_trans_t *trans);
936 * Create a list of metadevices associated with trans. top_pp points to
952 * Scan the current list of trans devices. From that
1047 * Trans probes are diffenent. -- so whats new.
1591 md_trans_t *trans; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
svm_rcm.c 172 static int cache_trans(cache_t *cache, mdnamelist_t *nlp, md_trans_t *trans);
445 /* If it is a TRANS device, do not allow the offline */
697 gettext("trans log for \"%s\""),
701 gettext("trans master for \"%s\""),
1601 md_trans_t *trans; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
yppush.c 596 SVCXPRT *trans; local
619 trans = transport4;
622 trans = transport6;
626 rpcb_set(prognum, YPPUSHVERS, nc, &trans->xp_ltaddr)) == 0)
633 if (trans == transport4 && transport6 != 0) {
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
translate.c 167 t = e->trans;
186 e->trans = t;
596 * Pointer to name of transpec (the "gi" field of the Trans structure).
817 if (!t) t = ((e && e->trans) ? e->trans : &NullTrans);
  /onnv/onnv-gate/usr/src/cmd/zic/
zic.c 347 static zic_t trans[TZ_MAX_LEAPS]; variable
    [all...]

Completed in 600 milliseconds

1 2