Home
last modified time | relevance | path

Searched refs:link_cnt (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/php73/php-7.3.33/ext/interbase/
H A Dinterbase.c560 if ((*trans)->link_cnt > 1) { in _php_ibase_get_link_trans()
1171 teb[link_cnt].db_ptr = &ib_link[link_cnt]->handle; in PHP_FUNCTION()
1172 teb[link_cnt].tpb_len = tpb_len; in PHP_FUNCTION()
1173 teb[link_cnt].tpb_ptr = &tpb[TPB_MAX_SIZE * link_cnt]; in PHP_FUNCTION()
1175 ++link_cnt; in PHP_FUNCTION()
1218 if (link_cnt > 0) { in PHP_FUNCTION()
1226 if (link_cnt == 0) { in PHP_FUNCTION()
1227 link_cnt = 1; in PHP_FUNCTION()
1245 ib_trans->link_cnt = link_cnt; in PHP_FUNCTION()
1247 for (i = 0; i < link_cnt; ++i) { in PHP_FUNCTION()
[all …]
H A Dphp_ibase_includes.h80 unsigned short link_cnt; member
/dports/www/mod_php73/php-7.3.33/ext/interbase/
H A Dinterbase.c560 if ((*trans)->link_cnt > 1) { in _php_ibase_get_link_trans()
1171 teb[link_cnt].db_ptr = &ib_link[link_cnt]->handle; in PHP_FUNCTION()
1172 teb[link_cnt].tpb_len = tpb_len; in PHP_FUNCTION()
1173 teb[link_cnt].tpb_ptr = &tpb[TPB_MAX_SIZE * link_cnt]; in PHP_FUNCTION()
1175 ++link_cnt; in PHP_FUNCTION()
1218 if (link_cnt > 0) { in PHP_FUNCTION()
1226 if (link_cnt == 0) { in PHP_FUNCTION()
1227 link_cnt = 1; in PHP_FUNCTION()
1245 ib_trans->link_cnt = link_cnt; in PHP_FUNCTION()
1247 for (i = 0; i < link_cnt; ++i) { in PHP_FUNCTION()
[all …]
H A Dphp_ibase_includes.h80 unsigned short link_cnt; member
/dports/databases/php73-interbase/php-7.3.33/ext/interbase/
H A Dinterbase.c560 if ((*trans)->link_cnt > 1) { in _php_ibase_get_link_trans()
1171 teb[link_cnt].db_ptr = &ib_link[link_cnt]->handle; in PHP_FUNCTION()
1172 teb[link_cnt].tpb_len = tpb_len; in PHP_FUNCTION()
1173 teb[link_cnt].tpb_ptr = &tpb[TPB_MAX_SIZE * link_cnt]; in PHP_FUNCTION()
1175 ++link_cnt; in PHP_FUNCTION()
1218 if (link_cnt > 0) { in PHP_FUNCTION()
1226 if (link_cnt == 0) { in PHP_FUNCTION()
1227 link_cnt = 1; in PHP_FUNCTION()
1245 ib_trans->link_cnt = link_cnt; in PHP_FUNCTION()
1247 for (i = 0; i < link_cnt; ++i) { in PHP_FUNCTION()
[all …]
H A Dphp_ibase_includes.h80 unsigned short link_cnt; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/ti/
H A Dj721e-evm.c822 int link_cnt, conf_cnt, ret; in j721e_soc_probe() local
863 link_cnt = 0; in j721e_soc_probe()
865 ret = j721e_soc_probe_cpb(priv, &link_cnt, &conf_cnt); in j721e_soc_probe()
869 ret = j721e_soc_probe_ivi(priv, &link_cnt, &conf_cnt); in j721e_soc_probe()
874 card->num_links = link_cnt; in j721e_soc_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/ti/
H A Dj721e-evm.c822 int link_cnt, conf_cnt, ret; in j721e_soc_probe() local
863 link_cnt = 0; in j721e_soc_probe()
865 ret = j721e_soc_probe_cpb(priv, &link_cnt, &conf_cnt); in j721e_soc_probe()
869 ret = j721e_soc_probe_ivi(priv, &link_cnt, &conf_cnt); in j721e_soc_probe()
874 card->num_links = link_cnt; in j721e_soc_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/ti/
H A Dj721e-evm.c822 int link_cnt, conf_cnt, ret; in j721e_soc_probe() local
863 link_cnt = 0; in j721e_soc_probe()
865 ret = j721e_soc_probe_cpb(priv, &link_cnt, &conf_cnt); in j721e_soc_probe()
869 ret = j721e_soc_probe_ivi(priv, &link_cnt, &conf_cnt); in j721e_soc_probe()
874 card->num_links = link_cnt; in j721e_soc_probe()
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dudf.c838 link_cnt = udf_rw16(file_entry->link_cnt); in udf_node_get_fileinfo()
879 udf_node->link_cnt = link_cnt; /* how many FID's are linked to this (ext)fentry */ in udf_node_get_fileinfo()
903 stat->st_nlink = link_cnt; in udf_node_get_fileinfo()
933 link_cnt = udf_node->link_cnt; in udf_node_set_fileinfo()
954 file_entry->link_cnt = udf_rw16(link_cnt); in udf_node_set_fileinfo()
977 …extfile_entry->link_cnt = udf_rw16(link_cnt); /* how many FID's are linked to this (ext)fent… in udf_node_set_fileinfo()
6103 refering->link_cnt++; in udf_create_directory_entry()
6271 udf_node->link_cnt--; in udf_unlink_node()
6273 if (udf_node->link_cnt > 0) in udf_unlink_node()
6439 dir_node->link_cnt--; in udf_remove_directory_prim()
[all …]
H A Decma167-udf.h746 uint16_t link_cnt; member
776 uint16_t link_cnt; member
H A Dnewfs_udf.c468 root_node->link_cnt--; in newfs_udf()
H A Dudf.h248 uint16_t link_cnt; /* how many FID's are linked to this (ext)fentry */ member
H A Dudf_verbose.c878 printf("\t\tLink count %d\n", udf_rw16(fe->link_cnt)); in udf_dump_file_entry()
926 printf("\t\tLink count %d\n", udf_rw16(efe->link_cnt)); in udf_dump_extfile_entry()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/udf/
H A Dudf_subr.c4844 refcnt = udf_rw16(udf_node->fe->link_cnt); in udf_dir_detach()
4847 refcnt = udf_rw16(udf_node->efe->link_cnt); in udf_dir_detach()
4853 udf_node->fe->link_cnt = udf_rw16(refcnt); in udf_dir_detach()
4855 udf_node->efe->link_cnt = udf_rw16(refcnt); in udf_dir_detach()
4870 dir_node->fe->link_cnt = udf_rw16(drefcnt); in udf_dir_detach()
5212 refcnt = udf_rw16(udf_node->fe->link_cnt); in udf_dir_attach()
5213 udf_node->fe->link_cnt = udf_rw16(refcnt+1); in udf_dir_attach()
5216 refcnt = udf_rw16(udf_node->efe->link_cnt); in udf_dir_attach()
5229 refcnt = udf_rw16(dir_node->fe->link_cnt); in udf_dir_attach()
5231 dir_node->fe->link_cnt = udf_rw16(refcnt); in udf_dir_attach()
[all …]
H A Dudf_vnops.c103 refcnt = udf_rw16(udf_node->fe->link_cnt); in udf_inactive()
106 refcnt = udf_rw16(udf_node->efe->link_cnt); in udf_inactive()
156 refcnt = udf_rw16(udf_node->fe->link_cnt); in udf_reclaim()
159 refcnt = udf_rw16(udf_node->efe->link_cnt); in udf_reclaim()
902 nlink = udf_rw16(fe->link_cnt); in udf_getattr()
926 nlink = udf_rw16(efe->link_cnt); in udf_getattr()
H A Decma167-udf.h740 uint16_t link_cnt; member
770 uint16_t link_cnt; member
/dports/multimedia/libv4l/linux-5.13-rc2/net/tipc/
H A Dnode.c132 int link_cnt; member
738 node->link_cnt--; in tipc_node_clear_links()
788 int remains = n->link_cnt; in tipc_node_timeout()
1068 n->link_cnt--; in tipc_node_link_down()
1269 if (n->link_cnt == 2) in tipc_node_check_dest()
1291 n->link_cnt++; in tipc_node_check_dest()
1293 if (n->link_cnt == 1) { in tipc_node_check_dest()
3092 i += scnprintf(buf + i, sz - i, " %d", n->link_cnt); in tipc_node_dump()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/tipc/
H A Dnode.c132 int link_cnt; member
738 node->link_cnt--; in tipc_node_clear_links()
788 int remains = n->link_cnt; in tipc_node_timeout()
1068 n->link_cnt--; in tipc_node_link_down()
1269 if (n->link_cnt == 2) in tipc_node_check_dest()
1291 n->link_cnt++; in tipc_node_check_dest()
1293 if (n->link_cnt == 1) { in tipc_node_check_dest()
3092 i += scnprintf(buf + i, sz - i, " %d", n->link_cnt); in tipc_node_dump()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/tipc/
H A Dnode.c132 int link_cnt; member
738 node->link_cnt--; in tipc_node_clear_links()
788 int remains = n->link_cnt; in tipc_node_timeout()
1068 n->link_cnt--; in tipc_node_link_down()
1269 if (n->link_cnt == 2) in tipc_node_check_dest()
1291 n->link_cnt++; in tipc_node_check_dest()
1293 if (n->link_cnt == 1) { in tipc_node_check_dest()
3092 i += scnprintf(buf + i, sz - i, " %d", n->link_cnt); in tipc_node_dump()
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-xhci.c674 uint32_t link_cnt = 0; in xhci_ring_fetch() local
701 if (++link_cnt > TRB_LINK_LIMIT) { in xhci_ring_fetch()
721 uint32_t link_cnt = 0; in xhci_ring_chain_length() local
737 if (++link_cnt > TRB_LINK_LIMIT) { in xhci_ring_chain_length()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-xhci.c674 uint32_t link_cnt = 0; in xhci_ring_fetch() local
701 if (++link_cnt > TRB_LINK_LIMIT) { in xhci_ring_fetch()
721 uint32_t link_cnt = 0; in xhci_ring_chain_length() local
737 if (++link_cnt > TRB_LINK_LIMIT) { in xhci_ring_chain_length()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-ohci.c1135 uint32_t link_cnt = 0; in ohci_service_ed_list() local
1141 for (cur = head; cur && link_cnt++ < ED_LINK_LIMIT; cur = next_ed) { in ohci_service_ed_list()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-ohci.c1135 uint32_t link_cnt = 0; in ohci_service_ed_list() local
1141 for (cur = head; cur && link_cnt++ < ED_LINK_LIMIT; cur = next_ed) { in ohci_service_ed_list()
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-xhci.c724 uint32_t link_cnt = 0; in xhci_ring_fetch() local
751 if (++link_cnt > TRB_LINK_LIMIT) { in xhci_ring_fetch()
772 uint32_t link_cnt = 0; in xhci_ring_chain_length() local
788 if (++link_cnt > TRB_LINK_LIMIT) { in xhci_ring_chain_length()

123