Home
last modified time | relevance | path

Searched refs:omp (Results 1 – 11 of 11) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c2131 setdirmode(vnode_t *dvp, mode_t *omp, cred_t *cr) in setdirmode() argument
2146 *omp |= VSGID; in setdirmode()
2148 *omp &= ~VSGID; in setdirmode()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c832 ASSERT3P(omp->b_next, ==, NULL); in mac_sw_lso()
865 mblk_t *tmp = msgpullup(omp, -1); 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()
877 mss = DB_LSOMSS(omp); in mac_sw_lso()
880 opktlen = msgsize(omp); in mac_sw_lso()
947 odatamp = omp; in mac_sw_lso()
951 odatamp = omp->b_cont; in mac_sw_lso()
978 ocsum_flags = DB_CKSUMFLAGS(omp); in mac_sw_lso()
[all …]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1490 struct module *omp; in kobj_export_ksyms() local
1500 bcopy(mp, omp, sizeof (struct module)); in kobj_export_ksyms()
1508 if (sym_lookup(omp, osp) == NULL) in kobj_export_ksyms()
1510 name = omp->strings + osp->st_name; 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()
1601 for (shn = 1; shn < omp->hdr.e_shnum; shn++) { in kobj_export_ksyms()
1602 shp = (Shdr *)(omp->shdrs + shn * omp->hdr.e_shentsize); in kobj_export_ksyms()
1613 kobj_free(omp->shdrs, omp->hdr.e_shentsize * omp->hdr.e_shnum); in kobj_export_ksyms()
1619 kobj_free(omp->symspace, omp->symsize); in kobj_export_ksyms()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dsuntpi.c194 mblk_t *omp = mp; in tpi_ack_alloc() local
197 freemsg(omp); in tpi_ack_alloc()
H A Dldterm.c3328 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/cmd/cron/
H A Dcron.c3485 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/intel/io/mc-amd/
H A Dmcamd_subr.c266 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/net80211/
H A Dnet80211_ioctl.c161 *mp = omp; in wifi_cfg_essid()
195 *mp = omp; in wifi_cfg_bssid()
252 *mp = omp; in wifi_cfg_nodename()
288 *mp = omp; in wifi_cfg_phy()
330 *mp = omp; in wifi_cfg_wepkey()
375 *mp = omp; in wifi_cfg_keyid()
409 *mp = omp; in wifi_cfg_authmode()
443 *mp = omp; in wifi_cfg_encrypt()
480 *mp = omp; in wifi_cfg_bsstype()
836 omp->b_wptr = omp->b_rptr + outp->wldp_length; in wifi_cfg_esslist()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c421 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/lib/libctf/common/
H A Dctf_diff.c322 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/lib/libc/port/i18n/
H A Dgettext_real.c71 struct msg_pack *mp, omp; in _real_gettext_u() local
85 mp = memset(&omp, 0, sizeof (omp)); /* msg pack */ in _real_gettext_u()