Lines Matching defs:lfield
1438 char *lfield[DFS_LINK_HDR_NFIELDS];
1450 if ((lfield[i] = strsep((char **)&buf, ":")) == NULL)
1455 linkver = strtoul(lfield[i++], NULL, 10);
1459 info->i_state = strtoul(lfield[i++], NULL, 10);
1460 info->i_propflags = strtoul(lfield[i++], NULL, 10);
1461 info->i_timeout = strtoul(lfield[i++], NULL, 10);
1462 (void) strlcpy(info->i_guid, lfield[i++], sizeof (info->i_guid));
1463 info->i_ntargets = strtoul(lfield[i++], NULL, 10);
1466 cpylen = cmntlen = strtoul(lfield[i++], NULL, 10);
1498 if ((lfield[j] = strsep((char **)&buf, ":")) == NULL) {
1504 (void) strlcpy(t->t_server, lfield[0], sizeof (t->t_server));
1505 (void) strlcpy(t->t_share, lfield[1], sizeof (t->t_share));
1506 t->t_state = strtoul(lfield[2], NULL, 10);
1507 t->t_priority.p_class = strtoul(lfield[3], NULL, 10);
1508 t->t_priority.p_rank = strtoul(lfield[4], NULL, 10);