Searched refs:attach (Results 101 - 110 of 110) sorted by relevance

12345

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.c203 .attach = mpt_stdattach,
225 // .attach = mpt_core_attach,
2179 error = pers->attach(mpt);
H A Dmpt_raid.c93 .attach = mpt_raid_attach,
H A Dmpt_cam.c176 .attach = mpt_cam_attach,
196 * Only attach to nodes that support the initiator or target role
2617 * pass-thru device will attach.
/freebsd-13-stable/contrib/lib9p/
H A Drequest.c643 error = be->attach(be->softc, req);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c122 static int wpa_cli_open_connection(const char *ifname, int attach) argument
129 if (attach && interactive)
174 if (attach && interactive)
189 printf("Warning: Failed to attach to "
4731 printf("Warning: Failed to attach to "
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dp9conn.py767 def attach(self, afid, uname, aname, n_uname): member in class:P9Client
791 self.badresp('attach', resp)
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn.c673 * calls attach-post routine
810 /* call MI attach routine. */
1395 mac->mac_phy.attach = bwn_phy_g_attach;
1431 mac->mac_phy.attach = bwn_phy_n_attach;
1460 if (mac->mac_phy.attach != NULL) {
1461 error = mac->mac_phy.attach(mac);
/freebsd-13-stable/contrib/lib9p/backend/
H A Dfs.c127 * at all at attach time". In this case, new files inherit parent
552 * Allocate new open-file data structure to attach to a fid.
3003 backend->attach = fs_attach;
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4089 struct mlx4_qp qp; /* dummy for calling attach/detach */
4096 int attach = vhcr->op_modifier; local
4107 if (attach) {
4111 pr_err("Fail to attach rule to qp 0x%x\n", qpn);
4143 * VF can attach rules only with a mac address which is assigned to it.
4381 pr_warn("Can't attach FS rule without L2 headers, adding L2 header\n");
4548 struct mlx4_qp qp; /* dummy for calling attach/detach */
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8748 zfs_do_jail_impl(int argc, char **argv, boolean_t attach) argument
8773 ret = (zfs_jail(zhp, jailid, attach) != 0);

Completed in 290 milliseconds

12345