/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tputs.c | 44 static char *ocp; variable 68 if (ocp == bell || ocp == flash_screen) in _tpad() 147 ocp = cp; in tputs()
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | tmpltest.c | 120 struct ldap_oclist *ocp; in dump_tmpl() local 129 for ( ocp = tmpl->dt_oclist; ocp != NULL; ocp = ocp->oc_next ) { in dump_tmpl() 130 for ( i = 0; ocp->oc_objclasses[ i ] != NULL; ++i ) { in dump_tmpl() 132 NULLSTRINGIFNULL( ocp->oc_objclasses[ i ] )); in dump_tmpl()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | disptmpl.c | 234 struct ldap_oclist *ocp, *nextocp; in free_disptmpl() local 236 for ( ocp = tmpl->dt_oclist; ocp != NULL; ocp = nextocp ) { in free_disptmpl() 237 nextocp = ocp->oc_next; in free_disptmpl() 238 ldap_free_strarray( ocp->oc_objclasses ); in free_disptmpl() 239 NSLDAPI_FREE( ocp ); in free_disptmpl() 469 struct ldap_oclist *ocp = NULL, *prevocp = NULL; in read_next_tmpl() local 532 if (( ocp = (struct ldap_oclist *)NSLDAPI_CALLOC( 1, in read_next_tmpl() 538 ocp->oc_objclasses = toks; in read_next_tmpl() 540 tmpl->dt_oclist = ocp; in read_next_tmpl() 542 prevocp->oc_next = ocp; in read_next_tmpl() [all …]
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp.c | 531 cpu_t *ocp; in disp_anywork() local 538 for (ocp = cp->cpu_next_part; ocp != cp; in disp_anywork() 539 ocp = ocp->cpu_next_part) { in disp_anywork() 540 ASSERT(CPU_ACTIVE(ocp)); in disp_anywork() 553 if (ocp->cpu_dispatch_pri == -1 && in disp_anywork() 554 (ocp->cpu_disp_flags & CPU_DISP_HALTED) == 0) in disp_anywork() 563 if (ocp->cpu_disp->disp_max_unbound_pri != -1 && in disp_anywork() 564 !((ocp->cpu_disp_flags & CPU_DISP_DONTSTEAL) && in disp_anywork() 565 ocp->cpu_disp->disp_nrunnable == 1) && in disp_anywork() 566 ocp->cpu_dispatch_pri != -1) in disp_anywork() [all …]
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4x_state.c | 354 sess_channel_t *ocp = NULL; in rfs4_session_create() local 419 ocp = rfs41_create_session_channel(dir); in rfs4_session_create() 420 ocp->cn_dir = dir; in rfs4_session_create() 421 sp->sn_fore = ocp; in rfs4_session_create() 428 ocp->cn_attrs = ap->cs_aotw.csa_fore_chan_attrs; in rfs4_session_create() 429 ocp->cn_back_attrs = ap->cs_aotw.csa_back_chan_attrs; in rfs4_session_create() 430 sle = sess_chan_limits(ocp); in rfs4_session_create() 460 sp->sn_slots = slots_alloc(ocp->cn_attrs.ca_maxrequests); in rfs4_session_create()
|
/illumos-gate/usr/src/ucbcmd/mkstr/ |
H A D | mkstr.c | 69 static int match(char *ocp); 160 match(char *ocp) in match() argument 165 for (cp = ocp + 1; *cp; cp++) { in match() 168 while (ocp < cp) in match() 169 (void) putchar(*ocp++); in match()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_get.c | 258 smunch(int col, unsigned char *ocp) in smunch() argument 262 cp = ocp; in smunch() 276 CP(ocp, cp); in smunch()
|
H A D | ex_vops3.c | 457 unsigned char *ocp; in ltosol1() local 468 ocp = linebuf; in ltosol1() 473 ocp = cp + 1; in ltosol1() 479 wcursor = ocp; in ltosol1()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv.c | 173 cred_priv_t *cp, *ocp; in priv_pr_spriv() local 201 ocp = &oldcred->cr_priv; in priv_pr_spriv() 215 if (!priv_issubset(&cp->crprivs[i], &ocp->crprivs[i]) && in priv_pr_spriv()
|
H A D | cpu.c | 2705 cpu_t *ocp = tp->t_cpu; in cpu_bind_thread() local 2714 tp->t_weakbound_cpu == ocp || in cpu_bind_thread()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk3.c | 2122 wchar_t *ocp; in makeindex() local 2136 ocp = indexbuf; in makeindex() 2138 ocp = emalloc(i * sizeof (wchar_t)); in makeindex() 2139 (void) memcpy(ocp, array, n * sizeof (wchar_t)); in makeindex() 2140 cp = ocp+n; in makeindex() 2149 return (ocp); in makeindex()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 551 struct config *pcp, *ocp; in hmatch_full_config() local 570 ocp = oldepname->u.name.cp; in hmatch_full_config() 620 oldepname->u.name.cp = ocp; in hmatch_full_config() 700 struct config *ocp = epname->u.name.cp; in hmatch_event() local 713 config_getcompname(ocp, NULL, &ocp_num); in hmatch_event() 759 for (cp = rematch ? ncp : ocp; cp; cp = config_next(cp)) { in hmatch_event() 772 epname->u.name.cp = ocp; in hmatch_event()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-storage-nvme.p5m | 52 file path=usr/include/sys/nvme/ocp.h
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 897 ocp.h \
|