Searched defs:enter (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctprc2.c60 void enter(struct ptmp *);
71 enter(&pb);
90 enter(struct ptmp *p) function
H A Dacctprc.c64 void enter(struct ptmp *);
102 enter(&pb);
120 enter(struct ptmp *p) function
H A Dacctcon.c106 static void enter(struct ctmp *);
287 * iline: look up/enter current line name in tbuf, return index
361 enter(&cb);
381 enter(&cb);
466 enter(struct ctmp *c) function
H A Dacctcms.c319 enter(&pcmt);
386 enter(&pcmt);
434 enter(&pcmt);
479 enter(struct pcms *p) function
530 j = enter(&pcmtmp);
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c88 static void enter(char *name, char *group);
202 enter(key, group);
242 enter(char *name, char *group) function
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c299 void enter(struct svfile *, unsigned char *, int);
370 enter(fp++, filname, ecount);
401 enter(struct svfile *fp, unsigned char *fname, int count) function
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c134 enter(register Table_t* tab, register Link_t* v) function
136 enter(tab, v)
430 if (cp != (Charset_t*)enter(&state.charset, (Link_t*)cp))
484 if (tp != (Territory_t*)enter(&state.territory, (Link_t*)tp))
553 if (lp != (Language_t*)enter(&state.language, (Link_t*)lp))
604 if (mp != (Map_t*)enter(&state.map, (Link_t*)mp))
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c146 cpu_idle_enter_cbfn_t enter; member in struct:cpu_idle_cb_item
425 cpu_idle_cb_array[i].enter = cip->callback->idle_enter;
690 if (cip->enter != NULL) {
691 cip->enter(cip->arg, ctx, check_func, check_arg);
706 * enter the idle state.
1022 /* CPU's idle enter timestamp as sequence number. */
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1260 PPMD(D_CPR, ("%s[%d]: enter\n", str, ++ppmbringup))
1305 PPMD(D_CPR, ("%s[%d]: enter\n", str, ++ppmsyncbp))
2719 ppm_manage_sx(s3a_t *s3ap, int enter) argument
2729 PPMD(D_CPR, ("ppm_manage_sx %x, enter %d\n", s3ap->s3a_state,
2730 enter))
2733 if (enter) {
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c221 int apic_kmdb_on_nmi = 0; /* 0 - no, 1 - yes enter kmdb */
298 * Clear the APIC error status (do this on all cpus that enter here)
1472 apic_switch_ipi_callback(boolean_t enter) argument
1479 if (enter) {
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c103 * enter ld.so.1.
637 (void) enter(0);
689 (void) enter(0);
745 (void) enter(0);
826 (void) enter(0);
864 (void) enter(0);
3191 enter(int flags) function
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c392 * ipsq_flush takes care of it. If we don't need to enter the
1071 * ill_waiter_count or we could not enter the ipsq. Leave
1968 * polling, IP needs to enter its perimeter, then call ill_mac_perim_enter
1969 * to enter the mac perimeter and then do the direct function calls into
3308 ipsq_init(ill_t *ill, boolean_t enter) argument
3324 if (enter) {
3463 * enter the ipsq at some point and cv_wait, the writer that
6492 * to enter any of the IPSQ's associated with it.
6570 * we can enter the ipsq exclusively. Unless 'force' is used, the ipsq
6576 * enter th
[all...]

Completed in 90 milliseconds