Home
last modified time | relevance | path

Searched refs:req_len (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Decho-area.c1270 int req_len = strlen (request); in build_completions() local
1273 if (strncmp (request, completions_found[i]->label, req_len) == 0) in build_completions()
/openbsd-src/sys/dev/fdt/
H A Dqcscm.c337 uint64_t req_len, uint64_t rsp_phys, uint64_t rsp_len) in qcscm_tee_app_send() argument
353 args[2] = req_len; in qcscm_tee_app_send()
/openbsd-src/sys/kern/
H A Duipc_mbuf.c829 m_adj(struct mbuf *mp, int req_len) in m_cat()
831 int len = req_len; in m_cat()
855 mp->m_pkthdr.len -= (req_len - len); in m_adj()
838 m_adj(struct mbuf * mp,int req_len) m_adj() argument
/openbsd-src/sys/dev/pci/
H A Dif_iwm.c7734 size_t req_len; in iwm_lmac_scan() local
7737 req_len = sizeof(struct iwm_scan_req_lmac) + in iwm_lmac_scan()
7740 if (req_len > IWM_MAX_CMD_PAYLOAD_SIZE) in iwm_lmac_scan()
7742 req = malloc(req_len, M_DEVBUF, in iwm_lmac_scan()
7747 hcmd.len[0] = (uint16_t)req_len; in iwm_lmac_scan()
7819 free(req, M_DEVBUF, req_len); in iwm_lmac_scan()
7832 free(req, M_DEVBUF, req_len); in iwm_lmac_scan()
7980 size_t req_len; in iwm_umac_scan() local
7983 req_len = iwm_umac_scan_size(sc); in iwm_umac_scan()
7984 if ((req_len < IWM_SCAN_REQ_UMAC_SIZE_V in iwm_umac_scan()
[all...]
/openbsd-src/sys/dev/ic/
H A Dqwx.c7898 const struct qmi_elem_info *ei, void *req, size_t req_len) in qwx_qmi_send_request()
7908 &sc->qmi_txn_id, msg_id, msg_len, ei, req, req_len)) in qwx_qmi_send_request()
7894 qwx_qmi_send_request(struct qwx_softc * sc,uint16_t msg_id,size_t msg_len,const struct qmi_elem_info * ei,void * req,size_t req_len) qwx_qmi_send_request() argument