Searched defs:first (Results 226 - 250 of 355) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c151 * Set special rtld_db event breakpoints, first time only.
171 * Set special thread event breakpoint, first time libc is seen.
183 * first mark all of the dynlibs as not present, then
311 * Set special thread event breakpoint, first time libc is seen.
1134 report_htable_stats(); /* report stats first */
1244 function_trace(private_t *pri, int first, int clear, int dotrace) argument
1377 if ((Bp->flags & BPT_HANG) && !first)
1383 if ((Bp->flags & BPT_HANG) && !first)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c461 * the beginning and the first cg with the same criteria is
510 * logically divided into sections. The first section is composed of the
513 * If no blocks have been allocated in the first section, the policy is to
522 * of free blocks is found. If the allocation is for the first block in an
1027 * Look for a bigger sized fragment to allocate first before we have
1177 * bno is set to the block number of the first block within
1193 * first block in the equivalence class for that position
1388 int start, len, loc, i, last, first, secondtime; local
1404 * the following loop performs two scans -- the first scan
1409 first
[all...]
H A Dufs_dir.c213 * Check the directory name lookup cache, first for individual files
848 * its first link.
851 * that the inode's data blocks are flushed first so the
1000 * which an entry may be made (either an empty slot, or the first position
1030 int first; local
1070 first = 0;
1072 /* This is the first entry in the block */
1073 first = 1;
1101 if (first) {
2641 * If the entry isn't the first i
[all...]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c197 int first; local
315 first = 1;
388 warn(termf, sdt, nowtime, f, first);
403 rwarn(hl->host, sdt, nowtime, f, first);
464 first = 0;
531 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) argument
554 if (first || sdt - now > 1 MINUTES) {
572 rwarn(char *host, time_t sdt, time_t now, char *type, int first) argument
601 if (first || sdt - now > 1 MINUTES) {
/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/uts/common/inet/sctp/
H A Dsctp_common.c171 * Set the src to the first saddr and hope for the best.
457 * "first" decides whether the newly created faddr structure should be
463 sctp_add_faddr(sctp_t *sctp, in6_addr_t *addr, int sleep, boolean_t first) argument
484 * Accept whatever label we get if this is the first
538 /* only element on list; first and last are same */
540 } else if (first) {
1028 * Verify that the first hop isn't a mapped address.
1077 /* Set up using the primary first */
1133 * and when adding unrecognized parameters after the first, to an INIT_ACK
/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/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...]
H A Ddapl_hermon_hw.c541 /* Calculate the pointer to the first CQ entry */
627 /* Calculate the pointer to the first CQ entry */
718 /* Calculate the pointer to the first CQ entry */
1462 /* Calculate the pointer to the first CQ entry */
1558 * the first HW owned entry.
1579 dapli_hermon_rq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, argument
1583 uint32_t *p = (uint32_t *)(uintptr_t)first;
1598 p[0] = HTOBE_32(desc_off); /* link last to first */
1604 dapli_hermon_sq_init(caddr_t first, uint32_t wqesz, uint32_t numwqe) argument
1607 uint64_t *wqe = (uint64_t *)(uintptr_t)first;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c116 * This function performs the initialization only the first time it is called.
652 * are stopped first.
750 * If current is NULL, provide the first config.
764 * Client would like the first config, which may not be in
766 * first config.
1684 * request first. Note that this does not cover all solutions, as
1723 * Walk through requests assigning them to the first PIC that is
1824 * "pcbe.first.second.third.fourth" and ending with the least specific,
1825 * "pcbe.first".
1830 kcpc_pcbe_tryload(const char *prefix, uint_t first, uint_ argument
[all...]
H A Dtaskq.c323 * create the first thread. taskq_thread_create() increments tq_active,
370 * order - the last freed entry is the first to be allocated. The
399 * memory. One solution may be allocation of buckets when they are first
528 * for the second thread, since the first one cannot process requests until
1419 * The first time we're called, we do some additional setup, and do not
1426 const boolean_t first = (tq->tq_nthreads == 0); local
1453 if (!first) {
1966 * Create the first thread, which will create any other threads
2206 * Create a thread in a TS_STOPPED state first. If it is successfully
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c185 * first deal with the length since xdr bytes are counted
237 * not the first time in the loop
713 struct clist *rwl = NULL, *first = NULL; local
792 if (first == NULL)
793 first = rwl;
816 xdrp->xp_wcl = first;
817 *(rcip->rci_clpp) = first;
1088 struct clist *first, *ncl; local
1114 first = ncl = clist_alloc();
1145 first
1179 struct clist *first = NULL, *ncl = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c1111 /* check for first cmsg or this is another cmsg to be appended */
1171 struct rdsv3_scatterlist *s, *first; local
1180 s = first = &scat[0];
1181 ASSERT(first->mihdl == NULL);
1202 &iov_attr, (ibt_all_wr_t *)&swr, &first->mihdl);
1210 s = first;
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c384 * the first invocation.
911 * Call devfs_clean first
1025 char *first = strchr(apid_n, ','); local
1028 second = first ? strchr(first + 1, ',') : NULL;
1029 if (first != NULL && second == NULL) {
1031 } else if (first != NULL && second != NULL) {
1093 /* Get a count of HCAs, first. */
1279 /* Check first, if we have already seen this IOC? */
1773 char *first; local
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c1874 int first, limit, region; local
1888 first = FUNC0_VIR1;
1892 first = FUNC2_VIR1;
1900 for (region = first; region < limit; region++) {
/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/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h172 uint32_t first; /* First msg id requested */ member in struct:emlxs_log_req
182 uint32_t first; /* Actual starting msg id in resp buffer */ member in struct:emlxs_log_resp
183 /* This represents the first available */
184 /* msg id >= first id requested */
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c1642 Entry_t* first; local
1654 first = ep = vmnewof(mp->vm, 0, Entry_t, 1, 0);
2167 mp->magiclast->next = first;
2169 mp->magic = first;
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c71 * the best match first. such expressions are "easy", and
1172 unsigned char* first; local
1193 first = env->cursor;
1194 start = first + MBSIZE(first);
1470 env->cursor = first;
3401 * replacing first with the combination and freeing second.
/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/intel/dtrace/
H A Dfasttrap_isa.c204 * In 64-bit mode, the first six arguments are stored in
234 size_t first = MIN(len, PAGESIZE - (pc & PAGEOFFSET)); local
247 if (uread(p, &instr[0], first, pc) != 0)
249 if (len > first &&
250 uread(p, &instr[first], len - first, pc + first) != 0) {
251 bzero(&instr[first], len - first);
252 len = first;
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_discovery.c588 /* save first alias as display name */
1389 boolean_t first = B_TRUE; local
1406 /* disk start block is first usable block */
1448 if (first == B_TRUE) {
1449 /* first slice: make sure it starts at disk_firstblk */
1450 first = B_FALSE;
1457 gettext(" unused space before first "
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c1055 ex_desc_t *first; local
1117 /* first reclaim any free descriptors */
1142 first = NULL;
1147 * Otherwise, just pick the first descriptor.
1205 * If this our first packet so far, record the head
1208 if (first == NULL) {
1209 first = txd;
1221 * if this is the first packet (so no previous queued), this
1232 if (first != NULL) {
1238 r->r_head = first;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c667 boolean_t first = B_TRUE; local
697 if (first) {
702 first = B_FALSE;
715 boolean_t first = B_TRUE; local
758 if (first) {
764 first = B_FALSE;
873 boolean_t first = B_TRUE; local
904 if (first) {
909 first = B_FALSE;

Completed in 166 milliseconds

1234567891011>>