HomeSort by: relevance | last modified time | path
    Searched defs:next_obj (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/drvctl/
drvctl.c 258 prop_object_t next_obj; local in function:display_object
282 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
283 display_object(next_obj, nflag);
drvctl.c 258 prop_object_t next_obj; local in function:display_object
282 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
283 display_object(next_obj, nflag);
  /src/usr.sbin/envstat/
config.c 155 prop_object_t next_obj; local in function:display_object
179 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
180 display_object(next_obj, nflag);
config.c 155 prop_object_t next_obj; local in function:display_object
179 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
180 display_object(next_obj, nflag);

Completed in 22 milliseconds