Searched refs:first (Results 101 - 125 of 539) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c519 flock_log("Acquiring first two shared locks...");
561 lock_style_t first, second; local
565 for (first = (lock_style_t)0; first < LSTYLE_LAST; first++) {
567 flock_test_exclusive(first, second,
569 flock_test_exclusive(first, second,
575 for (first = (lock_style_t)0; first < LSTYLE_LAST; first
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c237 obj_delay_freed.first = NULL;
243 ses_delay_freed.first = NULL;
342 delay_free_obj = obj_delay_freed.first;
350 delay_free_ses = ses_delay_freed.first;
H A DkernelSessionUtil.c201 * Remove the session from the slot's session list first.
204 /* Session is the first one in the list */
213 /* Session is not the first one in the list */
434 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
446 if (ses_delay_freed.first == NULL) {
448 ses_delay_freed.first = sp;
456 * Free the first session in the list only if
460 tmp = ses_delay_freed.first->next;
461 free(ses_delay_freed.first);
462 ses_delay_freed.first
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s53 ! This strcmp implementation first determines whether s1 is aligned.
208 srl %g1, 24, %o2 ! first byte of mismatching word in s2
209 srl %o3, 24, %o1 ! first byte of mismatching word in s1
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
146 .mod4: ! Do first 4 bytes, then do multiples of 16.
155 .mod8: ! Do first 8 bytes, then do multiples of 16.
166 .mod12: ! Do first 12 bytes, then do multiples of 16.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.s46 cmpl $0x80000000,8(%esp) / what is first half of significand?
/illumos-gate/usr/src/cmd/news/
H A Dnews.c34 news -a prints all news items, latest first
395 static int first = 1; local
398 if (first) {
399 first = 0;
403 } else if (!first)
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c158 * If this is the first invocation of the command, print a nice
269 * If this is the first invocation of the command, print a nice
375 * If this is the first invocation of the command, print a nice
433 int first = 1; local
529 if (first) {
532 first = 0;
540 if (first) {
807 int first = 1; local
907 first = 1;
910 first
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s101 movl 4(%esp),%edx / first parameter after return addr
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c43 int b_incr, first, ret; local
199 for (first = 1; F_ISSET(bhp, BH_LOCKED); first = 0) {
203 * Explicitly yield the processor if it's not the first
208 if (!first)
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioList.h69 AudioListEntry* first() const; // Return first extent
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c188 * is important as the first matched entry is used
190 * We try fstab or vfstab first, then mtab or mnttab.
254 struct mntent *first = (struct mntent *)0; local
294 * record if it's the first matched entry.
298 else if (first == (struct mntent *)0)
299 first = mnt;
306 * entry, otherwise return the first
311 return (first);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c143 boolean_t first = B_FALSE; local
169 if (!first && *(addr_component + 1) == 0) {
182 first = B_TRUE;
185 } else if (first && med_zero) {
300 /* mapped - first init prefix and then fill */
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.h39 * first element in its chain through its first pointer.
50 struct l2t_entry *first; /* start of hash chain */ member in struct:l2t_entry
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c68 report_free_dnode_range(struct diffarg *da, uint64_t first, uint64_t last) argument
70 ASSERT(first <= last);
72 first != da->da_ddr.ddr_last + 1) {
76 da->da_ddr.ddr_first = first;
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_data.c49 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next;
78 dp->first = dat;
193 * If there's no last parsed span, use the first row. Lastly,
201 rp != NULL && rp->first != NULL;
203 switch (rp->first->pos) {
H A Dtbl_layout.c280 if (tbl->first_row->first == NULL) {
304 rp->next->first == NULL) {
322 tbl->last_row->first != NULL) {
348 rp->first = p;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar102 int first = 0;
111 while ((last>=first)&&(first>=0)) {/*Binary search loop*/
112 mid = (first+last)/2;
117 first = mid + 1;
253 if (yymaxdepth == YYMAXDEPTH) /* first time growth */
265 else /* not first time */
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c31 * The first byte must contain the special character HIST_UNDO and the second
335 int first,last; local
337 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size);
342 while(first > hist_start)
345 first = hist_nearend(hp,hp->histfp,hsize-size);
346 hp->histind = first;
617 * and that HIST_UNDO as the first character of a command is skipped
624 register char *cp,*first,*endbuff; local
633 first = cp += skip;
638 if(cp>first)
982 register unsigned char *first, *cp; local
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c1107 kthread_t *first; local
1111 t = first = p->p_tlist;
1114 } while ((t = t->t_forw) != first);
1124 kthread_t *first; local
1128 t = first = p->p_tlist;
1131 } while ((t = t->t_forw) != first);
1141 kthread_t *first; local
1145 t = first = p->p_tlist;
1149 } while ((t = t->t_forw) != first);
1163 kthread_t *first; local
1225 kthread_t *first; local
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1266 kthread_t *first; local
1270 t = first = p->p_tlist;
1273 } while ((t = t->t_forw) != first);
1283 kthread_t *first; local
1287 t = first = p->p_tlist;
1290 } while ((t = t->t_forw) != first);
1300 kthread_t *first; local
1304 t = first = p->p_tlist;
1308 } while ((t = t->t_forw) != first);
1322 kthread_t *first; local
1385 kthread_t *first; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c614 boolean_t first = B_TRUE; local
735 /* first pass: IPv4 addresses */
738 first = B_TRUE;
741 if (first) {
754 if (!first)
762 if (!first)
765 if (first)
766 first = B_FALSE;
771 if (!first) {
777 first
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c193 link_indicator(indicator_t **first, indicator_t *to_add) argument
196 dm_assert(first != NULL);
198 if (*first == NULL)
199 *first = to_add;
201 travptr = *first;
236 link_indaction(ind_action_t **first, ind_action_t *to_add) argument
239 dm_assert(first != NULL);
241 if (*first == NULL)
242 *first = to_add;
244 travptr = *first;
279 link_indrule(indrule_t **first, indrule_t *to_add) argument
[all...]
/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/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c87 upath_t **first, **last; local
91 first = &oplmsu_uinst->first_upath;
94 if ((*first != del_upath) && (*last != del_upath)) {
98 if (*first == del_upath) {
99 *first = (*first)->u_next;
100 if (*first) {
101 (*first)->u_prev = NULL;
160 lpath_t **first, **last; local
164 first
200 oplmsu_link_high_primsg(mblk_t **first, mblk_t **last, mblk_t *add_msg) argument
[all...]

Completed in 160 milliseconds

1234567891011>>