int (*pathconf) ( resmgr_context_t *ctp,
io_pathconf_t *msg,
RESMGR_OCB_T *ocb )
struct _io_pathconf {
uint16_t type;
uint16_t combine_len;
short name;
uint16_t zero;
};
typedef union {
struct _io_pathconf i;
} io_pathconf_t;
The default implementation iofunc_pathconf_default() and helper function iofunc_pathconf() do not perform any permission checking.