HomeSort by: relevance | last modified time | path
    Searched defs:role (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
isp_ioctl.h 59 * role that was passed in (the old role will be returned). It almost
72 * Get the current adapter role
120 role : 2, member in struct:isp_fc_device
ispvar.h 202 role : 2,
433 * Role is Initiator, Target, Both
440 * You should also never see anything with an initiator role
482 role : 2, member in struct:__anon8dd872cf0508
728 * For each channel, the outer layers should know what role that channel
1107 * GET_DEFAULT_ROLE(ispsoftc_t *, int) Get Default Role for a channel
1108 * SET_DEFAULT_ROLE(ispsoftc_t *, int, int) Set Default Role for a channel
aic79xx.c 137 role_t role);
207 role_t role, uint32_t status,
1207 if (devinfo.role == ROLE_INITIATOR) {
2766 u_int *period, u_int *ppr_options, role_t role)
2789 if (role == ROLE_TARGET)
2855 role_t role)
2871 if (role == ROLE_TARGET)
2884 u_int *bus_width, role_t role)
2899 if (role == ROLE_TARGET)
3355 role_t role; local in function:ahd_fetch_devinfo
3429 role_t role; local in function:ahd_scb_devinfo
    [all...]
aic7xxx.c 163 role_t role);
710 if (devinfo.role == ROLE_INITIATOR) {
1637 u_int *period, u_int *ppr_options, role_t role)
1666 if (role == ROLE_TARGET)
1790 u_int *offset, int wide, role_t role)
1807 if (role == ROLE_TARGET)
1820 u_int *bus_width, role_t role)
1835 if (role == ROLE_TARGET)
2168 role_t role; local in function:ahc_fetch_devinfo
2172 role = ROLE_TARGET
2240 role_t role; local in function:ahc_scb_devinfo
    [all...]
aic79xxvar.h 395 * As initialized by the host driver for the initiator role, this area
399 * For the target role, the contents of this area do not change, but
400 * still serve a different purpose than for the initiator role. See
787 * for each initiator<->target mapping. For the initiator role we pretend
789 * negotiation is the same regardless of role.
1312 role_t role; /* member in struct:ahd_devinfo
aic7xxxvar.h 343 * the initiator role to allow multi-scsi-id target mode
345 * ID as our initiator role if we allow initiator operation.
478 * As initialized by the host driver for the initiator role, this area
482 * For the target role, the contents of this area do not change, but
483 * still serve a different purpose than for the initiator role. See
838 * for each initiator<->target mapping. For the initiator role we pretend
840 * negotiation is the same regardless of role.
1226 role_t role; /* member in struct:ahc_devinfo
  /src/usr.bin/sdpquery/
print.c 1671 uint8_t id, role; local in function:print_hdp_features
1680 || !sdp_get_uint8(&feature, &role))
1717 switch(role) {
1720 default: printf(" [Role 0x%02x]", role); break;
1786 if (v & (1<<4)) printf(" Sync-Master Role\n");
  /src/sys/netbt/
hci_le.h 360 uint8_t role; member in struct:__anoncb4f7aa12208
hci.h 524 uint8_t accept_role_switch; /* accept role switch? 0x00 == No */
560 uint8_t role; /* connection role */ member in struct:__anonf724d2110d08
921 uint8_t role; /* role for the connection handle */ member in struct:__anonf724d2113f08
928 uint8_t role; /* new local role */ member in struct:__anonf724d2114008
2021 uint8_t role; /* new connection role */ member in struct:__anonf724d211c508
2406 #define BTF_MASTER (1<<10) /* request Master role */
    [all...]
  /src/sys/dev/i2c/
fusbtc.c 272 if (of_hasprop(child, "power-role")) {
273 const char *role = fdtbus_get_string(child, "power-role"); local in function:fusbtc_attach
275 if (!strcmp(role, "dual"))
277 if (!strcmp(role, "sink"))
279 if (!strcmp(role, "source"))
  /src/sys/net/
if_spppsubr.c 4944 int role; local in function:sppp_chap_scr
4948 role = sppp_auth_role(&chap, sp);
4950 if (ISSET(role, SPPP_AUTH_SERV) &&
4965 if (ISSET(role, SPPP_AUTH_PEER) &&
5358 int role; local in function:sppp_auth_role
5360 role = SPPP_AUTH_NOROLE;
5364 SET(role, SPPP_AUTH_SERV);
5367 SET(role, SPPP_AUTH_PEER);
5369 return role;

Completed in 57 milliseconds