Home
last modified time | relevance | path

Searched refs:f_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c286 long f_len = 0; in xcmd() local
292 f_len = pathconf(MSG_ORIG(MSG_STR_PERIOD), _PC_NAME_MAX); in xcmd()
293 if (f_len == -1) { in xcmd()
311 f = create_extract(next, rawname, f_len, cmd_info); in xcmd()
670 create_extract(ARFILE *a, int rawname, int f_len, Cmd_info *cmd_info) in create_extract() argument
687 if (f_len <= len) { in create_extract()
688 dup = malloc(f_len+1); in create_extract()
695 (void) strncpy(dup, f_name, f_len); in create_extract()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1408 int i, n, len, f_len; in sbus_ctlops() local
1428 f_len = snprintf(msgbuf, REPORTDEV_BUFSIZE, in sbus_ctlops()
1439 f_len += snprintf(msgbuf + len, in sbus_ctlops()
1444 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops()
1454 f_len += snprintf(msgbuf + len, in sbus_ctlops()
1466 f_len += snprintf(msgbuf + len, in sbus_ctlops()
1470 f_len += snprintf(msgbuf + len, in sbus_ctlops()
1475 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops()
1480 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in sbus_ctlops()
1482 "printed length 1024, real length %d", f_len); in sbus_ctlops()
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h217 long f_len; /* size of file */ member
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c732 int i, n, len, f_len = 0; in rootnex_ctl_reportdev() local
736 f_len += snprintf(buf, REPORTDEV_BUFSIZE, in rootnex_ctl_reportdev()
745 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
748 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
755 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
760 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
765 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
776 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
781 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
786 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in rootnex_ctl_reportdev()
[all …]