Home
last modified time | relevance | path

Searched refs:bid (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_xaction_ui.c172 char *bid; in sip_get_trans_branchid() local
181 bid = malloc(strlen(xaction->sip_xaction_branch_id) + 1); in sip_get_trans_branchid()
182 if (bid == NULL) { in sip_get_trans_branchid()
187 (void) strncpy(bid, xaction->sip_xaction_branch_id, in sip_get_trans_branchid()
189 bid[strlen(xaction->sip_xaction_branch_id)] = '\0'; in sip_get_trans_branchid()
190 return (bid); in sip_get_trans_branchid()
H A Dsip_xaction.c58 sip_find_md5_digest(char *bid, _sip_msg_t *msg, uint16_t *hindex, in sip_find_md5_digest() argument
63 is_2543 = (bid == NULL || in sip_find_md5_digest()
64 strncmp(bid, RFC_3261_BRANCH, strlen(RFC_3261_BRANCH)) != 0); in sip_find_md5_digest()
104 sip_md5_hash(bid, strlen(bid), (char *)&method, in sip_find_md5_digest()
H A Dsip_hdrs_ui.c594 char *bid; in sip_get_branchid() local
645 bid = (char *)malloc(param_value->sip_str_len + 1); in sip_get_branchid()
646 if (bid == NULL) { in sip_get_branchid()
652 (void) strncpy(bid, param_value->sip_str_ptr, in sip_get_branchid()
654 bid[param_value->sip_str_len] = '\0'; in sip_get_branchid()
656 return (bid); in sip_get_branchid()
/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_bd.c693 cpqary3_bd_getbybid(uint32_t bid) in cpqary3_bd_getbybid() argument
695 uint16_t vid = ((bid >> 16) & 0xffff); in cpqary3_bd_getbybid()
696 uint16_t sid = (bid & 0xffff); in cpqary3_bd_getbybid()
/titanic_41/usr/src/uts/common/os/
H A Dtaskq.c1334 int bid = 0; in taskq_wait() local
1335 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_wait()
1358 int bid = 0; in taskq_suspend() local
1359 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_suspend()
1393 int bid = 0; in taskq_resume() local
1394 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_resume()
2044 int bid = 0; in taskq_destroy() local
2104 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_destroy()
2266 int bid = 0; in taskq_d_kstat_update() local
2293 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_d_kstat_update()
H A Dddi.c1027 bufcall_id_t bid; in qbufcall() local
1045 bid = bufcall(size, pri, qcallbwrapper, cbp); in qbufcall()
1046 cbp->cbp_id = (callbparams_id_t)bid; in qbufcall()
1047 if (bid == 0) { in qbufcall()
1052 return (bid); in qbufcall()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_print.c320 ctf_id_t bid = ctf_type_reference(ctfp, base); in dt_print_ptr() local
325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
/titanic_41/usr/src/uts/common/io/
H A Dlogindmux.c1174 bufcall_id_t bid; in recover() local
1195 if (!(bid = qbufcall(RD(q), size, BPRI_MED, logdmux_buffer, q))) { in recover()
1203 tmxp->rbufcid = bid; in recover()
1205 tmxp->wbufcid = bid; in recover()
H A Dtelmod.c1237 bufcall_id_t bid; in recover() local
1257 if (!(bid = qbufcall(RD(q), size, BPRI_MED, telmod_buffer, q))) { in recover()
1265 tmip->rbufcid = bid; in recover()
1267 tmip->wbufcid = bid; in recover()
H A Drlmod.c1323 bufcall_id_t bid; in recover1() local
1335 if (!(bid = qbufcall(RD(q), size, BPRI_MED, rlmod_buffer, q))) { in recover1()
1343 rmip->rbufcid = bid; in recover1()
1345 rmip->wbufcid = bid; in recover1()
H A Dtimod.c2541 bufcall_id_t bid; in tim_recover() local
2564 if (!(bid = qbufcall(RD(q), (size_t)size, BPRI_MED, tim_buffer, q))) { in tim_recover()
2572 tp->tim_rbufcid = bid; in tim_recover()
2574 tp->tim_wbufcid = bid; in tim_recover()
H A Dstream.c1277 static long bid = 1; /* always odd to save checking for zero */ in bufcall() local
1297 bc_id = bcp->bc_id = (bufcall_id_t)(bid += 2); /* keep it odd */ in bufcall()
/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c1955 jtag_init_ac(volatile u_int *jreg, int bid, enum board_type brdtype) in jtag_init_ac() argument
1959 int ring = (bid << 4); in jtag_init_ac()
1970 ac_opt.board_id = bid; in jtag_init_ac()
1979 ac_opt.pcr_lo = 0x80000000LL - 0x9ac4 - (bid << 3); in jtag_init_ac()
2006 " unsupported type %2X", bid, brdtype); in jtag_init_ac()
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dio.c227 int sp, int bid) in g_scsi_writebuffer_cmd() argument
239 cdb.byte2 = (char)(bid & 0xff); in g_scsi_writebuffer_cmd()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c513 mdb_ctf_type_cmp(mdb_ctf_id_t aid, mdb_ctf_id_t bid) in mdb_ctf_type_cmp() argument
516 mdb_ctf_impl_t *bidp = (mdb_ctf_impl_t *)&bid; in mdb_ctf_type_cmp()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c8087 fmt_bridge_id(char *buf, size_t buflen, UID_BRIDGE_ID_T *bid) in fmt_bridge_id() argument
8089 (void) snprintf(buf, buflen, "%u/%x:%x:%x:%x:%x:%x", bid->prio, in fmt_bridge_id()
8090 bid->addr[0], bid->addr[1], bid->addr[2], bid->addr[3], in fmt_bridge_id()
8091 bid->addr[4], bid->addr[5]); in fmt_bridge_id()
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2673 int cfg_idx, led_idx, blink_idx, lid, bid; in scsb_set_scfg_pres_leds() local
2692 bid = SCSB_REG_INDEX(reg); /* the Blink Index Delta */ in scsb_set_scfg_pres_leds()
2804 blink_idx = SCSB_REG_INDEX(reg) - bid; in scsb_set_scfg_pres_leds()
/titanic_41/usr/src/data/zoneinfo/
H A Dasia169 # 16 till September 30 in a bid to ensure maximum use of daylight to cope with
/titanic_41/usr/src/cmd/look/
H A Dwords2463 bid
/titanic_41/usr/src/cmd/spell/
H A Dlist2462 bid