Home
last modified time | relevance | path

Searched refs:fd_flags (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c385 uint8_t fd_flags = 0; in npi_espc_vpd_info_get() local
525 fd_flags |= FD_MODEL; in npi_espc_vpd_info_get()
531 fd_flags |= FD_BD_MODEL; in npi_espc_vpd_info_get()
536 fd_flags |= FD_FW_VERSION; in npi_espc_vpd_info_get()
548 fd_flags |= FD_MAC_ADDR; in npi_espc_vpd_info_get()
554 fd_flags |= FD_NUM_MACS; in npi_espc_vpd_info_get()
561 fd_flags |= FD_PHY_TYPE; in npi_espc_vpd_info_get()
570 if ((fd_flags & FD_ALL) == FD_ALL) in npi_espc_vpd_info_get()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c1154 if ((err == 0) && (fdp->fd_flags & FLG_FD_ALTER)) in file_open()
1205 if (fdp->fd_flags & FLG_FD_ALTER) in file_open()
1228 fdp->fd_flags |= FLG_FD_RESOLVED; in file_open()
1341 if (fdp->fd_flags & FLG_FD_ALTER) in file_open()
1383 fdp->fd_flags |= FLG_FD_ALTER; in find_path()
1400 fdp->fd_flags &= ~FLG_FD_ALTER; in find_path()
1440 fdp->fd_flags &= ~FLG_FD_SLASH; in _find_file()
1519 fdp->fd_flags |= FLG_FD_ALTER; in find_file()
1534 fdp->fd_flags &= ~FLG_FD_ALTER; in find_file()
1898 if (fdp->fd_flags & FLG_FD_ALTER) { in load_file()
[all …]
H A Dcap.c107 fdp_a->fd_flags |= FLG_FD_IGNORE; in compare()
108 fdp_b->fd_flags |= FLG_FD_IGNORE; in compare()
480 fdp->fd_flags |= FLG_FD_ALTCAP; in cap_check_fdesc()
481 fdp->fd_flags |= FLG_FD_ALTCHECK; in cap_check_fdesc()
486 return (cap_check(cptr, strs, (fdp->fd_flags & FLG_FD_ALTCAP), in cap_check_fdesc()
640 if (fdp->fd_flags & FLG_FD_IGNORE) in cap_dir()
H A D_rtld.h246 uint_t fd_flags; member
H A Dpaths.c1190 if (fdp && (fdp->fd_flags & FLG_FD_RESOLVED)) { in fullpath()
H A Dsetup.c710 fdr.fd_flags |= FLG_FD_RESOLVED; in setup()
H A Delf.c2310 if (fdp->fd_flags & FLG_FD_ALTCHECK) {
2314 if (fdp->fd_flags & FLG_FD_ALTCAP)
/titanic_50/usr/src/cmd/prstat/
H A Dprfile.h43 int fd_flags; member
H A Dprfile.c145 fdp_new->fd_flags = flags; in fd_open()
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h147 int fd_flags; member
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3237 rnodep->fd_flags = FC_REMOTE_NODE_VALID; in fctl_create_remote_node()
4532 invalid = (rnodep->fd_flags == FC_REMOTE_NODE_INVALID) ? 1 : 0; in fctl_create_remote_port()