/illumos-gate/usr/src/cmd/sh/ |
H A D | ulimit.c | 64 int hard, soft, cnt, c, res; in sysulimit() local 81 soft = 0; in sysulimit() 87 soft++; in sysulimit() 137 if (!hard && !soft) { in sysulimit() 138 soft++; in sysulimit() 154 if (soft) { in sysulimit() 162 if (hard && soft) { in sysulimit() 225 if (!hard && !soft) { in sysulimit() 227 soft++; in sysulimit() 232 if (soft) { in sysulimit()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_sig.c | 288 tcpsig_check_lifetimes(sadb_lifetime_t *hard, sadb_lifetime_t *soft) in tcpsig_check_lifetimes() argument 290 if (hard == NULL || soft == NULL) in tcpsig_check_lifetimes() 294 soft->sadb_lifetime_addtime != 0 && in tcpsig_check_lifetimes() 295 hard->sadb_lifetime_addtime < soft->sadb_lifetime_addtime) { in tcpsig_check_lifetimes() 300 soft->sadb_lifetime_usetime != 0 && in tcpsig_check_lifetimes() 301 hard->sadb_lifetime_usetime < soft->sadb_lifetime_usetime) { in tcpsig_check_lifetimes() 317 sadb_lifetime_t *soft) in tcpsig_update_lifetimes() argument 338 if (soft != NULL) { in tcpsig_update_lifetimes() 339 if (soft->sadb_lifetime_usetime != 0) { in tcpsig_update_lifetimes() 341 soft->sadb_lifetime_usetime); in tcpsig_update_lifetimes() [all …]
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1979 struct sadb_lifetime *hard, struct sadb_lifetime *soft, in print_lifetimes() argument 2004 if (soft != NULL && in print_lifetimes() 2005 soft->sadb_lifetime_len != SADB_8TO64(sizeof (*soft))) { in print_lifetimes() 2008 SADB_64TO8(soft->sadb_lifetime_len)); in print_lifetimes() 2045 if (soft != NULL) { in print_lifetimes() 2052 soft->sadb_lifetime_bytes, in print_lifetimes() 2053 bytecnt2out(soft->sadb_lifetime_bytes, byte_str, in print_lifetimes() 2055 soft->sadb_lifetime_allocations); in print_lifetimes() 2058 soft_prefix, soft->sadb_lifetime_addtime, in print_lifetimes() 2059 secs2out(soft->sadb_lifetime_addtime, secs_str, in print_lifetimes() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 1762 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ in doaddup() local 2620 if (soft == NULL) { in doaddup() 2621 soft = malloc(sizeof (*soft)); in doaddup() 2622 if (soft == NULL) in doaddup() 2624 bzero(soft, sizeof (*soft)); in doaddup() 2625 soft->sadb_lifetime_exttype = in doaddup() 2627 soft->sadb_lifetime_len = in doaddup() 2628 SADB_8TO64(sizeof (*soft)); in doaddup() 2629 totallen += sizeof (*soft); in doaddup() 2633 if (soft->sadb_lifetime_allocations != 0) { in doaddup() [all …]
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 320 char *soft = strtok_r(arg, " \t,", &lastc); in parse_limits() local 327 if (soft == NULL || *soft == '\0') { in parse_limits() 331 if (limit_value(which, soft, &rp->rlim_cur) != 0) in parse_limits()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | impl.c | 404 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()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 811 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, in sadb_hardsoftchk() argument 814 if (hard == NULL || soft == NULL) in sadb_hardsoftchk() 818 soft->sadb_lifetime_allocations != 0 && in sadb_hardsoftchk() 819 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations) in sadb_hardsoftchk() 823 soft->sadb_lifetime_bytes != 0 && in sadb_hardsoftchk() 824 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes) in sadb_hardsoftchk() 828 soft->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk() 829 hard->sadb_lifetime_addtime < soft->sadb_lifetime_addtime) in sadb_hardsoftchk() 833 soft->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk() 834 hard->sadb_lifetime_usetime < soft->sadb_lifetime_usetime) in sadb_hardsoftchk() [all …]
|
H A D | ipsecah.c | 1034 sadb_lifetime_t *soft = in ah_add_sa() local 1089 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) in ah_add_sa()
|
H A D | ipsecesp.c | 3338 sadb_lifetime_t *soft = local 3408 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) {
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 290 label_on, "smln" "LO" Turn on soft labels 291 label_off, "rmln" "LF" Turn off soft labels 404 clear_margins, "mgc" "MC" Clear left and right soft margins 405 set_left_margin, "smgl" "ML" Set soft left margin 406 set_right_margin, "smgr" "MR" Set soft right margin 480 set_bottom_margin, "smgb" "Zk" Set soft bottom margin at current line 481 set_bottom_margin_parm, "smgbp" "Zl" Set soft bottom margin 482 set_left_margin_parm, "smglp" "Zm" Set soft left margin 483 set_right_margin_parm, "smgrp" "Zn" Set soft right margin 484 set_top_margin, "smgt" "Zo" Set soft top margin at current line [all …]
|
H A D | curses.ed | 23 #define KEY_SRESET 0530 /* soft (partial) reset (unreliable) */
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | ficl.fr | 2 \ ** FICL soft extensions
|
H A D | softcore.fr | 2 \ ** FICL soft extensions
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 1133 int soft, *buf, consndx, resized = 0, intr_resized = 0; in cyclic_softint() local 1144 soft = softbuf->cys_soft; in cyclic_softint() 1145 ASSERT(soft == 0 || soft == 1); in cyclic_softint() 1147 pc = &softbuf->cys_buf[soft]; in cyclic_softint() 1281 if (soft != softbuf->cys_hard) { in cyclic_softint() 1289 (softbuf->cys_buf[soft].cypc_sizemask << 1) + 1 || in cyclic_softint() 1290 softbuf->cys_buf[soft].cypc_sizemask == 0); in cyclic_softint()
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc_bd.c | 61 #define fhc_bd_sc_evt(s, e) (*fbe->update)(fbe->soft, s, e) 1051 fhc_bd_evt.soft = sp; in fhc_bd_sc_register()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | README.netboot | 52 a soft-reset of the NIC.
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | wjposer1.ok | 1741 %G:cranial fontanelle, baby's soft spot 1742 %OIH:cranial fontanelle/baby's soft spot 1750 %IH:baby's soft spot 1752 %G:cranial fontanelle, baby's soft spot 1753 %OIH:cranial fontanelle/baby's soft spot
|
H A D | wjposer1.in | 1267 %G:cranial fontanelle, baby's soft spot 1268 %IH:cranial fontanelle/baby's soft spot
|
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/ |
H A D | fhc.h | 774 void *soft; member
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 295 label_on smln LO str Turn on soft labels 296 label_off rmln LF str Turn off soft labels
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 297 label_on smln LO str Turn on soft labels 298 label_off rmln LF str Turn off soft labels
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 667 01-06-27 ratz: handle hard and soft links if possible
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 30 Change: Verify that the MCP is in a soft halt state, after sending the 1052 6. Request: Resource allocation interface v2.0 (setting values of soft
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 166 # -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 D | terminfo.src | 166 # -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. 10496 # screen labeled (soft keys/action blocks) are labeled. Function key 10532 # There are problems with soft key labeling. These are due to 13507 # Datamedia DT80 soft switches: 21146 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
|