/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 | 803 mac_sw_lso(mblk_t *omp, mac_emul_t emul, mblk_t **head, mblk_t **tail, in mac_sw_lso() argument 829 ASSERT3U((DB_CKSUMFLAGS(omp) & HW_LSO), !=, 0); in mac_sw_lso() 832 ASSERT3P(omp->b_next, ==, NULL); in mac_sw_lso() 863 if (MBLKL(omp) == sizeof (struct ether_vlan_header) || in mac_sw_lso() 864 MBLKL(omp) == sizeof (struct ether_header)) { in mac_sw_lso() 865 mblk_t *tmp = msgpullup(omp, -1); in mac_sw_lso() 868 mac_drop_pkt(omp, "failed to pull up"); in mac_sw_lso() 872 mac_hcksum_clone(omp, tmp); in mac_sw_lso() 873 freemsg(omp); in mac_sw_lso() 874 omp = tmp; 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 | 1491 struct module *omp; in kobj_export_ksyms() local 1500 omp = kobj_alloc(sizeof (struct module), KM_WAIT); in kobj_export_ksyms() 1501 bcopy(mp, omp, sizeof (struct module)); in kobj_export_ksyms() 1506 for (nsyms = strsize = 1, osp = (Sym *)omp->symtbl; osp < esp; osp++) { in kobj_export_ksyms() 1509 if (sym_lookup(omp, osp) == NULL) in kobj_export_ksyms() 1511 name = omp->strings + osp->st_name; in kobj_export_ksyms() 1577 for (nsyms = strsize = 1, osp = (Sym *)omp->symtbl; osp < esp; osp++) { in kobj_export_ksyms() 1580 if (sym_lookup(omp, osp) == NULL) in kobj_export_ksyms() 1582 name = omp->strings + osp->st_name; in kobj_export_ksyms() 1602 for (shn = 1; shn < omp->hdr.e_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()
|