| /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/libshare/common/ |
| scfutil.h | 46 scf_transaction_t *trans; member in struct:scfutilhandle
|
| /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/lib/libsip/common/ |
| 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;
|
| 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...] |
| /onnv/onnv-gate/usr/src/lib/libsqlite/src/ |
| tokenize.c | 562 ** according to what token is seen. trans[state][token] returns the 565 static const u8 trans[7][8] = { local 678 state = trans[state][token];
|
| /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/ucbcmd/sed/ |
| sed1.c | 61 char *trans[040] = { variable 481 p3 = trans[(unsigned char)*p1-1];
|
| /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/idmap/idmapd/ |
| server.c | 832 int trans = FALSE; local 861 trans = TRUE; 900 if (trans) {
|
| /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/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/cmd/man/src/util/instant.src/ |
| general.h | 197 void *trans; /* pointer to translation spec */ member in struct:_elem 199 int gen_trans[2]; /* refs to generated trans specs */
|
| /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/lib/libscf/common/ |
| midlevel.c | 738 int trans, ret = -1; local 881 trans = scf_transaction_commit(tx); 882 if (trans == 1) 885 if (trans != 0) { [all...] |
| /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/man/src/util/nsgmls.src/lib/ |
| parseSd.cxx | 1809 Char 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/uts/sun4u/sunfire/io/ |
| sysctrl.c | 2248 char *trans = present ? "Installed" : "Removed"; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
| ibcm_sm.c | 961 ibt_tran_srv_t trans; local 5559 ibt_tran_srv_t trans; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/luxadm/ |
| g_adm.c | 111 static void trans_decode(Trans_elem_st *trans); 4645 Trans_elem_st trans; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/zic/ |
| zic.c | 347 static zic_t trans[TZ_MAX_LEAPS]; variable [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| regex_internal.h | 404 RE_TRANSLATE_TYPE trans; member in struct:re_string_t
|