Searched refs:hst (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dbt_drv.c48 static struct hci_st *hst; variable in typeref:struct:hci_st
51 static inline void hci_st_tx_complete(struct hci_st *hst, int pkt_type) argument
57 hdev = hst->hdev;
168 if (test_bit(BT_ST_REGISTERED, &hst->flags)) {
194 /* send in the hst to be received at registration complete callback
197 hci_st_proto.priv_data = hst;
206 init_completion(&hst->wait_for_btdrv_reg_completion);
212 hst->streg_cbdata = -EINPROGRESS;
224 (&hst->wait_for_btdrv_reg_completion,
235 if (hst
315 struct hci_st *hst; local
394 hci_st_register_dev(struct hci_st *hst) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c533 static int ad_header_read(struct adouble *ad, struct stat *hst) argument
624 if (hst == NULL) {
625 hst = &st;
630 ad->ad_rlen = hst->st_size - ad_getentryoff(ad, ADEID_RFORK);
639 (aint > TIMEWARP_DELTA + hst->st_mtime)) {
666 static int ad_header_sfm_read(struct adouble *ad, struct stat *hst) argument
730 hst = &st;
732 else if (hst == NULL) {
733 hst = &st;
746 (aint > TIMEWARP_DELTA + hst
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_rport.c1344 struct fc_host_statistics *hst; local
1372 hst = &lport->host_stats;
1373 lesb->lesb_link_fail = htonl(hst->link_failure_count);
1374 lesb->lesb_sync_loss = htonl(hst->loss_of_sync_count);
1375 lesb->lesb_sig_loss = htonl(hst->loss_of_signal_count);
1376 lesb->lesb_prim_err = htonl(hst->prim_seq_protocol_err_count);
1377 lesb->lesb_inv_word = htonl(hst->invalid_tx_word_count);
1378 lesb->lesb_inv_crc = htonl(hst->invalid_crc_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmisc.c946 char *hst = string_alloc(hostname, gc); local
947 char *dot = strchr(hst, '.');
958 buf_printf(&hname, "%s-0x%s.%s", hst, rnd_str, dot);

Completed in 72 milliseconds