Home
last modified time | relevance | path

Searched refs:rf_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c412 switch (msgp->rmsg_u.msg_fact.rf_type) { in successful_comm()
452 (cur_msg->rmsg_u.msg_fact.rf_type == RF_SRV_OK)) { in find_beginning()
456 (cur_msg->rmsg_u.msg_fact.rf_type == in find_beginning()
529 switch (cur_fp->rf_type) { in get_facts()
570 "get facts: illegal fact %d", cur_fp->rf_type); in get_facts()
605 if (fp1->rf_type != fp2->rf_type) in facts_same()
1095 switch (fp->rf_type) { in queue_print_fact()
1167 fp->rf_type); in queue_print_fact()
1296 switch (msg->rmsg_u.msg_fact.rf_type) { in update_recov_kstats()
1452 fp->rf_type = fid; in nfs4_queue_fact()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c748 switch (rf->rf_type) { in nfs_queue_show_fact()
791 mdb_printf("queue_print_fact: illegal fact %d\n", rf->rf_type); in nfs_queue_show_fact()
H A Dnfs_clnt.c1264 switch (fp->rf_type) { in mimsg_print_fact()
1343 msg.rmsg_u.msg_fact.rf_type) { in print_mimsg_cb()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h253 int rf_type; /* FUNC || GETLINE */ member
H A Dawk1.c278 np = finstall(rp->rf_name, rp->rf_func, rp->rf_type); in awkvarinit()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h803 nfs4_fact_type_t rf_type; member