Home
last modified time | relevance | path

Searched refs:set (Results 151 – 175 of 1680) sorted by relevance

12345678910>>...68

/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-crypto-viorand.p5m17 set name=pkg.fmri value=pkg:/driver/crypto/viorand@$(PKGVERS)
18 set name=pkg.summary value="VirtIO Random number Driver"
19 set name=pkg.description value="VirtIO Random number Driver"
20 set name=info.classification \
22 set name=variant.arch value=$(ARCH)
H A Dservice-network-ssh-common.p5m16 set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
17 set name=pkg.summary value="Secure Shell (SSH) service."
18 set name=pkg.description \
20 set name=info.classification value=org.opensolaris.category.2008:System/Security
21 set name=org.opensolaris.noincorp value=true
22 set name=variant.arch value=$(ARCH)
H A Ddeveloper-debug-ctf.p5m16 set name=pkg.fmri value=pkg:/developer/debug/ctf@$(PKGVERS)
17 set name=pkg.summary value="CTF Tools"
18 set name=pkg.description value="Compact C Type Format (CTF) Tools"
19 set name=info.classification \
21 set name=variant.arch value=$(ARCH)
H A Ddiagnostic-diskinfo.p5m22 set name=pkg.fmri value=pkg:/diagnostic/diskinfo@$(PKGVERS)
23 set name=pkg.summary value=diskinfo
24 set name=pkg.description value=diskinfo
25 set name=info.classification \
27 set name=variant.arch value=$(ARCH)
H A Dsystem-library-python-libbe-3.p5m16 set name=pkg.fmri \
18 set name=pkg.summary value="py_libbe module, python $(PYTHON3_VERSION)"
19 set name=pkg.description value="Boot Environment Management Python3 Module"
20 set name=info.classification \
22 set name=variant.arch value=$(ARCH)
H A Dsystem-library-python-libbe-3b.p5m16 set name=pkg.fmri \
18 set name=pkg.summary value="py_libbe module, python $(PYTHON3b_VERSION)"
19 set name=pkg.description value="Boot Environment Management Python3 Module"
20 set name=info.classification \
22 set name=variant.arch value=$(ARCH)
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger4.test14 set testdir [file dirname $argv0]
56 update test1 set a=NEW.a where id=NEW.id;
57 update test2 set b=NEW.b where id=NEW.id;
59 update test set a=22 where id=1;
72 update test set b=66 where id=4;
97 update test set a=222 where id=1;
121 update test set b=99 where id=7;
H A Dmisuse.test19 set testdir [file dirname $argv0]
27 set ::DB [sqlite db test2.db]
67 set ::DB [sqlite db test2.db]
76 set v [catch {
96 set ::DB [sqlite db test2.db]
105 set v [catch {
125 set ::DB [sqlite db test2.db]
134 set v [catch {
154 set ::DB [sqlite db test2.db]
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.S70 set KHATID, %g5; \
77 set UHMEHASH_SZ, %g5; \
81 set uhme_hash_pa, %g5; \
87 set KHMEHASH_SZ, %g5; \
91 set khme_hash_pa, %g5; \
264 set kdi_trap_vatotte, %g3
317 set mmu_hashcnt, %g4
/illumos-gate/usr/src/uts/common/os/
H A Dgroup.c231 group_pack_set(void **set, uint_t sz) in group_pack_set() argument
238 if (set[i] == NULL && free == (uint_t)-1) { in group_pack_set()
244 } else if (set[i] != NULL && free != (uint_t)-1) { in group_pack_set()
249 ASSERT(set[free] == NULL); in group_pack_set()
250 set[free] = set[i]; in group_pack_set()
251 set[i] = NULL; in group_pack_set()
256 for (j = free + 1; set[j] != NULL; j++) { in group_pack_set()
261 if (set[j] == NULL) in group_pack_set()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c87 sigemptyset(sigset_t *set) in sigemptyset() argument
94 sigaddset(sigset_t *set, int signo) in sigaddset() argument
101 sigfillset(sigset_t *set) in sigfillset() argument
108 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c571 gnttab_setup_table_t set; in gnttab_init() local
587 set.dom = DOMID_SELF; in gnttab_init()
588 set.nr_frames = max_nr_grant_frames(); in gnttab_init()
589 frames = gnttab_setup(&set); in gnttab_init()
592 shared = (grant_entry_t *)xen_alloc_pages(set.nr_frames); in gnttab_init()
598 for (i = 0; i < set.nr_frames; i++) { in gnttab_init()
615 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t)); in gnttab_init()
630 gnttab_setup_table_t set; in gnttab_resume() local
645 set.dom = DOMID_SELF; in gnttab_resume()
646 set.nr_frames = available_frames; in gnttab_resume()
[all …]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.S782 DDI_PROTECT() ! set ontrap protection
786 mov %o2, %o0 ! set return value
791 DDI_PROTECT() ! set ontrap protection
795 mov %o2, %o0 ! set return value
800 DDI_PROTECT() ! set ontrap protection
804 mov %o2, %o0 ! set return value
809 DDI_PROTECT() ! set ontrap protection
813 mov %o2, %o0 ! set return value
846 DDI_PROTECT() ! set ontrap protection
859 DDI_PROTECT() ! set ontrap protection
[all …]
H A Dsyscall_trap.S65 ! If the trapping thread has the address mask bit set, then it's
151 ! Call the handler. The %o's and lwp_arg have been set up.
154 set sysent, %g3 ! load address of vector table
201 TRACE_NEXT(%g4, %g2, %g3) ! set new trace pointer
217 bnz,pn %icc, _syscall_post ! yes - post_syscall or AST set
219 stb %g1, [%l2 + LWP_STATE] ! set lwp_state
220 stx %o0, [%l1 + O0_OFF] ! set rp->r_o0
221 stx %o1, [%l1 + O1_OFF] ! set rp->r_o1
385 ! Call the handler. The %o's have been set up.
388 set sysent32, %g3 ! load address of vector table
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c247 set = 1;
250 if (filename || dirname || set)
253 set = 1;
262 set = 1;
268 set = 1;
272 set = 1;
278 set = 1;
281 if (filename || dirname || set)
284 set = 1;
293 set = 1;
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dfault.c203 sigset_t set; in done() local
212 sigemptyset(&set); in done()
213 sigaddset(&set, sig); in done()
214 sigprocmask(SIG_UNBLOCK, &set, 0); in done()
433 sigset_t set, oset; in sh_sleep() local
441 sigemptyset(&set); in sh_sleep()
442 sigaddset(&set, SIGALRM); in sh_sleep()
443 sigprocmask(SIG_BLOCK, &set, &oset); in sh_sleep()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Ddaemon.c56 sigset_t set, oset; in daemonize_init() local
65 (void) sigfillset(&set); in daemonize_init()
66 (void) sigdelset(&set, SIGABRT); in daemonize_init()
67 (void) sigprocmask(SIG_BLOCK, &set, &oset); in daemonize_init()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt53 array set Hot_Key {0 {Ctrl S} 1 {Ctrl B} }
55 array set ext_phy {0 {None} 1 {BCM8485x} }
56 array set SMBus_timing {0 {100Khz} 1 {400Khz} }
59 array set fan_failure {0 {Disabled} 1 {Enabled} }
62 array set en_dis {0 {Disabled} 1 {Enabled} }
93 array set aux_mode {0 {Default} 1 {SMBUS only} }
105 array set pkg_method {0 {nvram} 1 {IO_pins} }
106 array set pf_mapping {0 {Continuous} 1 {Fixed} }
108 array set regulator_type {0 {Disabled} 1 {TI} }
109 array set nvm_cfg {\
[all …]
/illumos-gate/usr/src/pkg/transforms/
H A Dextract_metadata39 <transform set name=pkg.renamed value=true -> print PKGSTAT=renamed>
40 <transform set name=pkg.obsolete value=true -> print PKGSTAT=obsolete>
41 <transform set name=org.opensolaris.nodepend value=true -> print NODEPEND=true>
42 <transform set name=org.opensolaris.nodepend -> drop>
43 <transform set name=org.opensolaris.noincorp value=true -> print PKGSTAT=noincorp>
44 <transform set name=org.opensolaris.noincorp -> drop>
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dcreate_loc_nonet26 set activation-mode=system
27 set nameservices=files
28 set nameservices-config-file=/etc/nsswitch.files
29 set ipfilter-config-file=/etc/nwam/loc/NoNet/ipf.conf
30 set ipfilter-v6-config-file=/etc/nwam/loc/NoNet/ipf6.conf
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_xtoull.S30 .set cw,0
31 .set cw_old,2
32 .set two_words,4
33 .set four_words,8
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c231 sigset_t set; in main() local
234 (void) sigemptyset(&set); in main()
235 (void) sigaddset(&set, SIGTERM); in main()
238 signal_caught = sigwait(&set); in main()
712 sigset_t set; in block_signals() local
714 (void) sigfillset(&set); in block_signals()
730 sigset_t set; in signal_thread() local
736 (void) sigemptyset(&set); in signal_thread()
737 (void) sigaddset(&set, SIGALRM); in signal_thread()
739 (void) sigaddset(&set, SIGHUP); in signal_thread()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c77 uint16_t slot, uint8_t led, uint32_t *ledmode, boolean_t set) in do_led_control() argument
84 lc.Command = set ? MPTSAS_LEDCTL_FLAG_SET : MPTSAS_LEDCTL_FLAG_GET; in do_led_control()
90 if ((fd = open(devctl, (set ? O_RDWR : O_RDONLY))) == -1) { in do_led_control()
130 boolean_t set; in mptsas_led_mode() local
181 set = B_TRUE; in mptsas_led_mode()
196 set = B_FALSE; in mptsas_led_mode()
201 set) != 0) { in mptsas_led_mode()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c85 ahci_fac_led_t fac_type, uint32_t *ledmode, boolean_t set) in do_led_control() argument
89 if ((fd = open(devctl, (set ? O_RDWR : O_RDONLY))) == -1) { in do_led_control()
95 if (set) { in do_led_control()
176 boolean_t set; in ahci_led_mode() local
224 set = B_TRUE; in ahci_led_mode()
241 set = B_FALSE; in ahci_led_mode()
244 ret = do_led_control(mod, devctl, ahci_port, fac_type, &ledmode, set); in ahci_led_mode()
/illumos-gate/usr/src/cmd/ahciem/
H A Dahciem.c139 ahci_ioc_em_set_t set; in ahciem_set() local
141 bzero(&set, sizeof (set)); in ahciem_set()
143 set.aiems_port = port; in ahciem_set()
144 set.aiems_op = AHCI_EM_IOC_SET_OP_SET; in ahciem_set()
145 set.aiems_leds = ahci->ahci_led; in ahciem_set()
147 if (ioctl(fd, AHCI_EM_IOC_SET, &set) != 0) { in ahciem_set()

12345678910>>...68