| /illumos-gate/usr/src/uts/common/io/dld/ |
| H A D | dld_proto.c | 329 dl_err = DL_BADPRIM; in proto_attach_req() 372 dl_err = DL_BADPRIM; in proto_detach_req() 382 dl_err = DL_BADPRIM; in proto_detach_req() 415 dl_err = DL_BADPRIM; in proto_bind_req() 517 dl_err = DL_BADPRIM; in proto_unbind_req() 584 dl_err = DL_BADPRIM; in proto_promiscon_req() 671 dl_err = DL_BADPRIM; in proto_promiscoff_req() 783 dl_err = DL_BADPRIM; in proto_enabmulti_req() 846 dl_err = DL_BADPRIM; in proto_disabmulti_req() 893 dl_err = DL_BADPRIM; in proto_physaddr_req() [all …]
|
| /illumos-gate/usr/src/uts/common/inet/ipnet/ |
| H A D | ipnet.c | 752 dlerrorack(q, mp, prim, DL_BADPRIM, 0); in ipnet_wputnondata() 764 dlerrorack(q, mp, DL_INFO_REQ, DL_BADPRIM, 0); in ipnet_inforeq() 783 dlerrorack(q, mp, DL_BIND_REQ, DL_BADPRIM, 0); in ipnet_bindreq() 813 dlerrorack(q, mp, DL_UNBIND_REQ, DL_BADPRIM, 0); in ipnet_unbindreq() 834 dlerrorack(q, mp, DL_PROMISCON_REQ, DL_BADPRIM, 0); in ipnet_dlpromisconreq() 863 dlerrorack(q, mp, DL_PROMISCON_REQ, DL_BADPRIM, 0); in ipnet_dlpromisconreq() 878 dlerrorack(q, mp, DL_PROMISCOFF_REQ, DL_BADPRIM, 0); in ipnet_dlpromiscoffreq() 902 dlerrorack(q, mp, DL_PROMISCOFF_REQ, DL_BADPRIM, 0); in ipnet_dlpromiscoffreq()
|
| /illumos-gate/usr/src/uts/common/io/softmac/ |
| H A D | softmac_fp.c | 451 dl_err = DL_BADPRIM; in softmac_capability_req() 471 dl_err = DL_BADPRIM; in softmac_capability_req() 489 dl_err = DL_BADPRIM; in softmac_capability_req()
|
| /illumos-gate/usr/src/uts/common/inet/dlpistub/ |
| H A D | dlpistub.c | 183 dlerrorack(q, mp, prim, DL_BADPRIM, 0); in ds_badprim()
|
| /illumos-gate/usr/src/uts/common/io/ppp/sppp/ |
| H A D | sppp_dlpi.c | 321 error = DL_BADPRIM; in sppp_mproto() 332 error = DL_BADPRIM; in sppp_mproto()
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
| H A D | fcip.c | 4963 dlerrorack(wq, mp, DL_INFO_REQ, DL_BADPRIM, 0); in fcip_ireq() 5179 dlerrorack(wq, mp, DL_ATTACH_REQ, DL_BADPRIM, 0); in fcip_areq() 5270 dlerrorack(wq, mp, DL_DETACH_REQ, DL_BADPRIM, 0); in fcip_dreq() 5301 dlerrorack(wq, mp, DL_BIND_REQ, DL_BADPRIM, 0); in fcip_breq() 5357 dlerrorack(wq, mp, DL_UNBIND_REQ, DL_BADPRIM, 0); in fcip_ubreq() 5391 dlerrorack(wq, mp, DL_PHYS_ADDR_REQ, DL_BADPRIM, 0); in fcip_pareq() 5445 dlerrorack(wq, mp, DL_SET_PHYS_ADDR_REQ, DL_BADPRIM, 0); in fcip_spareq() 5454 dlerrorack(wq, mp, DL_SET_PHYS_ADDR_REQ, DL_BADPRIM, 0); in fcip_spareq() 5511 dlerrorack(wq, mp, DL_SET_PHYS_ADDR_REQ, DL_BADPRIM, 0); in fcip_spareq()
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | sundlpi.c | 515 case DL_BADPRIM: return ("DL_BADPRIM"); in dl_errstr()
|
| H A D | gld.c | 3248 int result = DL_BADPRIM; in gld_cmds() 3254 return (DL_BADPRIM); in gld_cmds() 3383 result = DL_BADPRIM; in gld_cmds() 3487 return (DL_BADPRIM); in gld_cap_enable() 3494 return (DL_BADPRIM); in gld_cap_enable() 5055 return (DL_BADPRIM); in gld_physaddr()
|
| H A D | llc1.c | 1097 result = DL_BADPRIM; in llc1_cmds() 2476 return (DL_BADPRIM); in llc1_xid_req_res() 2726 return (DL_BADPRIM); in llc1_test_req_res()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | dlpi.h | 219 #define DL_BADPRIM 0x09 /* Primitive received not known by provider */ macro
|
| /illumos-gate/usr/src/uts/sun/io/ |
| H A D | zs_hdlc.c | 990 error = DL_BADPRIM; in zsh_wput() 996 error = DL_BADPRIM; in zsh_wput()
|