Searched refs:bid (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_xaction_ui.c | 172 char *bid; local 181 bid = malloc(strlen(xaction->sip_xaction_branch_id) + 1); 182 if (bid == NULL) { 187 (void) strncpy(bid, xaction->sip_xaction_branch_id, 189 bid[strlen(xaction->sip_xaction_branch_id)] = '\0'; 190 return (bid);
|
H A D | sip_xaction.c | 58 sip_find_md5_digest(char *bid, _sip_msg_t *msg, uint16_t *hindex, argument 63 is_2543 = (bid == NULL || 64 strncmp(bid, RFC_3261_BRANCH, strlen(RFC_3261_BRANCH)) != 0); 104 sip_md5_hash(bid, strlen(bid), (char *)&method,
|
H A D | sip_hdrs_ui.c | 594 char *bid; local 645 bid = (char *)malloc(param_value->sip_str_len + 1); 646 if (bid == NULL) { 652 (void) strncpy(bid, param_value->sip_str_ptr, 654 bid[param_value->sip_str_len] = '\0'; 656 return (bid);
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/ |
H A D | bsd.c | 1019 struct grub_netbsd_btinfo_bootdisk bid; local 1021 grub_memset (&bid, 0, sizeof (bid)); 1022 bid.labelsector = partmapsector; 1023 bid.label.type = buf.label.type; 1024 bid.label.checksum = buf.label.checksum; 1025 memcpy (bid.label.packname, buf.label.packname, 16); 1026 bid.biosdev = biosdev; 1027 bid.partition = part->number; 1028 grub_bsd_add_meta (NETBSD_BTINFO_BOOTDISK, &bid, sizeo [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
H A D | Script.pm | 198 bi:bid:372:Buhid
|
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 227 int sp, int bid) 239 cdb.byte2 = (char)(bid & 0xff); 226 g_scsi_writebuffer_cmd(int fd, int off, uchar_t *buf_ptr, int buf_len, int sp, int bid) argument
|
Completed in 54 milliseconds