Searched refs:outer (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.TranslateSelf.d53 struct output_struct outer;
61 outer = xlate < struct output_struct > (out);
63 printf("outer.myi: %d\t outer.myc: %c\n", outer.myi, outer.myc);
67 /(1234 != outer.myi) || ('a' != outer.myc)/
73 /(1234 == outer.myi) && ('a' == outer
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c239 * For drivers/modules that use PERMOD or outer syncqs we keep a list of
1194 * If there is an outer perimeter get exclusive access during
1313 /* freeq removes us from the outer perimeter if any */
1682 * sq could be either outer or inner.
2113 syncq_t *sq, *outer; local
2122 * could be messages on the inner and outer/inner
2140 if ((outer = sq->sq_outer) != NULL) {
2143 * We have to just wait for the outer sq_count
2145 * messages to enter the outer perimeter, this
2150 * thread holding the outer perimete
2490 syncq_t *sq, *outer; local
3415 syncq_t *sq, *outer; local
5725 outer_enter(syncq_t *outer, uint16_t flags) argument
5815 outer_exit(syncq_t *outer) argument
5879 outer_insert(syncq_t *outer, syncq_t *sq) argument
5910 outer_remove(syncq_t *outer, syncq_t *sq) argument
5941 queue_writer(syncq_t *outer, void (*func)(), queue_t *q, mblk_t *mp) argument
5979 syncq_t *osq, *sq, *outer; local
6104 write_now(syncq_t *outer) argument
8299 qwriter_outer_service(syncq_t *outer) argument
[all...]
H A Dddi.c674 * If the queue has an outer perimeter this will not prevent entry into this
676 * exclusive access to the outer perimeter.)
692 syncq_t *sq, *outer; local
709 outer = sq->sq_outer;
711 * XXX this does not work if there is only an outer perimeter.
714 if (outer)
715 outer_exit(outer);
757 * outer_exit in a qwait running in the same outer perimeter would
789 * If the queue has an outer perimeter this will not prevent entry into this
791 * exclusive access to the outer perimete
805 syncq_t *sq, *outer; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java233 Iterator outer = groups.iterator();
234 while (outer.hasNext()) {
236 LocalityGroup g1 = (LocalityGroup) outer.next();
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java308 outer: for (i = 0; i < n && equivalent == false; i++) {
318 continue outer;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c223 #define safe_syncbuf(outer,inner) \
225 (inner)->next == (outer)->next + buflen)) \
227 asn1buf_sync((outer), (inner), 0, 0, 0, 0, 0);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c353 void *outer = NULL; /* traversal cookie */ local
358 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c1696 struct lun_tracking *outer; local
1698 for (outer = head; outer != NULL;
1699 outer = outer->next_lun) {
1701 for (inner = outer; inner != NULL;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h846 uint16_t outer; member in struct:qinq_vlan
848 uint16_t outer;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex73 % We never want plain's \outer definition of \+ in Texinfo.
327 \hfil % center the page within the outer (page) hsize.
1147 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
2765 % Make sure we don't inherit \rightskip from the outer environment.
3037 % except not \outer, so it can be used within macros and \if's.
4043 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4065 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4082 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4113 \outer\parseargdef\centerchap{%
4126 \outer\parseargde
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6202 int outer; local
6209 for (outer = 0;
6210 outer < pwwn_table_size && match <= index;
6211 outer++) {
6212 head = &port->fp_pwwn_table[outer];

Completed in 113 milliseconds