Searched defs:start (Results 226 - 250 of 662) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S46 .set MEM_ARG,0x900 # Arguments at start
102 .globl start
105 # Program start.
107 start: jmp real_start label
119 mov $start,%sp # stack
162 mov $loader_paths,%si # Point to start of array
219 # the start of the text
291 # Now we just start up BTX and let it do the rest
530 # BTX client to start btxldr
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c324 ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, argument
335 if (!syscall(API_DEV_READ, &err, di, buf, &len, &start, &act_len))
469 printf(" start\t= 0x%08lx\n", si->mr[i].start);
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c47 static struct sysinit_data **start; variable in typeref:struct:sysinit_data
222 err(EX_SOFTWARE, "Could not seek to start of input file");
229 start = do_malloc(sizeof(void *) * entries);
230 stop = start + entries;
233 start[c] = &((struct sysinit_data *)input_ptr)[c];
235 if (start != stop)
236 endian32 = (*start)->dw_endian32;
239 for (sipp = start; sipp < stop; sipp++) {
247 qsort(start, entries, sizeof(void *), &compare);
250 qsort(start, entrie
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c155 free_verify(dmu_buf_impl_t *db, uint64_t start, uint64_t end, dmu_tx_t *tx) argument
165 off = start - (db->db_blkid * 1<<epbs);
166 num = end - start + 1;
239 uint64_t start, end, dbstart, dbend; local
260 start = blkid >> shift;
261 if (dbstart < start) {
262 bp += start - dbstart;
264 start = dbstart;
271 ASSERT3U(start, <=, end);
274 FREE_VERIFY(db, start, en
350 int start = blkid >> shift; local
[all...]
H A Dspace_map.c284 uint64_t start; local
287 start = (rs->rs_start - sm->sm_start) >> sm->sm_shift;
306 *entry++ = SM_OFFSET_ENCODE(start) |
310 start += run_len;
354 uint64_t start, uint64_t size, uint8_t shift, kmutex_t *lp)
365 sm->sm_start = start;
353 space_map_open(space_map_t **smp, objset_t *os, uint64_t object, uint64_t start, uint64_t size, uint8_t shift, kmutex_t *lp) argument
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c76 uint32_t start, stuff, value, flags, lso_flag, mss; local
82 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, NULL, &value, &flags);
96 VMXNET3_DEBUG(dp, 4, "flags=0x%x, ethLen=%u, start=%u, "
97 "stuff=%u, value=%u\n", flags, ethLen, start, stuff, value);
136 ol->hlen = start + ethLen;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c340 char *start; local
344 start = &line[sizeof("dlname=")-1];
345 len = strlen(start);
346 if(len > 3 && start[0] == '\'') {
347 ntmp=&start[1];
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c501 char *start, *end; local
504 for (start = attrs;
505 start &&
506 *start &&
508 start = end) {
509 if (*start == ',') start++;
510 if (*start == '(') {
512 if (!(end = slp_utf_strchr(start, ')')))
514 parens_attr(start, collato
[all...]
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c80 "drop", "extend", "ping", "release", "start", "status",
861 * wait at most 5 seconds for the agent to start.
978 hrtime_t start, end; local
986 start = gethrtime();
997 *msec -= NSEC2MSEC(end - start);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c116 int word_start; /* The index in line[] of the start of the username */
262 * Get a pointer to the start of the incomplete filename.
329 * might be the start of the last component, and mark the character
330 * that follows it as the start of the name that is to be completed.
338 * We have reached either the end of the filename or the start of
382 * If we are at the start of the filename and the first character of the
513 * word_start int The index within line[] of the start of the
540 * Iterate through the list of users, recording those which start
591 * word_start int The index within line[] of the start of the
613 int start; /* Th local
[all...]
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c619 char *start = 0; local
625 if (start == 0)
626 start = cp;
630 return (start ? (end[1] = 0, start) : cp);
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c474 char start, end; local
484 start = *str++;
490 if (start > end) {
508 if (c >= start && c <= end)
513 if (c < start || c > end)
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c670 char *start; local
680 start = cp;
698 if ((*tpp++ = strdup(start)) == NULL) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c334 * 1*( %x74 "=" start-time SP stop-time CRLF)
335 * start-time = time / "0"
357 /* Get start-time */
1175 const char *start; local
1199 start = sdp_info;
1200 end = start + len;
1201 if (commp_skip_white_space(&start, end) != 0) {
1207 current = start;
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c223 uint8_t start, end; local
232 start = eap->is_ea_sub[0].is_ea_sub_instance;
236 for (i = start; i <= end; i++) {
244 start = eap->is_ea_sub[2].is_ea_sub_instance;
248 for (i = start; i <= end; i++) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c1073 char *start; local
1098 start = loc2;
1124 start = (char *)linebuf;
1132 loc1 = start + (loc1 - (char *)genbuf);
1133 loc2 = start + (loc2 - (char *)genbuf);
1135 braslist[i] = start + (braslist[i] - (char *)genbuf);
1136 braelist[i] = start + (braelist[i] - (char *)genbuf);
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c55 unsigned long start; member in struct:hd_geometry
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c361 char *start = (char *)0; local
363 start = tchar;
374 if (*start == '\\') {
375 switch (*(start + 1)) {
380 start += 2;
386 start += 2;
392 start += 2;
396 *cp++ = *start++;
400 *cp++ = *start++;
1096 /* start readin
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c494 inaccbl_drv_warn(int start, int max) argument
500 for (l = start; l < max; l++) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c137 * Find start of a section within the config file,
142 find_file_section(FILE *fd, char *start) argument
151 if (strncmp(start, buf, strlen(start)) == 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c194 checksum(uint8_t buf[], int start, int end) argument
199 for (i = start; i <= end; i++) {
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c64 timestruc_t start; member in struct:ps
238 p->start = info.pr_start;
386 /* sort by start time */
390 if (cp->start.tv_sec < sp->start.tv_sec)
392 if (cp->start.tv_sec == sp->start.tv_sec &&
393 cp->start.tv_nsec < sp->start.tv_nsec)
440 pp->start
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c71 off_t start; member in struct:swap_area
354 sa->start);
381 sf->path, sa->start, sa->len);
422 SWAP_ADD, sf->path, sa->start, sa->len);
771 sa->start = swt_ent->ste_start;
789 if (sa->start == swt_ent->ste_start &&
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h112 int a; /* start line in old file */
114 int c; /* start line in new file */
149 char start[256]; /* specify where to start, used with -S */ variable
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c867 newfileinfo(int start) argument
875 for (mp = &message[start - 1]; mp < &message[msgCount]; mp++)
879 for (mp = &message[start - 1]; mp < &message[msgCount]; mp++)
887 for (mp = &message[start - 1]; mp < &message[msgCount]; mp++) {

Completed in 117 milliseconds

1234567891011>>