Searched refs:f_len (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 285 long f_len = 0; in xcmd() local 291 f_len = pathconf(MSG_ORIG(MSG_STR_PERIOD), _PC_NAME_MAX); in xcmd() 292 if (f_len == -1) { in xcmd() 310 f = create_extract(next, rawname, f_len, cmd_info); in xcmd() 665 create_extract(ARFILE *a, int rawname, int f_len, Cmd_info *cmd_info) in create_extract() argument 682 if (f_len <= len) { in create_extract() 683 dup = malloc(f_len+1); in create_extract() 690 (void) strncpy(dup, f_name, f_len); in create_extract()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sysiosbus.c | 1453 int i, n, len, f_len; in sbus_ctlops() local 1473 f_len = snprintf(msgbuf, REPORTDEV_BUFSIZE, in sbus_ctlops() 1484 f_len += snprintf(msgbuf + len, in sbus_ctlops() 1489 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops() 1499 f_len += snprintf(msgbuf + len, in sbus_ctlops() 1511 f_len += snprintf(msgbuf + len, in sbus_ctlops() 1515 f_len += snprintf(msgbuf + len, in sbus_ctlops() 1520 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops() 1525 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in sbus_ctlops() 1527 "printed length 1024, real length %d", f_len); in sbus_ctlops()
|
/titanic_41/usr/src/common/fs/ |
H A D | pcfilep.h | 219 long f_len; /* size of file */ member
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 742 int i, n, len, f_len = 0; in rootnex_ctl_reportdev() local 746 f_len += snprintf(buf, REPORTDEV_BUFSIZE, in rootnex_ctl_reportdev() 755 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 758 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() 770 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 775 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 786 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 791 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 796 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in rootnex_ctl_reportdev() [all …]
|