Searched defs:line (Results 601 - 621 of 621) sorted by relevance

<<2122232425

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c377 * Default values to initialize the cache line size and latency timer
1755 * set up cache line to 16 for 64 bytes of pci burst size
4576 eri_debug_msg(const char *file, int line, struct eri *erip, argument
4591 debug_msg_string[type], file, line,
4597 line, msg_buffer);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c70 * Maximum number of characters to display in compound4 summary line.
691 char *line = NULL; local
697 line = get_sum_line();
700 (void) sprintf(line, "NFS C %s",
703 line += strlen(line);
710 sprintf(line, " (%.20s) %s",
715 check_retransmit(line, xid);
717 (void) sprintf(line, "NFS R %s ",
720 line
757 char *line = NULL; local
2233 sum_comp4res(char *line, char *(*sumres_fn)(void)) argument
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h280 * Stores one command line for a rule
287 * Remember any command line prefixes given
564 * Name "target" gets one line prop
672 struct Line line; member in union:Body
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2890 zerror("Command line too long");
2975 * Fetch the list of recognized command-line options from
3011 * Append the option to the command line passed to the
3015 zerror("Install command line too long");
3020 zerror("Post-Install command line too long");
3027 zerror("Install command line too long");
3033 zerror("Post-Install command line too long");
4879 char line[64]; /* should be large enough to answer yes or no */ local
4886 if (fgets(line, sizeof (line), stdi
4900 char line[ZONENAME_MAX + 128]; /* Enough for "Are you sure ..." */ local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c689 "service and should not be run from the command line.");
899 char line[LINE_MAX]; local
912 while (fgets(line, sizeof (line), fp) != NULL) {
915 if ((err = vrrpd_read_vrconf(line, &conf)) != VRRP_SUCCESS) {
916 vrrp_log(VRRP_ERR, "failed to parse %d line %s",
917 linenum, line);
922 * Blank or comment line
2001 char line[LINE_MAX]; local
2040 while (fgets(line, sizeo
2123 vrrpd_write_vrconf(char *line, size_t len, vrrp_vr_conf_t *conf) argument
2159 vrrpd_read_vrconf(char *line, vrrp_vr_conf_t *conf) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c302 locking_cb(int mode, int type, char *file, int line) argument
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c32 * primary output format is a line of attributes (selected by -o), possibly
123 static size_t line_sz; /* Bytes in the header line. */
171 do_scfdie(const char *file, int line) argument
174 file, line, scf_strerror(scf_error()));
1117 * Collapse multi-line tm_common_name values into a single line.
1899 "\t-H omit header line from output\n"
2902 add_processes(scf_walkinfo_t *wip, char *line, scf_propertygroup_t *lpg) argument
2909 return (line);
2924 return (line);
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4206 char line[MAXTNZLEN]; local
4213 while (fgets(line, sizeof (line), fp) != NULL) {
4217 if (strlen(line) == MAXTNZLEN - 1)
4219 if ((zcent = tsol_sgetzcent(line, NULL, NULL)) == NULL)
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c646 if (strncmp(line, "add ", MAX(MIN(word_end, 4), 1)) == 0)
647 return (add_stuff(cpl, line, add_cmds, word_end));
648 if (strncmp(line, "clear ", MAX(MIN(word_end, 6), 2)) == 0)
649 return (add_stuff(cpl, line, clear_cmds, word_end));
650 if (strncmp(line, "select ", MAX(MIN(word_end, 7), 3)) == 0)
651 return (add_stuff(cpl, line, select_cmds, word_end));
652 if (strncmp(line, "set ", MAX(MIN(word_end, 4), 3)) == 0)
653 return (add_stuff(cpl, line, set_cmds, word_end));
654 if (strncmp(line, "remove ", MAX(MIN(word_end, 7), 1)) == 0)
655 return (add_stuff(cpl, line, remove_cmd
845 static char line[1024]; /* arbitrary large amount */ local
1608 char line[64]; /* should be enough to answer yes or no */ local
1642 char line[ZONENAME_MAX + 128]; /* enough to ask a question */ local
2613 char line[ZONENAME_MAX + 128]; /* enough to ask a question */ local
7070 char line[128]; /* enough to ask a question */ local
7312 char prompt[MAXPATHLEN + ZONENAME_MAX + MAX_RT_STRLEN + 5], *line; local
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c208 * undo command. It records a copy of the input line from before
209 * the command-mode action which edited the input line.
212 char *line; /* A historical copy of the input line */ member in struct:__anon4072
214 /* line[] when the line was modified. */
215 int ntotal; /* The number of characters in line[] */
216 int saved; /* True once a line has been saved after the */
226 /* change to the line. */
367 GlHistory *glh; /* The line
394 char *line; /* A line-input buffer of allocated size */ member in struct:GetLine
9578 gl_lookup_history(GetLine *gl, unsigned long id, GlHistoryLine *line) argument
12496 gl_append_history(GetLine *gl, const char *line) argument
12529 _gl_append_history(GetLine *gl, const char *line) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c144 * We store the line numbers of each argument as we parse them,
1345 "\tthe IPsec policy from the command line while the 'policy'\n"
2423 * Insert a ";", read the line and discard it. Repeat
2424 * this logic nlines - 1 times. For the last line there
2427 * as it would affect the next line. Thus when we comment
2428 * the last line we seek one less and insert a ";"
2430 * penultimate line with ; and newline of the last line
2431 * will become part of the previous line.
2437 * offset of the next line
3619 error_message(error_type_t error, int type, int line) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c383 * command line.
536 int mflag; /* return the command line used to create this FS */
667 case 'm': /* return command line used to create this FS */
841 * values that can be set on the command line.
914 * line and which are completely dependent on the
1119 * was not specified in newfs command line. Calculate nsect
1541 * overwritten by the rdfs() of the superblock in the next line.
1546 * below with in-line calls to read() or write(). This allows better
2460 * The next line limits a UFS file system to the maximum
3498 gettext(" -m : dump fs cmd line use
5494 char line[80]; local
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c69 * There will be 8 of these structures used to dump an ecache line (64 bytes).
159 * the given line is in any of the valid or modified states, respectively.
248 #define CPU_BADLINE_CI_ERR 6 /* E$ clean_bad line when idle */
249 #define CPU_BADLINE_CB_ERR 7 /* E$ clean_bad line when busy */
250 #define CPU_BADLINE_DI_ERR 8 /* E$ dirty_bad line when idle */
251 #define CPU_BADLINE_DB_ERR 9 /* E$ dirty_bad line when busy */
562 "dcache-line-size", &dcache_linesize,
564 "icache-line-size", &icache_linesize,
566 "ecache-line-size", &ecache_alignsize,
1163 /* Display entire cache line, i
3485 int line, scan_lines, flush_clean_busy = 0, flush_dirty_busy = 0; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h432 uint16_t line; member in struct:mptsas_hash_table
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c299 /* current parse line */
4047 "'!', line %u.\n"), lineno);
4054 "line %u.\n"), lineno);
4331 ipqos_msg(MT_ERROR, gettext("\'{\' missing at line "
4468 gettext("Array declaration line %u is invalid.\n"), startln);
4691 * closing quotes need to be on the same line.
4716 /* if first call initialize line buf to default size */
4734 * loop reading lines until we've read a line with a non-whitespace
4745 * we have either read a complete line or reached the
4775 /* if read the last line */
4911 read_enum_nvs(char *line, char *module_name) argument
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c32 * operates in both command line mode to handle user or script invoked
2061 * If no classes were given on the command line, then return DEVFSADM_SUCCESS.
2063 * matches one of the device classes given on the command line,
4165 * command line arguments RM_PRE RM_POST RM_PRE && RM_POST &&
4213 * remove structure matches a class given on the command line
5762 * command line version of devfsadm running, since it may have changed
5993 char line[1024], *cp; local
6004 while (fgets(line, sizeof (line), fp) != NULL) {
6007 if ((cp = strchr(line, '#')) !
6038 char line[PATH_MAX+1]; local
6150 char line[MAX_DEVLINK_LINE], *cp; local
7373 char line[MAX_LDEV_LINE]; local
7577 char line[256]; local
8439 is_blank(char *line) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c36 /* Maximum number of string expansions per line, to break infinite loops. */
341 int line; /* parse line */ member in struct:roffnode
345 int endspan; /* end-rules: next-line or infty */
352 int ln, /* parse line */ \
740 static char *roffit_macro; /* nil-terminated macro line */
823 int line, int col)
832 p->line = line;
981 roff_node_alloc(struct roff_man *man, int line, in argument
822 roffnode_push(struct roff *r, enum rofft tok, const char *name, int line, int col) argument
1055 roff_word_alloc(struct roff_man *man, int line, int pos, const char *word) argument
1085 roff_elem_alloc(struct roff_man *man, int line, int pos, int tok) argument
1095 roff_block_alloc(struct roff_man *man, int line, int pos, int tok) argument
1106 roff_head_alloc(struct roff_man *man, int line, int pos, int tok) argument
1117 roff_body_alloc(struct roff_man *man, int line, int pos, int tok) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c255 __dprintf(const char *file, const char *func, int line, const char *fmt, ...) argument
282 * arg2 = line number
286 char *, newfile, char *, func, int, line, char *, buf);
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h1243 * (equals frame lines 313-336 for 625 line video standards,
1244 * 263-286 for 525 line standards)
1276 * (equals frame lines 313-336 for 625 line video standards, 263-286
1277 * for 525 line standards)
1287 uint32_t line; /* 1-23 */ member in struct:v4l2_sliced_vbi_data
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1026 bam_print("%s\n", lp->line);
1450 * only the line field is guaranteed to have valid values
1753 bam_print(_("%s\n"), lp->line);
1853 ret = s_fputs(start->line, fp);
3016 (void) snprintf(path, sizeof (path), "%s%s", root, lp->line);
3265 if (strstr(lp->line, "Error:") != NULL ||
3266 strstr(lp->line, "Inode number overflow") != NULL) {
3267 (void) fprintf(stderr, "%s\n", lp->line);
3281 (void) fprintf(stderr, "%s\n", lp->line);
3377 * Prepare mkisofs command line an
4739 char save, *cp, *line; local
5005 int line, entry, len, n; local
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7232 __be32 line; member in struct:fw_debug_cmd::fw_debug::fw_debug_assert

Completed in 317 milliseconds

<<2122232425