Symbol: attach
crypto/openssl/crypto/store/store_lib.c
1047
loader_ctx = loader->attach(loader, bp, libctx, propq,
crypto/openssl/crypto/store/store_local.h
88
OSSL_STORE_attach_fn attach;
crypto/openssl/crypto/store/store_register.c
81
loader->attach = attach_function;
sbin/devd/devd.cc
142
static const char attach = '+';
sbin/devd/devd.cc
828
case attach:
sbin/devd/devd.cc
897
case attach: /*FALLTHROUGH*/
sys/dev/ath/ath_hal/ah.c
122
ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
sys/dev/ath/ath_hal/ah.c
99
ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
sys/dev/ath/ath_hal/ah_internal.h
104
.attach = _attach, \
sys/dev/ath/ath_hal/ah_internal.h
122
HAL_BOOL (*attach)(struct ath_hal *ah, HAL_STATUS *ecode);
sys/dev/ath/ath_hal/ah_internal.h
130
.attach = _attach, \
sys/dev/ath/ath_hal/ah_internal.h
93
struct ath_hal *(*attach)(uint16_t devid, HAL_SOFTC,
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
546
if (!rf->attach(ah, &ecode)) {
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
255
if (!rf->attach(ah, &ecode)) {
sys/dev/bwn/if_bwn.c
1393
mac->mac_phy.attach = bwn_phy_g_attach;
sys/dev/bwn/if_bwn.c
1429
mac->mac_phy.attach = bwn_phy_n_attach;
sys/dev/bwn/if_bwn.c
1458
if (mac->mac_phy.attach != NULL) {
sys/dev/bwn/if_bwn.c
1459
error = mac->mac_phy.attach(mac);
sys/dev/bwn/if_bwnvar.h
493
int (*attach)(struct bwn_mac *);
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
1337
u8 gid[16], u8 attach, u8 block_loopback,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
1354
if (attach && block_loopback)
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
1357
err = mlx4_cmd(dev, mailbox->dma, qpn, attach,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
1362
if (err && !attach &&
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4096
int attach = vhcr->op_modifier;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4107
if (attach) {
sys/dev/mpt/mpt.c
201
.attach = mpt_stdattach,
sys/dev/mpt/mpt.c
2177
error = pers->attach(mpt);
sys/dev/mpt/mpt.h
187
mpt_attach_handler_t *attach; /* initialize device instance */
sys/dev/mpt/mpt_cam.c
174
.attach = mpt_cam_attach,
sys/dev/mpt/mpt_raid.c
90
.attach = mpt_raid_attach,
sys/dev/mpt/mpt_user.c
70
.attach = mpt_user_attach,
sys/dev/ral/if_ral_pci.c
108
int (*attach)(device_t, int);
sys/dev/ral/if_ral_pci.c
247
error = (*psc->sc_opns->attach)(dev, pci_get_device(dev));
sys/dev/sfxge/common/efx_mcdi.c
1280
__in boolean_t attach)
sys/dev/sfxge/common/efx_mcdi.c
1305
DRV_ATTACH_IN_ATTACH, attach ? 1 : 0,
sys/dev/sfxge/common/efx_mcdi.h
164
__in boolean_t attach);
sys/dev/uart/uart_core.c
737
if (sc->sc_sysdev != NULL && sc->sc_sysdev->attach != NULL) {
sys/dev/uart/uart_core.c
738
if ((error = sc->sc_sysdev->attach(sc)) != 0)
sys/dev/uart/uart_cpu.h
76
int (*attach)(struct uart_softc*);
sys/dev/usb/net/if_umb.c
2444
umb_packet_service(struct umb_softc *sc, int attach)
sys/dev/usb/net/if_umb.c
2449
attach ? "attach" : "detach");
sys/dev/usb/net/if_umb.c
2451
s.action = htole32(attach ?
sys/dev/vmware/vmci/vmci_queue_pair.c
58
static int queue_pair_notify_peer_local(bool attach,
sys/dev/vmware/vmci/vmci_queue_pair.c
914
queue_pair_notify_peer_local(bool attach, struct vmci_handle handle)
sys/dev/vmware/vmci/vmci_queue_pair.c
931
e_msg->event_data.event = attach ? VMCI_EVENT_QP_PEER_ATTACH :
sys/net/route/fib_algo.c
1248
struct fib_data *orig_fd, struct fib_data **pfd, bool attach)
sys/net/route/fib_algo.c
1261
if ((result == FLM_SUCCESS) && attach) {
usr.sbin/devctl/devctl.c
128
DEVCTL_COMMAND(top, attach, attach);