Home
last modified time | relevance | path

Searched refs:as (Results 51 – 75 of 1525) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Dpap-secrets32 # When authenticating to a peer (so-called "client mode;" as when dialing
38 # When authenticating a peer (so-called "server mode;" as when allowing
46 # as a server, a list of valid IP addresses for the peer appears. This
47 # must be present when acting as a server. Usually, this is specified as
51 # be sent to the peer as a hint.
54 # interpreted as privileged pppd options, and may be used to enable
/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.S110 nop ! as if we had never been here
123 nop ! as if we had never been here
134 nop ! as if we had never been here
145 nop ! as if we had never been here
156 nop ! as if we had never been here
167 nop ! as if we had never been here
178 nop ! as if we had never been here
202 nop ! as if we had never been here
223 nop ! as if we had never been here
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c185 struct as *as = p->p_as; in map_addr_proc() local
193 if (userlimit < as->a_userlimit) { in map_addr_proc()
274 as_purge(as); in map_addr_proc()
277 if (as_gap_aligned(as, len, &base, &slen, AH_HI, NULL, align_amount, in map_addr_proc()
329 if (AS_TYPE_64BIT(as) && addr < errata57_limit) { in map_addr_proc()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dprefix.fr18 \ define " (double-quote) as an alias for s", and make it a prefix
26 \ make \ a prefix, and add // (same thing) as a prefix too
31 \ ** add 0b, 0o, 0d, 0x and $ as prefixes
34 \ ** as normal
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c163 struct as *as = p->p_as; in pr_do_mappage() local
173 ASSERT(as != &kas); in pr_do_mappage()
298 seg = as_segat(as, addr); in pr_do_mappage()
309 AS_LOCK_EXIT(as); in pr_do_mappage()
367 struct as *as = curproc->p_as; in setallwatch() local
379 AS_LOCK_ENTER(as, RW_WRITER); in setallwatch()
416 AS_LOCK_EXIT(as); in setallwatch()
422 pr_is_watchpage_as(caddr_t addr, enum seg_rw rw, struct as *as) in pr_is_watchpage_as() argument
442 if (as != &kas && avl_numnodes(&as->a_wpage) != 0) { in pr_is_watchpage_as()
482 struct as *as = curproc->p_as; in pr_is_watchpage() local
[all …]
H A Daio_subr.c83 struct as *as; in aphysio() local
139 as = bp->b_proc->p_as; in aphysio()
187 struct as *as; in aio_done() local
205 as = p->p_as; in aio_done()
256 mutex_exit(&as->a_contents); in aio_done()
397 mutex_enter(&as->a_contents); in aio_done()
399 cv_broadcast(&as->a_cv); in aio_done()
400 mutex_exit(&as->a_contents); in aio_done()
1280 struct as *as = procp->p_as; in aio_cleanup_dr_delete_memory() local
1289 cv_broadcast(&as->a_cv); in aio_cleanup_dr_delete_memory()
[all …]
H A Dmove.c584 struct as *as = procp->p_as; in uioainit() local
642 if ((error = as_pagelock(as, &pages, in uioainit()
665 AS_LOCK_ENTER(as, RW_READER); in uioainit()
667 *pfnp++ = hat_getpfnum(as->a_hat, addr); in uioainit()
670 AS_LOCK_EXIT(as); in uioainit()
694 as_pageunlock(as, (page_t **)locked->uioa_ppp, in uioainit()
713 struct as *as = ttoproc(curthread)->p_as; in uioafini() local
774 as_pageunlock(as, pages, locked->uioa_base, locked->uioa_len, in uioafini()
/illumos-gate/usr/src/data/consfonts/
H A DTHIRDPARTYLICENSE21 redistributed freely as long as they are not sold by themselves. The
31 Holder(s) under this license and clearly marked as such. This may
34 "Reserved Font Name" refers to any names specified as such after the
37 "Original Version" refers to the collection of Font Software components as
60 included either as stand-alone text files, human-readable headers or
62 binary files as long as those fields can be easily viewed by the user.
66 Copyright Holder. This restriction only applies to the primary font name as
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE88170 to be displayed as soon as the job completes.
204 can be reused as input.
207 6. kill -l lists the signal names without numbers as
240 as a function.
263 2. -e has been added as equivalent to -a.
264 3. == has been added as equivalent =.
268 i. kill has been changed as follows:
289 7. The %n format works as described in ANSI-C.
299 l. The dot command (.) has changed as follows:
307 m. The read built-in has been changed as follows:
[all …]
H A DTYPES38 defines a type Pt_t that has three variables x, y, and count defined as well
39 as the discipline functions len and set. The variable x has an initial value
41 is used for documentations purposes as described later and is ignored outside
98 ksh will look for a discipline function with that name and treat this as if
109 However, only discipline functions with the same name as those defined
125 The type Pt_t can be referenced as if it were a variable using the name
134 Types can be defined for simple variables as well as for compound
135 objects such as Pt_t. In this case, the variable named . inside
158 will define t1 as the time at the beginning of the epoch and t2
159 as the current time. Unlike the previous case, $t2 will output
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DREADME10 - can boot Multiboot-compliant kernels (such as GNU Mach), as well
11 as standard Linux and *BSD kernels
20 using GRUB as your boot loader. Type "info grub" in the shell prompt.
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c853 struct as *as; in simulate_unimp() local
1088 as = p->p_as; in simulate_unimp()
1090 AS_LOCK_ENTER(as, RW_READER); in simulate_unimp()
1101 AS_LOCK_EXIT(as); in simulate_unimp()
1105 AS_LOCK_EXIT(as); in simulate_unimp()
1113 if (as_fault(as->a_hat, as, (caddr_t)(rp->r_pc & PAGEMASK), PAGESIZE, in simulate_unimp()
1117 AS_LOCK_ENTER(as, RW_READER); in simulate_unimp()
1119 AS_LOCK_EXIT(as); in simulate_unimp()
1124 (void) as_fault(as->a_hat, as, (caddr_t)(rp->r_pc & PAGEMASK), in simulate_unimp()
1134 AS_LOCK_EXIT(as); in simulate_unimp()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh304 then err_exit '-Z3 not treated as decimal'
309 (( $x >= 0 )) || err_exit 'unsigned integer not working as $x'
353 (( x == 10 )) || err_exit 'leading zeros in x treated as octal arithmetic with $((x))'
354 (( $x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic with $x'
604 (( pants != shirt )) || err_exit 'pants should be the same as shirt'
683 [[ $x == 10 ]] || err_exit 'let treating 010 as octal'
686 [[ $x == 8 ]] || err_exit 'let not treating 010 as octal with letoctal on'
730 (($r == 16)) || err_exit 'leading 0 not treated as octal inside ((...))'
732 (( x == 16 )) || err_exit 'leading 0 not treated as octal inside $((...))'
734 ((x == 20 )) || err_exit 'leading 0 should not be treated as octal outside ((...))'
[all …]
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c442 bootfs_map(vnode_t *vp, offset_t off, struct as *as, caddr_t *addrp, in bootfs_map() argument
466 as_rangelock(as); in bootfs_map()
467 ret = choose_addr(as, addrp, len, off, ADDR_VACALIGN, flags); in bootfs_map()
469 as_rangeunlock(as); in bootfs_map()
484 ret = as_map(as, *addrp, len, segvn_create, &vn_a); in bootfs_map()
486 as_rangeunlock(as); in bootfs_map()
493 bootfs_addmap(vnode_t *vp, offset_t off, struct as *as, caddr_t addr, in bootfs_addmap() argument
502 bootfs_delmap(vnode_t *vp, offset_t off, struct as *as, caddr_t addr, in bootfs_delmap() argument
/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h104 struct ident *as; member
323 extern const char *show_as(struct ident *as);
514 static inline bool valid_as(struct ident *as) in valid_as() argument
516 return as && as != &bad_address_space; in valid_as()
522 struct ident *as; in combine_address_space() local
525 as = *tas; in combine_address_space()
526 if (!as) in combine_address_space()
528 else if (as != sas) { in combine_address_space()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c124 struct as *as = seg->s_as; in segmf_create() local
128 hat_map(as->a_hat, seg->s_base, seg->s_size, HAT_MAP); in segmf_create()
140 error = VOP_ADDMAP(VTOCVP(data->vp), 0, as, seg->s_base, seg->s_size, in segmf_create()
144 hat_unload(as->a_hat, in segmf_create()
314 struct as *as = seg->s_as; in segmf_softunlock() local
316 if (AS_ISUNMAPWAIT(as)) { in segmf_softunlock()
317 mutex_enter(&as->a_contents); in segmf_softunlock()
318 if (AS_ISUNMAPWAIT(as)) { in segmf_softunlock()
319 AS_CLRUNMAPWAIT(as); in segmf_softunlock()
320 cv_broadcast(&as->a_cv); in segmf_softunlock()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddumphdr.h107 struct as *dm_as;
114 #define DUMP_HASH(dhp, as, va) \ argument
115 ((((uintptr_t)(as) >> 3) + ((va) >> (dhp)->dump_pageshift)) & \
187 extern void dump_addpage(struct as *, void *, pfn_t);
H A Dfem.h229 int (*femop_map)(femarg_t *vf, offset_t off, struct as *as, \
233 int (*femop_addmap)(femarg_t *vf, offset_t off, struct as *as, \
237 int (*femop_delmap)(femarg_t *vf, offset_t off, struct as *as, \
368 extern int vnext_map(femarg_t *vf, offset_t off, struct as *as,
371 extern int vnext_addmap(femarg_t *vf, offset_t off, struct as *as,
375 extern int vnext_delmap(femarg_t *vf, offset_t off, struct as *as,
/illumos-gate/usr/src/cmd/sh/
H A Dprint.c53 void prs(unsigned char *as);
69 prs(unsigned char *as) in prs() argument
71 if (as) { in prs()
72 write(output, as, length(as) - 1); in prs()
/illumos-gate/usr/src/lib/libgss/
H A DREADME.spi45 next section) the SPI after PSARC 2004/810 will be as before but
46 supplemented as follows:
79 the same function signature as the corresponding GSS-API functions.
85 The SPI, then, will be almost exactly the same as the API.
88 functions won't have a corresponding SPI method, such as
92 this could be particularly useful as a way to get access to 3rd
102 registration function as usual for optimization purposes -- to
106 will be loaded as follows:
/illumos-gate/usr/src/uts/common/io/
H A Dsmbios.c172 smb_segmap(dev_t dev, off_t off, struct as *as, caddr_t *addrp, off_t len, in smb_segmap() argument
193 as_rangelock(as); in smb_segmap()
197 err = as_map(as, addr, alen, segvn_create, zfod_argsp); in smb_segmap()
201 as_rangeunlock(as); in smb_segmap()
219 (void) as_unmap(as, addr, alen); in smb_segmap()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c662 prmapin(struct as *as, caddr_t addr, int writing) in prmapin() argument
675 pfnum = hat_getpfnum(as->a_hat, addr); in prmapin()
705 prmapout(struct as *as, caddr_t addr, caddr_t vaddr, int writing) in prmapout() argument
734 struct as *as = p->p_as; in prdostep() local
755 r->r_npc = (greg_t)as->a_userlimit; in prdostep()
758 r->r_pc = (greg_t)as->a_userlimit; in prdostep()
786 r->r_pc = (greg_t)as->a_userlimit; in prdostep()
795 r->r_pc = (greg_t)as->a_userlimit; in prdostep()
799 r->r_npc = (greg_t)as->a_userlimit; in prdostep()
821 struct as *as = p->p_as; in prundostep() local
[all …]
/illumos-gate/usr/src/lib/pkcs11/include/
H A DTHIRDPARTYLICENSE2 * identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface
6 * such works are identified as "derived from the RSA Security Inc. PKCS #11
12 * any particular purpose. It is provided "as is" without express or implied
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg78 Interpret the sec argument as a section index rather than\n\
83 Interpret the sec argument as a section type rather than\n\
89 than as a string.\n"
92 Interpret the value argument as a section name rather than\n\
93 as an integer. The index of the first section with the\n\
94 specified name will be used as the value.\n"
111 interpreted as an integer, or one of the well known SHN_\n\
115 interpreted as an integer, or one of the well known SHT_\n\
129 Section flags. SHF_ flag constants are accepted, as is\n\
152 file, as the section occupies no space in the file.\n"
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c343 struct as *as; in ufs_directio_write() local
610 as = procp->p_as; in ufs_directio_write()
613 as = &kas; in ufs_directio_write()
644 error = as_pagelock(as, &pplist, pglck_base, pglck_len, S_READ); in ufs_directio_write()
708 as_pageunlock(as, pplist, pglck_base, pglck_size, S_READ); in ufs_directio_write()
811 struct as *as; in ufs_directio_read() local
914 as = procp->p_as; in ufs_directio_read()
917 as = &kas; in ufs_directio_read()
948 error = as_pagelock(as, &pplist, pglck_base, in ufs_directio_read()
1021 as_pageunlock(as, pplist, pglck_base, pglck_size, S_WRITE); in ufs_directio_read()

12345678910>>...61