Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 798) sorted by relevance

12345678910>>...32

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drsnul1nl.in3 the first record.
H A Drsnul1nl.ok2 the first record.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1364 This specifies the first "extended partition" of the first hard disk
374 searches for the first PC slice which has a BSD `a' partition.
401 This specifies the file named `vmlinuz', found on the first
487 directly, so using it on a boot sector (the first sector of a
563 will install GRUB into the MBR of the first IDE disk:
571 If it is the first BIOS drive, this is the same as well:
940 the copy on the first partition, do the following:
1165 # By default, boot the first entry.
1203 This boots GNU/Hurd from the first hard disk.
1229 the third PC slice of the first hard disk.
[all …]
/illumos-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging67 If the first and second characters are set to '..' the user will be
74 aging will then occur as defined by the first and second characters.
76 If the first character (MAX) is less than the second character (MIN),
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out48 tst |alternative first-element indexing|
60 in |[ { "first": true, "second": false }]|
61 sel |0.first|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/
H A DMakefile.com219 CPPFLAGS.first += -I../../../libfakekernel/common
220 CPPFLAGS.first += -I../common
221 CPPFLAGS = $(CPPFLAGS.first)
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0puny.c46 rustv0_puny_adapt(size_t delta, size_t npoints, boolean_t first) in rustv0_puny_adapt() argument
50 delta = first ? delta / DAMP : delta / 2; in rustv0_puny_adapt()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/begin/
H A Dtst.begin.d.out1 Begin fired first
H A Dtst.multibegin.d.out1 Begin fired first
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg157 of the desired section. The section index of the first\n\
166 symbolic constant names. The section index of the first\n\
170 New value for first byte of file magic number.\n"
262 first transfers control, thus starting the process. This\n\
366 ELF header, or in the sh_link field of the first section header\n\
378 Note: Changing e_phnum and/or the sh_link field of the first\n\
401 ELF header, or in the sh_size field of the first section header\n\
414 Note: Changing e_shnum and/or the sh_size field of the first\n\
423 sh_link field of the first section header in the case of\n\
444 The magic number is the first 4 bytes of the object file, and is\n\
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Db.c259 first(NODE *p) /* collects initially active leaves of p into setvec */ in first() function
277 if (first(left(p)) == 0) in first()
282 first(left(p)); in first()
285 if (first(left(p)) == 0 && first(right(p)) == 0) in first()
289 b = first(right(p)); in first()
290 if (first(left(p)) == 0 || b == 0) in first()
310 case PLUS: first(v); in follow()
321 if (first(right(p)) == 0) { in follow()
/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c1211 consms_response_t *first; in consms_mux_iocdata() local
1242 first = msg->msg_rsp_list; in consms_mux_iocdata()
1243 rsp = first->rsp_next; in consms_mux_iocdata()
1246 for (rsp = first->rsp_next; rsp != NULL; ) { in consms_mux_iocdata()
1258 (void) putq(WR(first->rsp_queue), mp); in consms_mux_iocdata()
1259 kmem_free(first, sizeof (*first)); in consms_mux_iocdata()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c150 static boolean_t first = B_TRUE; in cpupm_init() local
167 first = B_FALSE; in cpupm_init()
187 first = B_FALSE; in cpupm_init()
264 first = B_FALSE; in cpupm_init()
271 if (first) { in cpupm_init()
287 first = B_FALSE; in cpupm_init()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c255 int first, limit, vector; in nxge_intr_vec_find() local
270 first = hardware->ldg_chn_start; in nxge_intr_vec_find()
272 first += 8; /* HIOXXX N2/NIU hack */ in nxge_intr_vec_find()
273 limit = first + hardware->tdc.count; in nxge_intr_vec_find()
275 limit = first + hardware->max_rdcs; in nxge_intr_vec_find()
279 for (vector = first; vector < limit; vector++) { in nxge_intr_vec_find()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c472 line *first, *last, *a; in rop2() local
476 first = addr2 + 1; in rop2()
480 for (a=first; a<=last; a++) { in rop2()
481 if (a==first+5 && last-first > 10) in rop2()
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c85 uint32_t first; in emlxs_msgbuf() local
187 first = log.count - log.size; in emlxs_msgbuf()
191 first = 0; in emlxs_msgbuf()
196 count = last - first + 1; in emlxs_msgbuf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c65 int first; in mcfind() local
99 first = 1; in mcfind()
126 if (first) in mcfind()
128 first = 0; in mcfind()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c171 for (p = &d->l2tab[e->hash].first; *p; p = &(*p)->next) { in alloc_l2e()
476 for (e = d->l2tab[hash].first; e; e = e->next) { in t4_l2t_get()
501 e->next = d->l2tab[hash].first; in t4_l2t_get()
502 d->l2tab[hash].first = e; in t4_l2t_get()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c272 cqe_buffer->head = cqe_buffer->first; /* cyclic*/ in lm_tcp_qe_buffer_next_free_cqe()
298 cqe_buffer->tail = cqe_buffer->first; /* cyclic*/ in lm_tcp_qe_buffer_next_occupied_cqe()
321 cqe_buffer->head = cqe_buffer->first; /* cyclic*/ in lm_tcp_qe_buffer_next_cqe_override()
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO5 slightly out of date or otherwise not easy to understand at first
6 glance. So write to <bug-grub@gnu.org> first.
87 ? Add a partition naming syntax that means ``the first partition of
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c65 static char *psm_get_impl_module(int first);
357 psm_get_impl_module(int first) in psm_get_impl_module() argument
367 if (first) in psm_get_impl_module()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE78 first prints
134 if the first
144 is treated as the first argument.
/illumos-gate/usr/src/cmd/dlutil/
H A Ddltraninfo.c59 static boolean_t first = B_TRUE; in dltran_dump_page() local
61 if (first) { in dltran_dump_page()
71 first = B_FALSE; in dltran_dump_page()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c150 first, in main() local
342 } else if ((first = (strncmp(statusString,bufPtr,sLen) == 0)) || in main()
344 bufPtr += (first ? sLen : jLen); in main()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c66 static int first = 1; in __bt_dinit() local
69 if (!first) in __bt_dinit()
71 first = 0; in __bt_dinit()

12345678910>>...32