Home
last modified time | relevance | path

Searched refs:first (Results 276 – 300 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c349 struct vpmap *vpm, *first; in get_free_vpmap() local
448 first = vpm; in get_free_vpmap()
456 if ((vpm = vpm->vpm_next) == first) { in get_free_vpmap()
490 if (first == vpm) { in get_free_vpmap()
491 ASSERT(first == allocq->vpmq_free); in get_free_vpmap()
/illumos-gate/usr/src/uts/common/os/
H A Dtask.c589 proc_t *first, *prev; in task_attach() local
599 first = tk->tk_memb_list; in task_attach()
600 prev = first->p_taskprev; in task_attach()
601 first->p_taskprev = p; in task_attach()
602 p->p_tasknext = first; in task_attach()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Duse_client_ptr.m418 # is passed in as its first argument.
/illumos-gate/usr/src/cmd/zinject/
H A DMakefile45 CPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c102 uint64_t *desc, *prev, *first; in tavor_post_send() local
262 first = desc; in tavor_post_send()
312 tavor_wqe_mlx_linknext(NULL, first, first_sz, in tavor_post_send()
316 first, first_sz, qp->qp_sq_lastwqeaddr, in tavor_post_send()
357 (uint32_t)((uintptr_t)first - qp->qp_desc_off), in tavor_post_send()
386 uint64_t *desc, *prev, *first; in tavor_post_recv() local
538 first = desc; in tavor_post_recv()
576 tavor_wqe_recv_linknext(first, first_sz, in tavor_post_recv()
625 uint64_t *desc, *prev, *first, *last_wqe_addr; in tavor_post_srq() local
762 first = prev = desc; in tavor_post_srq()
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c260 int first; in main() local
773 first = created? FALSE : TRUE; in main()
777 first = FALSE; in main()
779 main_thread(first); in main()
787 main_thread(int first) in main_thread() argument
806 primary_lwp = (first && Pstate(Proc) == PS_STOP)? in main_thread()
875 int first = (who == primary_lwp); in worker_thread() local
1029 rval = function_trace(pri, first, 0, dotrace); in worker_thread()
1161 if (dotrace && Tflag && !first && in worker_thread()
1252 if (dotrace && Tflag && !first && in worker_thread()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.h50 struct l2t_entry *first; /* start of hash chain */ member
/illumos-gate/usr/src/cmd/zhack/
H A DMakefile52 CPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
/illumos-gate/usr/src/boot/forth/
H A Dloader.rc13 \ Tests for password -- executes autoboot first if a password was defined
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c1686 clear_mc(int first, int last, int ismc, boolean_t clrstatus, in clear_mc() argument
1693 if (first < 0 || last < 0) in clear_mc()
1696 for (i = first, gbl = &gcl->gcl_data[first]; i <= last; i++, gbl++) { in clear_mc()
1800 int first = -1; in gcpu_mca_logout() local
1870 if (first < 0) in gcpu_mca_logout()
1871 first = i; in gcpu_mca_logout()
1958 clear_mc(first, last, ismc, clrstatus, hdl, gcl, pgcl); in gcpu_mca_logout()
/illumos-gate/usr/src/cmd/raidz_test/
H A DMakefile32 CPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
/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/common/avl/
H A Davl.c962 void *first; in avl_destroy_nodes() local
969 first = avl_first(tree); in avl_destroy_nodes()
974 if (first == NULL) { in avl_destroy_nodes()
979 node = AVL_DATA2NODE(first, off); in avl_destroy_nodes()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c347 int first, int last, int flags) in scan() argument
470 if (!cap || count >= first) in scan()
787 cap_read(int first, int last, int filter, void (*proc)(), int flags) in cap_read() argument
793 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags); in cap_read()
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh710 first=1
714 if [[ $first == 1 ]]; then
716 first=0
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh302 * first byte is two-digit octal number. Last digit is number of args
303 * first digit is 0 if return value is double, 1 for integer
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.parameter_implications.add10 * about the min and the max. We start counting the first parameter at zero.
/illumos-gate/usr/src/cmd/zdb/
H A DMakefile46 CPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DRELEASE14 00-04-20 first release
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi112 The first sector of Stage 2.
123 In the first sector of Stage 1.5 and Stage 2, the block lists are
128 The trick here is that it is actually read backward, and the first
242 Only read sectors from within a partition. Sector 0 is the first sector
319 The solution used by GRUB is that Stage 1 loads only the first sector of
331 Load the first sector of Stage 2.
343 part of the first sector.
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.msg97 Type of program header. The first program header with the\n\
112 of the file at which the first byte of the segment resides.\n"
115 Integer value to set for virtual address at which the first\n\
119 Integer value to set for physical address at which the first\n\
183 at which the first byte of the segment resides.\n\
196 p_vaddr provides the virtual address at which the first byte\n\
210 p_paddr provides the physical address at which the first\n\
H A Dshdr.msg93 as an integer. The index of the first section with the\n\
98 as an integer. The index of the first section of the specified\n\
108 index of the first section with the specified name is used.\n\
116 symbolic constant names. The section index of the first\n\
150 the file to the first byte in the section. For SHT_NOBITS\n\
182 first byte should reside. Otherwise, the member is expected\n\
304 the file to the first byte in the section. For a SHT_NOBITS\n\
/illumos-gate/usr/src/cmd/ztest/
H A DMakefile50 CPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
/illumos-gate/usr/src/test/smbsrv-tests/tests/smb_sid/
H A DMakefile26 smb_sid.o := CPPFLAGS.first += -I $(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.S53 ! This strcmp implementation first determines whether s1 is aligned.

1...<<11121314151617181920>>...32