Searched refs:targ (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.h173 void mprsas_rescan_target(struct mpr_softc *sc, struct mprsas_target *targ);
H A Dmpr_user.c749 struct mprsas_target *targ = NULL; local
835 targ = mprsas_find_target_by_handle(sc->sassc, 0,
837 if (targ == NULL) {
843 mprsas_prepare_for_tm(sc, cm, targ, CAM_LUN_WILDCARD);
1005 targ = mprsas_find_target_by_handle(sc->sassc, 0,
1008 if (!targ) {
1015 if (targ->scsi_req_desc_type ==
/freebsd-13-stable/usr.bin/bmake/
H A DMakefile38 targ.c \
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_device.c124 if (node->init && !node->targ) {
137 } else if (node->targ && !node->init) {
150 } else if (node->init && node->targ) {
201 if (!node->init && !node->targ){
499 node->targ = (ocs_be16toh(prli->service_params) & FC_PRLI_TARGET_FUNCTION) != 0;
1624 if (node->targ) {
1769 labels[(node->targ << 1) | (node->init)], node->wwpn, node->wwnn);
H A Docs_node.c365 * @param targ Port is potentially a target
371 ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ) argument
412 node->targ = targ;
821 !pend_frames_empty, node->sport->enable_ini, node->targ);
823 if((!pend_frames_empty) || (node->sport->enable_ini && node->targ)) {
825 if (node->sport->enable_ini && node->targ) {
1537 ocs_ddump_value(textbuf, "targ", "%d", node->targ);
1712 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "targ");
[all...]
H A Docs_common.h371 uint32_t targ:1, /**< node is target capable */ member in struct:ocs_node_s
H A Docs_fabric.c1922 if ((node->sport->enable_ini && active_nodes[i]->targ) ||
1943 if (node->sport->enable_ini && newnode->targ) {
H A Docs_cam.c1813 if (!node->targ) {
/freebsd-13-stable/contrib/bmake/
H A DMakefile24 targ.c \
H A Djob.c1945 JobRun(GNode *targ) argument
1957 Lst_Append(&lst, targ);
1960 JobStart(targ, TRUE);
1965 Compat_Make(targ, targ);
1967 if (targ->made == ERROR) {
1968 PrintOnError(targ, "\n\nStop.");
H A Dconfigure1042 -target | --target | --targe | --targ | --tar | --ta | --t)
1044 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp1437 const Atom* targ = ref->target(); local
1440 if (isa<DefinedAtom>(targ)) {
1448 if (const SharedLibraryAtom *sa = dyn_cast<SharedLibraryAtom>(targ)) {
1455 bind.symbolName = targ->name();
1462 if (const SharedLibraryAtom *sa = dyn_cast<SharedLibraryAtom>(targ)) {
1471 bind.symbolName = targ->name();
1483 6 + targ->name().size() + llvm::getULEB128Size(bind.segOffset);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c762 struct redact_thread_arg *targ = &thread_args[i]; local
763 node->record = bqueue_dequeue(&targ->q);
764 node->rt_arg = targ;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c6828 int targ; local
6844 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) {
6851 targ, &tstate);
6858 target_mask = 0x01 << targ;
6888 targ, CAM_LUN_WILDCARD,
6906 int targ; local
6924 for (targ = 0; targ < max_tar
7241 int targ = SCB_GET_TARGET(ahd, scb); local
[all...]
/freebsd-13-stable/sys/dev/mps/
H A Dmps_user.c760 struct mpssas_target *targ = NULL; local
846 targ = mpssas_find_target_by_handle(sc->sassc, 0,
848 if (targ == NULL) {
854 mpssas_prepare_for_tm(sc, cm, targ, CAM_LUN_WILDCARD);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c150 #define JUMP(ch, f, num, targ, back) jump_fast(ch, f, num, targ, back)
154 #define JUMP(ch, f, num, targ, back) jump_linear(ch, f, num, targ, back)
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c489 ag_device_t *targ; local
503 targ = &pmsc->pDevList[TID];
504 agtiapi_adjust_queue_depth(path, targ->qdepth);
1691 mtx_init( &pmcsc->devRmTimerLock, "targ rm timer lock", NULL, MTX_DEF );
2073 ag_device_t *targ; local
2075 targ = &pmcsc->pDevList[TID];
2076 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth);
3087 ag_device_t *targ; local
3106 targ = &pmcsc->pDevList[TID];
5605 AGTIAPI_PRINTK( "agtiapi_GetDevHandle: targ droppe
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_target.c124 .d_name = "targ",
161 targinit, "targ",
164 PERIPHDRIVER_DECLARE(targ, targdriver);
413 periph = cam_periph_find(path, "targ");
422 printf("Requested path still in use by targ%d\n",
431 "targ", CAM_PERIPH_BIO, path, targasync, 0, softc);
438 if (cam_periph_find(path, "targ") == NULL) {
1003 dev = make_dev(&targ_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, "targ");
/freebsd-13-stable/share/man/man4/
H A DMakefile545 targ.4 \
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c1214 snmp_send_port(void *targ, const struct asn_oid *port, struct snmp_pdu *pdu, argument
1217 struct transport *trans = targ;
/freebsd-13-stable/contrib/byacc/
H A Dconfigure431 -target | --target | --targe | --targ | --tar | --ta | --t)
433 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/freebsd-13-stable/contrib/ldns/drill/
H A Dconfigure1023 -target | --target | --targe | --targ | --tar | --ta | --t)
1025 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure1090 -target | --target | --targe | --targ | --tar | --ta | --t)
1092 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure1055 -target | --target | --targe | --targ | --tar | --ta | --t)
1057 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure1119 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)

Completed in 491 milliseconds

123