| /illumos-gate/usr/src/uts/common/io/net80211/ |
| H A D | net80211_ioctl.c | 134 mblk_t *omp; in wifi_cfg_essid() local 141 if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_essid_t))) == NULL) in wifi_cfg_essid() 143 outp = (wldp_t *)omp->b_rptr; in wifi_cfg_essid() 161 *mp = omp; in wifi_cfg_essid() 168 mblk_t *omp; in wifi_cfg_bssid() local 173 if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_bssid_t))) == NULL) in wifi_cfg_bssid() 175 outp = (wldp_t *)omp->b_rptr; in wifi_cfg_bssid() 195 *mp = omp; in wifi_cfg_bssid() 202 mblk_t *omp; in wifi_cfg_nodename() local 211 if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_nodename_t))) == NULL) in wifi_cfg_nodename() [all …]
|
| /illumos-gate/usr/src/uts/common/io/mac/ |
| H A D | mac_util.c | 702 mac_sw_lso(mblk_t *omp, mac_emul_t emul, mblk_t **head, mblk_t **tail, in mac_sw_lso() argument 732 ASSERT3U((DB_CKSUMFLAGS(omp) & HW_LSO), !=, 0); in mac_sw_lso() 735 ASSERT3P(omp->b_next, ==, NULL); in mac_sw_lso() 737 mac_ether_offload_info(omp, &meoi); in mac_sw_lso() 746 mac_drop_pkt(omp, "unable to fully parse packet to L4"); in mac_sw_lso() 752 mac_drop_pkt(omp, "LSO'd packet has non-IP L3 header: %x", in mac_sw_lso() 758 mac_drop_pkt(omp, "LSO unsupported protocol: %x", in mac_sw_lso() 765 mss = DB_LSOMSS(omp); in mac_sw_lso() 767 mac_drop_pkt(omp, "packet misconfigured for LSO (MSS == 0)"); in mac_sw_lso() 780 if (MBLKL(omp) < ohdrslen || !OK_32PTR(omp->b_rptr + oehlen)) { in mac_sw_lso() [all …]
|
| /illumos-gate/usr/src/uts/intel/io/mc-amd/ |
| H A D | mcamd_subr.c | 266 const struct mc_offmap *omp; member 278 const struct mc_offmap *omp; in findoffset() local 280 if (nt > MC_NT_NTYPES || (omp = arr[nt].omp) == NULL) in findoffset() 283 for (i = 0; i < arr[nt].mapents; i++, omp++) { in findoffset() 284 if (omp->mcom_code == code) { in findoffset() 285 *offset = omp->mcom_offset; in findoffset()
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | suntpi.c | 194 mblk_t *omp = mp; in tpi_ack_alloc() local 197 freemsg(omp); in tpi_ack_alloc()
|
| H A D | ldterm.c | 3328 mblk_t *omp = NULL; in ldtermwmsg() local 3347 residmp = ldterm_output_msg(q, mp, &omp, in ldtermwmsg() 3349 if ((mp = omp) == NULL) in ldtermwmsg() 3405 ldterm_output_msg(queue_t *q, mblk_t *imp, mblk_t **omp, in ldterm_output_msg() argument 3452 if ((obp = *omp) != NULL) { in ldterm_output_msg() 3458 contpp = omp; in ldterm_output_msg() 3946 freemsg(*omp); in ldterm_output_msg() 3953 msgdsize(*omp)); in ldterm_output_msg() 3954 putnext(q, *omp); in ldterm_output_msg() 3976 *omp = NULL; in ldterm_output_msg() [all …]
|
| /illumos-gate/usr/src/lib/libctf/common/ |
| H A D | ctf_diff.c | 322 const ctf_member_t *imp, *omp; in ctf_diff_struct() local 354 omp = (const ctf_member_t *)((uintptr_t)otp + oincr); in ctf_diff_struct() 357 omp = NULL; in ctf_diff_struct() 390 if (omp != NULL) { in ctf_diff_struct() 391 oname = ctf_strptr(ofp, omp->ctm_name); in ctf_diff_struct() 392 ooff = omp->ctm_offset; in ctf_diff_struct() 393 otype = omp->ctm_type; in ctf_diff_struct() 416 if (omp != NULL) in ctf_diff_struct() 417 omp++; in ctf_diff_struct()
|
| /illumos-gate/usr/src/uts/common/krtld/ |
| H A D | kobj.c | 1561 struct module *omp; in kobj_export_ksyms() local 1570 omp = kobj_alloc(sizeof (struct module), KM_WAIT); in kobj_export_ksyms() 1571 bcopy(mp, omp, sizeof (struct module)); in kobj_export_ksyms() 1576 for (nsyms = strsize = 1, osp = (Sym *)omp->symtbl; osp < esp; osp++) { in kobj_export_ksyms() 1579 if (sym_lookup(omp, osp) == NULL) in kobj_export_ksyms() 1581 name = omp->strings + osp->st_name; in kobj_export_ksyms() 1647 for (nsyms = strsize = 1, osp = (Sym *)omp->symtbl; osp < esp; osp++) { in kobj_export_ksyms() 1650 if (sym_lookup(omp, osp) == NULL) in kobj_export_ksyms() 1652 name = omp->strings + osp->st_name; in kobj_export_ksyms() 1672 for (shn = 1; shn < omp->shnum; shn++) { in kobj_export_ksyms() [all …]
|
| /illumos-gate/usr/src/lib/libc/port/i18n/ |
| H A D | gettext_real.c | 71 struct msg_pack *mp, omp; in _real_gettext_u() local 85 mp = memset(&omp, 0, sizeof (omp)); /* msg pack */ in _real_gettext_u()
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
| H A D | rdsddi.c | 421 rds_info_req(queue_t *q, mblk_t *omp) in rds_info_req() argument 428 mp = tpi_ack_alloc(omp, sizeof (struct T_info_ack), M_PCPROTO, in rds_info_req()
|
| /illumos-gate/usr/src/cmd/cron/ |
| H A D | cron.c | 3485 struct miscpid *mp, *omp; in miscpid_delete() local 3488 omp = NULL; in miscpid_delete() 3494 omp = mp; in miscpid_delete() 3497 if (omp != NULL) in miscpid_delete() 3498 omp->next = mp->next; in miscpid_delete()
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_subr.c | 2131 setdirmode(vnode_t *dvp, mode_t *omp, cred_t *cr) in setdirmode() argument 2146 *omp |= VSGID; in setdirmode() 2148 *omp &= ~VSGID; in setdirmode()
|