Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dulimit.c67 int hard, soft, cnt, c, res; in sysulimit() local
84 soft = 0; in sysulimit()
90 soft++; in sysulimit()
140 if (!hard && !soft) { in sysulimit()
141 soft++; in sysulimit()
157 if (soft) { in sysulimit()
165 if (hard && soft) { in sysulimit()
228 if (!hard && !soft) { in sysulimit()
230 soft++; in sysulimit()
235 if (soft) { in sysulimit()
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft, in print_lifetimes() argument
1900 if (soft != NULL && in print_lifetimes()
1901 soft->sadb_lifetime_len != SADB_8TO64(sizeof (*soft))) { in print_lifetimes()
1904 SADB_64TO8(soft->sadb_lifetime_len)); in print_lifetimes()
1941 if (soft != NULL) { in print_lifetimes()
1948 soft->sadb_lifetime_bytes, in print_lifetimes()
1949 bytecnt2out(soft->sadb_lifetime_bytes, byte_str, in print_lifetimes()
1951 soft->sadb_lifetime_allocations); in print_lifetimes()
1954 soft_prefix, soft->sadb_lifetime_addtime, in print_lifetimes()
1955 secs2out(soft->sadb_lifetime_addtime, secs_str, in print_lifetimes()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1653 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ in doaddup() local
2475 if (soft == NULL) { in doaddup()
2476 soft = malloc(sizeof (*soft)); in doaddup()
2477 if (soft == NULL) in doaddup()
2479 bzero(soft, sizeof (*soft)); in doaddup()
2480 soft->sadb_lifetime_exttype = in doaddup()
2482 soft->sadb_lifetime_len = in doaddup()
2483 SADB_8TO64(sizeof (*soft)); in doaddup()
2484 totallen += sizeof (*soft); in doaddup()
2488 if (soft->sadb_lifetime_allocations != 0) { in doaddup()
[all …]
/titanic_50/usr/src/cmd/plimit/
H A Dplimit.c319 char *soft = strtok_r(arg, " \t,", &lastc); in parse_limits() local
326 if (soft == NULL || *soft == '\0') { in parse_limits()
330 if (limit_value(which, soft, &rp->rlim_cur) != 0) in parse_limits()
/titanic_50/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
/titanic_50/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c404 uintptr_t *soft; in soft_conf_walk_init() local
406 if (mdb_readsym(&soft, sizeof (kcf_soft_conf_entry_t *), in soft_conf_walk_init()
411 wsp->walk_addr = (uintptr_t)soft; in soft_conf_walk_init()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dsadb.c815 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, in sadb_hardsoftchk() argument
818 if (hard == NULL || soft == NULL) in sadb_hardsoftchk()
822 soft->sadb_lifetime_allocations != 0 && in sadb_hardsoftchk()
823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations) in sadb_hardsoftchk()
827 soft->sadb_lifetime_bytes != 0 && in sadb_hardsoftchk()
828 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes) in sadb_hardsoftchk()
832 soft->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk()
833 hard->sadb_lifetime_addtime < soft->sadb_lifetime_addtime) in sadb_hardsoftchk()
837 soft->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk()
838 hard->sadb_lifetime_usetime < soft->sadb_lifetime_usetime) in sadb_hardsoftchk()
[all …]
H A Dipsecah.c1046 sadb_lifetime_t *soft = in ah_add_sa() local
1101 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) in ah_add_sa()
H A Dipsecesp.c3580 sadb_lifetime_t *soft = local
3650 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) {
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps292 label_on, "smln" "LO" Turn on soft labels
293 label_off, "rmln" "LF" Turn off soft labels
406 clear_margins, "mgc" "MC" Clear left and right soft margins
407 set_left_margin, "smgl" "ML" Set soft left margin
408 set_right_margin, "smgr" "MR" Set soft right margin
482 set_bottom_margin, "smgb" "Zk" Set soft bottom margin at current line
483 set_bottom_margin_parm, "smgbp" "Zl" Set soft bottom margin
484 set_left_margin_parm, "smglp" "Zm" Set soft left margin
485 set_right_margin_parm, "smgrp" "Zn" Set soft right margin
486 set_top_margin, "smgt" "Zo" Set soft top margin at current line
[all …]
H A Dcurses.ed23 #define KEY_SRESET 0530 /* soft (partial) reset (unreliable) */
/titanic_50/usr/src/uts/common/os/
H A Dcyclic.c1125 int soft, *buf, consndx, resized = 0, intr_resized = 0; in cyclic_softint() local
1136 soft = softbuf->cys_soft; in cyclic_softint()
1137 ASSERT(soft == 0 || soft == 1); in cyclic_softint()
1139 pc = &softbuf->cys_buf[soft]; in cyclic_softint()
1273 if (soft != softbuf->cys_hard) { in cyclic_softint()
1281 (softbuf->cys_buf[soft].cypc_sizemask << 1) + 1 || in cyclic_softint()
1282 softbuf->cys_buf[soft].cypc_sizemask == 0); in cyclic_softint()
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c63 #define fhc_bd_sc_evt(s, e) (*fbe->update)(fbe->soft, s, e)
1053 fhc_bd_evt.soft = sp; in fhc_bd_sc_register()
/titanic_50/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s364 ! queued. If so, don't bother generating a soft
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A DREADME.netboot52 a soft-reset of the NIC.
/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h775 void *soft; member
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps297 label_on smln LO str Turn on soft labels
298 label_off rmln LF str Turn off soft labels
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps297 label_on smln LO str Turn on soft labels
298 label_off rmln LF str Turn off soft labels
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src166 # -nl No labels - suppress soft labels
1984 # a description of the soft switches invoked when you do `Set Up'.
3408 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.
9327 # screen labeled (soft keys/action blocks) are labeled. Function key
9358 # There are problems with soft key labeling. These are due to
11975 # Datamedia DT80 soft switches:
18928 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
H A Dterminfo.src166 # -nl No labels - suppress soft labels
2240 # a description of the soft switches invoked when you do `Set Up'.
3898 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.
10494 # screen labeled (soft keys/action blocks) are labeled. Function key
10530 # There are problems with soft key labeling. These are due to
13505 # Datamedia DT80 soft switches:
21144 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
/titanic_50/usr/src/cmd/look/
H A Dwords21035 soft
/titanic_50/usr/src/cmd/spell/
H A Dlist21034 soft