Searched refs:attach (Results 51 - 68 of 68) sorted by relevance

123

/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh420 * Do nothing, as it's all done in attach().
503 * We will ask for them again in attach if we win.
520 * You would do ISA specific attach things here, but generically there aren't
538 * and undo anything we did in the ISA attach routine.
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c930 bpf_track(void *arg, struct ifnet *ifp, int dlt, int attach) argument
943 if (attach) {
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mcdi.c1199 __in boolean_t attach)
1214 * driver can attach to an unprivileged function. The datapath firmware
1217 MCDI_IN_SET_DWORD(req, DRV_ATTACH_IN_NEW_STATE, attach ? 1 : 0);
1197 efx_mcdi_drv_attach( __in efx_nic_t *enp, __in boolean_t attach) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c544 if (!rf->attach(ah, &ecode)) {
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h191 mpt_attach_handler_t *attach; /* initialize device instance */ member in struct:mpt_personality
H A Dmpt_user.c71 .attach = mpt_user_attach,
H A Dmpt.c201 .attach = mpt_stdattach,
223 // .attach = mpt_core_attach,
2181 error = pers->attach(mpt);
H A Dmpt_raid.c91 .attach = mpt_raid_attach,
H A Dmpt_cam.c174 .attach = mpt_cam_attach,
194 * Only attach to nodes that support the initiator or target role
2641 * pass-thru device will attach.
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h491 int (*attach)(struct bwn_mac *); member in struct:bwn_phy
H A Dif_bwn.c620 * calls attach-post routine
676 /* call MI attach routine. */
1240 mac->mac_phy.attach = bwn_phy_g_attach;
1276 mac->mac_phy.attach = bwn_phy_n_attach;
1305 if (mac->mac_phy.attach != NULL) {
1306 error = mac->mac_phy.attach(mac);
/freebsd-11-stable/sys/dev/uart/
H A Duart_kbd_sun.c235 uart_keyboard.attach = sunkbd_attach;
270 * Don't attach if we didn't probe the keyboard. Note that
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c33 for a process we attach to.
208 early as well, and so is also special-cased, and an attach
321 /* Action to take on an attach, depends on
2223 * continue routines (adding one in attach). It'd
3007 * Since this is called after either attach or run, we
3122 * "require...", but that messes up attach.
4304 * | a user command. and attach, never a
4648 error ("Internal error adding a thread on attach.");
4724 To make this attach() implementation more compatible with
4763 attach (in
4743 attach (int pid) function
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c71 ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
511 /* NB: ah_curchan may be null when called attach time */
539 /* NB: ah_curchan may be null when called attach time */
/freebsd-11-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-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c5203 zfs_jail(zfs_handle_t *zhp, int jailid, int attach) argument
5211 if (attach) {
5235 cmd = attach ? ZFS_IOC_JAIL : ZFS_IOC_UNJAIL;
/freebsd-11-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-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6815 do_jail(int argc, char **argv, int attach) argument
6840 ret = (zfs_jail(zhp, jailid, attach) != 0);

Completed in 233 milliseconds

123