Home
last modified time | relevance | path

Searched refs:p_name (Results 1 – 25 of 49) sorted by relevance

12

/external/bluetooth/bluedroid/stack/pan/
Dpan_utils.c61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc) in pan_register_with_sdp() argument
100 (UINT8) (strlen(p_name) + 1), (UINT8 *)p_name); in pan_register_with_sdp()
131 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_NAP, in pan_register_with_sdp()
133 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_NAP, in pan_register_with_sdp()
143 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_GN, in pan_register_with_sdp()
145 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_GN, in pan_register_with_sdp()
155 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_PANU, in pan_register_with_sdp()
157 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_PANU, in pan_register_with_sdp()
Dpan_int.h143 extern UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc);
/external/libnfc-nci/src/nfc/llcp/
Dllcp_sdp.c100 static void llcp_sdp_add_sdreq (UINT8 tid, char *p_name) in llcp_sdp_add_sdreq() argument
103 UINT16 name_len = (UINT16) strlen (p_name); in llcp_sdp_add_sdreq()
110 ARRAY_TO_BE_STREAM (p, p_name, name_len); in llcp_sdp_add_sdreq()
125 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name) in llcp_sdp_send_sdreq() argument
131 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name); in llcp_sdp_send_sdreq()
151 name_len = (UINT16) strlen (p_name); in llcp_sdp_send_sdreq()
157 llcp_sdp_add_sdreq (tid, p_name); in llcp_sdp_send_sdreq()
172 llcp_sdp_add_sdreq (tid, p_name); in llcp_sdp_send_sdreq()
310 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length) in llcp_sdp_get_sap_by_name() argument
322 &&(!strncmp((char*)p_app_cb->p_service_name, p_name, length)) ) in llcp_sdp_get_sap_by_name()
/external/qemu/block/
Dvmdk.c113 const char *p_name, *cid_str; in vmdk_read_cid() local
128 if ((p_name = strstr(desc,cid_str)) != NULL) { in vmdk_read_cid()
129 p_name += cid_str_size; in vmdk_read_cid()
130 sscanf(p_name,"%x",&cid); in vmdk_read_cid()
139 char *p_name, *tmp_str; in vmdk_write_cid() local
147 if ((p_name = strstr(desc,"CID")) != NULL) { in vmdk_write_cid()
148 p_name += sizeof("CID"); in vmdk_write_cid()
149 snprintf(p_name, sizeof(desc) - (p_name - desc), "%x\n", cid); in vmdk_write_cid()
181 char *p_name, *gd_buf, *rgd_buf; in vmdk_snapshot_create() local
248 if ((p_name = strstr(p_desc,"CID")) != NULL) { in vmdk_snapshot_create()
[all …]
/external/iproute2/lib/
Dinet_proto.c37 strncpy(ncache, pe->p_name, 16); in inet_proto_n2a()
38 strncpy(buf, pe->p_name, len); in inet_proto_n2a()
64 strncpy(ncache, pe->p_name, 16); in inet_proto_a2n()
/external/bluetooth/bluedroid/main/
Dbte_conf.c45 void bte_trace_conf(char *p_name, char *p_conf_value);
193 char *p_name; in bte_load_conf() local
209 p_name = strtok(line, CONF_DELIMITERS); in bte_load_conf()
211 if (NULL == p_name) in bte_load_conf()
220 ALOGW("bte_load_conf: missing value for name: %s", p_name); in bte_load_conf()
229 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0) in bte_load_conf()
233 p_entry->p_action(p_name, p_value); in bte_load_conf()
243 bte_trace_conf(p_name, p_value); in bte_load_conf()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c536 struct p_string p_name; member
546 struct p_string p_name; member
570 struct p_string p_name; member
601 struct p_string p_name; member
618 struct p_string p_name; member
645 struct p_string p_name; member
664 struct p_string p_name; member
673 struct p_string p_name; member
701 struct p_string p_name; member
711 struct p_string p_name; member
[all …]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dconfig.cpp62 const CNfcParam* find(const char* p_name) const;
485 const CNfcParam* CNfcConfig::find(const char* p_name) const in find()
492 if (**it < p_name) in find()
494 else if (**it == p_name) in find()
497 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value()); in find()
499 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue()); in find()
/external/libnfc-nci/src/adaptation/
Dconfig.cpp62 const CNfcParam* find(const char* p_name) const;
485 const CNfcParam* CNfcConfig::find(const char* p_name) const in find()
492 if (**it < p_name) in find()
494 else if (**it == p_name) in find()
497 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value()); in find()
499 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue()); in find()
/external/ipsec-tools/src/racoon/
Dracoonctl.c929 char *p_name = NULL, *p_port = NULL; local
939 if (get_comindex(*av, &p_name, &p_port, &p_prefs) == -1)
941 src = get_sockaddr(family, p_name, p_port);
942 if (p_name) {
943 racoon_free(p_name);
944 p_name = NULL;
954 if (get_comindex(*av, &p_name, &p_port, &p_prefd) == -1)
956 dst = get_sockaddr(family, p_name, p_port);
957 if (p_name) {
958 racoon_free(p_name);
[all …]
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_api.c138 … BCM_STRNCPY_S(p_buf->p_name[i], BTA_SERVICE_NAME_LEN+1, p_service_names[i], BTA_SERVICE_NAME_LEN); in BTA_AgRegister()
139 p_buf->p_name[i][BTA_SERVICE_NAME_LEN] = 0; in BTA_AgRegister()
143 p_buf->p_name[i][0] = 0; in BTA_AgRegister()
/external/tcpdump/
Daddrtoname.c164 const char *p_name; member
574 if (tp->p_name) in protoid_string()
575 return tp->p_name; in protoid_string()
588 tp->p_name = strdup(buf); in protoid_string()
589 return (tp->p_name); in protoid_string()
778 tp->p_name = strdup(eproto_db[i].s); in init_protoidarray()
784 if (tp->p_name != NULL) in init_protoidarray()
787 tp->p_name = pl->name; in init_protoidarray()
Dprint-cnfp.c160 printf("%s ", pent->p_name); in cnfp_print()
Dprint-ip.c524 ND_PRINT((ndo, " %s", proto->p_name)); in ip_print_demux()
700 (void)printf(" %s", proto->p_name); in ip_print()
/external/bluetooth/bluedroid/stack/include/
Dgoep_fs.h91 char *p_name; /* Contains the addr of memory to copy name into */ member
150 typedef void (tGOEP_OPEN_CBACK) (const UINT8 *p_name, UINT16 flags, UINT32 size,
Dobx_api.h902 OBX_API extern BOOLEAN OBX_AddNameHdr(BT_HDR *p_pkt, UINT16 *p_name, UINT16 len);
926 OBX_API extern BOOLEAN OBX_AddAsciiNameHdr(BT_HDR *p_pkt, char *p_name);
1273 OBX_API extern BOOLEAN OBX_ReadNameHdr(BT_HDR *p_pkt, UINT16 *p_name, UINT16 *p_len);
1298 OBX_API extern BOOLEAN OBX_ReadAsciiNameHdr(BT_HDR *p_pkt, char *p_name, UINT16 max_len);
1617 OBX_API extern BOOLEAN OBX_AddUtf8NameHdr(BT_HDR *p_pkt, UINT8 *p_name);
1657 OBX_API extern BOOLEAN OBX_ReadUtf8NameHdr(BT_HDR *p_pkt, UINT8 *p_name, UINT16 max_len);
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c1557 tBTM_STATUS BTM_SetLocalDeviceName (char *p_name) in BTM_SetLocalDeviceName() argument
1561 if (!p_name || !p_name[0] || (strlen ((char *)p_name) > BD_NAME_LEN)) in BTM_SetLocalDeviceName()
1571 if (p != (UINT8 *)p_name) in BTM_SetLocalDeviceName()
1573 … BCM_STRNCPY_S(btm_cb.cfg.bd_name, sizeof(btm_cb.cfg.bd_name), p_name, BTM_MAX_LOC_BD_NAME_LEN); in BTM_SetLocalDeviceName()
1577 p = (UINT8 *)p_name; in BTM_SetLocalDeviceName()
1601 tBTM_STATUS BTM_ReadLocalDeviceName (char **p_name) in BTM_ReadLocalDeviceName() argument
1604 *p_name = btm_cb.cfg.bd_name; in BTM_ReadLocalDeviceName()
1607 *p_name = NULL; in BTM_ReadLocalDeviceName()
Dbtm_dev.c204 char *p_name = NULL; in BTM_SecReadDevName() local
208 p_name = (char *)p_srec->sec_bd_name; in BTM_SecReadDevName()
210 return(p_name); in BTM_SecReadDevName()
Dbtm_sec.c84 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service…
419 BOOLEAN BTM_SetUCDSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, in BTM_SetUCDSecurityLevel() argument
431 return(btm_sec_set_security_level (conn_type, p_name, service_id, in BTM_SetUCDSecurityLevel()
457 BOOLEAN BTM_SetSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, in BTM_SetSecurityLevel() argument
469 return(btm_sec_set_security_level (conn_type, p_name, service_id, in BTM_SetSecurityLevel()
472 return(btm_sec_set_security_level (is_originator, p_name, service_id, in BTM_SetSecurityLevel()
496 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_i… in btm_sec_set_security_level() argument
540 (!strncmp (p_name, (char *) p_srec->orig_service_name, in btm_sec_set_security_level()
542 !strncmp (p_name, (char *) p_srec->term_service_name, in btm_sec_set_security_level()
585 …BCM_STRNCPY_S ((char *)p_srec->orig_service_name, sizeof(p_srec->orig_service_name), p_name, BTM_S… in btm_sec_set_security_level()
[all …]
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h351 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name);
352 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length);
/external/libppp/src/
Dfilter.c148 tgt->f_srcport = ParsePort(argv[2], pe->p_name); in ParseUdpOrTcp()
163 tgt->f_dstport = ParsePort(argv[2], pe->p_name); in ParseUdpOrTcp()
475 prompt_Printf(prompt, "%s", pe->p_name); in doShowFilter()
/external/kernel-headers/original/linux/sunrpc/
Dclnt.h106 char * p_name; /* name of procedure */ member
/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c379 UINT8 name_len, UINT8 *p_name) in NDEF_MsgAppendMediaBtOobName() argument
407 ARRAY_TO_STREAM (p, p_name, name_len); in NDEF_MsgAppendMediaBtOobName()
/external/iptables/extensions/
Dlibip6t_ipv6header.c72 return pent->p_name; in proto_to_name()
/external/bluetooth/bluedroid/bta/include/
Dbta_fs_co.h124 char *p_name; /* Contains the addr of memory to copy name into */ member

12