Searched refs:first (Results 326 - 350 of 539) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh133 If / or /usr are on SVM (md(7d)) partitions, first run
173 Backups beginning with "boot" are made before the first change is made to
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c89 * concatenate first two authdata arrays, returning an allocated replacement.
93 concat_authorization_data(krb5_authdata **first, krb5_authdata **second, argument
101 if (first)
102 for (ptr = first; *ptr; ptr++)
112 for (i = 0, j = 0, ptr = first; j < 2 ; ptr = second, j++)
349 * We try checksumming the req-body two different ways: first we
614 /* For the purpose of appending, the realm preceding the first */
714 so the first half (or a cast) is also required. */
1047 /* we assume that the first identifier/length will tell us
1171 /* ...that the first componen
[all...]
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c228 int ret, first, err; local
278 first = 1;
280 if (first)
281 first = 0;
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk107 # important directories are first.
161 # set XRDIRS so that the more important directories are first.
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c571 /* Calculate the pointer to the first CQ entry */
630 /* Calculate the pointer to the first CQ entry */
714 /* Calculate the pointer to the first CQ entry */
1413 /* Calculate the pointer to the first CQ entry */
1509 * the first HW owned entry.
1530 dapli_arbel_rq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, argument
1534 uint32_t *p = (uint32_t *)(uintptr_t)first;
1549 p[0] = HTOBE_32(desc_off); /* link last to first */
1555 dapli_arbel_sq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, argument
1559 uint32_t *p = (uint32_t *)(uintptr_t)first;
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c447 /* read isr - first issue command */
594 static int first = 0; local
604 if (!first) {
605 first++;
611 first = 0;
851 * If PB_END_MONITOR is called without first
1108 /* Clear power button interrupt first */
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s68 andcc %o4, PSTATE_IE, %g2 ! Save original state first
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s72 andcc %o4, PSTATE_IE, %g2 ! Save original state first
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c42 * turned off. So the first task in the interrupt handler is to
483 * If PB_END_MONITOR is called without first
724 static int first = 0; local
736 if (!first) {
737 first++;
743 first = 0;
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s90 ! reserve 4k for cpr tmp stack; tstack should be first,
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c807 int first; local
810 first = 0;
821 first = 1;
824 return (first);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c1241 smb_kstat_req_t *ksr, int first, int nreq)
1247 last = first + nreq - 1;
1249 if ((first < SMB2__NCMDS) && (last < SMB2__NCMDS)) {
1250 for (i = first; i <= last; i++, ksr++) {
1240 smb2_dispatch_stats_update(smb_server_t *sv, smb_kstat_req_t *ksr, int first, int nreq) argument
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h199 struct dir_entry *first; member in struct:off_tbl
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c190 int first = 1; local
265 if (first) {
267 first = 0;
305 if (first) {
559 * SCTP interface for geting the first source address of a sctp_t.
H A Dtypegraph.c176 * depth-first pass through the graph. The node of greatest reach (along with
375 * A wrapper around mdb_ctf_type_resolve() that first checks the type
747 * (a) A structure that has this type as its first member.
1603 tg_todo_t *first = NULL, *last = NULL, *free = NULL, *this = NULL; local
1736 first = last = todo;
1754 if (first != NULL) {
1755 this = first;
1756 first = first->tgtd_next;
1757 if (first
2247 typegraph_allpass(int first) argument
[all...]
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h126 int mi_init; /* set to 1 when first init */
133 pfn_t mi_mblock_base; /* first valid pfn in current mblock */
160 * create an array only for the first mnode that exists. All other
165 #define HPM_COUNTERS_LIMITS(mnode, physbase, physmax, first) \
169 (first) = (mnode); \
170 } else if ((first) < 0) { \
172 (first) = (mnode); \
734 * an empty bin, skip a bunch before looking. After the first skip,
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c850 boolean_t first = B_TRUE; local
925 * version number of the first existing CPU.
927 if (first) {
928 first = B_FALSE;
932 ASSERT(first == B_FALSE);
1444 /* Find the first CPU with the passed-in flag set */
1614 * check whether the first level children of root_node have
/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c136 for (dp = sp->first; dp; dp = dp->next) {
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c285 int first = 1; /* is this the first alternative? */ local
298 if (first) {
302 first = 0;
311 if (!first) { /* tail-end fixups */
494 * This implementation is a bit of a kludge, in that a trailing $ is first
500 wint_t end1, /* first terminating character */
504 int first = 1; /* first subexpression? */ local
513 wasdollar = p_simp_re(p, first);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c130 * OP_OFFSET_LINK sets the base to the first octet after
1210 * between 1.2.3.4 and 1.2.3.a where the first case is an IP address
1212 * from 0x333aaa. The first is a host name and the second is a number.
1486 boolean_t first = B_TRUE; local
1635 /* first pass: IPv4 addresses */
1638 first = B_TRUE;
1641 if (first) {
1647 first = B_FALSE;
1671 first = B_TRUE;
1674 if (first) {
[all...]
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c1801 int first; local
1818 * exporting a "first-phy" property.
1821 first = ddi_prop_get_int(DDI_DEV_T_ANY, mh->m_dip, 0, "first-phy", 1);
1822 if ((first < 0) || (first > 31)) {
1823 first = 1;
1825 for (int i = first; i < (first + 32); i++) {
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c798 int first; local
819 first = (itp->it_last_full + icp->ic_nframes - itp->it_nfull + 1) %
821 av1394_it_update_frame_syt(icp, first, itp->it_nfull, syt);
936 * first the IXL begin block needs to be executed, then the rest
939 * 1. update the begin block to jump to the first empty frame;
1104 av1394_it_update_frame_syt(av1394_ic_t *icp, int first, int cnt, uint16_t syt) argument
1108 int j = first; /* frame number */
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c2114 int first, st, en; local
2120 first = st = FBA_TO_LOG_NUM(fba_pos);
2123 BMAP_BIT_SET((uchar_t *)bitmask, st - first);
2143 int first, st, en; local
2165 first = st = FBA_TO_LOG_NUM(fba_pos);
2194 BMAP_BIT_SET((uchar_t *)bitmask, st - first);
2267 int first, st, en; local
2277 first = st = FBA_TO_LOG_NUM(fba_pos);
2293 (BMAP_BIT_ISSET(ptr, st - first))) &&
H A Drdc_dev.c1763 /* set volume size for the first time */
2169 * then we write the remote end first to ensure that the new data
2183 int first; local
2233 first = 1;
2430 * Start network IO first then do local (sync only)
2436 * if forward syncing, we must do local IO first
2482 if (!remote && !rsync && first) {
2550 rc2 = first = 0;
2676 * then we write the remote end first to ensure that the new data
2690 int first; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c108 const char *first; local
111 for(first=format ; c= *format; format++)
115 sfwrite(stkp, first, format-first);
120 first = format;
156 first = format+1;
158 if(format>first)
159 sfwrite(stkp,first, format-first);
1713 int first local
[all...]

Completed in 129 milliseconds

<<11121314151617181920>>