Home
last modified time | relevance | path

Searched refs:dl_udp_netconf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c264 static struct knetconfig dl_udp_netconf = { variable
369 dl_cf = &dl_udp_netconf; in mount_root()
419 stat = pmap_kgetport(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs()
439 stat = mycallrpc(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs()
500 stat = pmap_kgetport(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs3()
527 stat = mycallrpc(&dl_udp_netconf, sa, (rpcprog_t)MOUNTPROG, in mountnfs3()
593 knconf = &dl_udp_netconf; in ping_prog()
645 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, in whoami()
712 stat = pmap_rmt_call(&dl_udp_netconf, &sa, TRUE, BOOTPARAMPROG, in whoami()
882 stat = mycallrpc(&dl_udp_netconf, &bootparam_addr, in getfile()
[all …]
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c869 struct knetconfig dl_udp_netconf = { in iscsi_net_interface() local
886 dl_udp_netconf.knc_rdev = in iscsi_net_interface()
912 if (t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, in iscsi_net_interface()