Searched refs:soft (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dulimit.c67 int hard, soft, cnt, c, res; local
84 soft = 0;
90 soft++;
140 if (!hard && !soft) {
141 soft++;
157 if (soft) {
165 if (hard && soft) {
228 if (!hard && !soft) {
230 soft++;
235 if (soft) {
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts113 soft-interrupt-sources = <64>;
H A Dberi-sim.dts111 soft-interrupt-sources = <64>;
H A Dberipad-de4.dts111 soft-interrupt-sources = <64>;
H A Dberipad-sockit.dts109 soft-interrupt-sources = <64>;
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dinterrupt.s163 / If we're here, we're being called from splx() to fake a soft
165 / We execute this code when a soft interrupt is posted at
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft,
1900 if (soft != NULL &&
1901 soft->sadb_lifetime_len != SADB_8TO64(sizeof (*soft))) {
1904 SADB_64TO8(soft->sadb_lifetime_len));
1941 if (soft != NULL) {
1948 soft->sadb_lifetime_bytes,
1949 bytecnt2out(soft->sadb_lifetime_bytes, byte_str,
1951 soft->sadb_lifetime_allocations);
1954 soft_prefix, soft
1874 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, struct sadb_lifetime *hard, struct sadb_lifetime *soft, struct sadb_lifetime *idle, boolean_t vflag) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1653 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ local
2475 if (soft == NULL) {
2476 soft = malloc(sizeof (*soft));
2477 if (soft == NULL)
2479 bzero(soft, sizeof (*soft));
2480 soft->sadb_lifetime_exttype =
2482 soft->sadb_lifetime_len =
2483 SADB_8TO64(sizeof (*soft));
[all...]
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c75 "\t%s -{cdfnstv} soft,hard ... pid ...\n"
76 "\t-c soft,hard\tset core file size limits\n"
77 "\t-d soft,hard\tset data segment (heap) size limits\n"
78 "\t-f soft,hard\tset file size limits\n"
79 "\t-n soft,hard\tset file descriptor limits\n"
80 "\t-s soft,hard\tset stack segment size limits\n"
81 "\t-t soft,hard\tset CPU time limits\n"
82 "\t-v soft,hard\tset virtual memory size limits\n"
320 char *soft = strtok_r(arg, " \t,", &lastc); local
327 if (soft
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c404 uintptr_t *soft; local
406 if (mdb_readsym(&soft, sizeof (kcf_soft_conf_entry_t *),
411 wsp->walk_addr = (uintptr_t)soft;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c810 * Check hard vs. soft lifetimes. If there's a reality mismatch (e.g.
811 * soft lifetimes > hard lifetimes) return an appropriate diagnostic for
815 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, argument
818 if (hard == NULL || soft == NULL)
822 soft->sadb_lifetime_allocations != 0 &&
823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations)
827 soft->sadb_lifetime_bytes != 0 &&
828 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes)
832 soft->sadb_lifetime_addtime != 0 &&
833 hard->sadb_lifetime_addtime < soft
1096 boolean_t soft = B_FALSE, hard = B_FALSE; local
2924 sadb_lifetime_t *soft = local
4267 sadb_update_lifetimes(ipsa_t *assoc, sadb_lifetime_t *hard, sadb_lifetime_t *soft, sadb_lifetime_t *idle, boolean_t outbound) argument
4489 sadb_lifetime_t *soft = local
[all...]
H A Dipsecah.c1046 sadb_lifetime_t *soft = local
1101 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0)
H A Dipsecesp.c3580 sadb_lifetime_t *soft = local
3650 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) {
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c130 * cyclic_softint() <-- CY_LOCK/LOW_LEVEL soft interrupt entry point
320 * expired cyclic and posts a soft interrupt at the desired level. In the
321 * cyclic subsystem's soft interrupt handler, cyclic_softint(), we repeatedly
327 * If we wish to avoid a linear scan of the cyclics array at soft interrupt
329 * have a non-zero cy_pend count. We thus introduce a per-soft interrupt
389 * processing path, this would create the potential for soft level cy_pend
462 * producer/consumer buffer, we implement up to two buffers per soft interrupt
464 * and a soft buffer (the buffer from which cyclic_softint() is consuming).
465 * During normal operation, the hard buffer and soft buffer point to the
471 * then posts a CY_LOCK_LEVEL soft interrup
1125 int soft, *buf, consndx, resized = 0, intr_resized = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s364 ! queued. If so, don't bother generating a soft
376 ! Setup to cause an IDN soft interrupt to occur,
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h775 void *soft; member in struct:__anon10149
785 struct fhc_soft_state *softsp; /* handle for DDI soft state */
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c63 #define fhc_bd_sc_evt(s, e) (*fbe->update)(fbe->soft, s, e)
683 * command into the fhc soft state structure.
1053 fhc_bd_evt.soft = sp;

Completed in 292 milliseconds