Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dport.h79 } file_obj32_t; typedef
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fop.c744 fname = (caddr_t)(uintptr_t)((file_obj32_t *)objptr)->fo_name; in port_fop_getdvp()
847 file_obj32_t *fobj32; in port_check_timestamp()
848 fobj32 = (file_obj32_t *)objptr; in port_check_timestamp()
914 file_obj32_t *fobj32; in port_check_timestamp()
915 fobj32 = (file_obj32_t *)objptr; in port_check_timestamp()
1281 file_obj32_t fobj32; in port_associate_fop()
1282 if (copyin((void *)object, &fobj32, sizeof (file_obj32_t))) in port_associate_fop()