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

  /src/sys/fs/cd9660/
cd9660_rrip.h 79 u_char component [ISODCL ( 5, 5)]; member in struct:__anoneb0f309c0508
  /src/usr.sbin/autofs/
common.c 125 char *component, *copy, *tofree, *partial, *tmp; local in function:create_directory
137 component = strsep(&copy, "/");
138 if (component == NULL)
140 tmp = concat(partial, '/', component);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 221 struct drm_audio_component *component; member in struct:nouveau_drm::__anonf0bc2d240608
  /src/sbin/raidctl/
raidctl.c 118 char component[PATH_MAX]; local in function:main
186 get_comp(component, optarg, sizeof(component));
210 get_comp(component, optarg, sizeof(component));
216 get_comp(component, optarg, sizeof(component));
222 get_comp(component, optarg, sizeof(component));
243 get_comp(component, optarg, sizeof(component))
    [all...]
  /src/sys/arch/sparc/sparc/
promlib.c 499 * XXX - currently we discard any qualifiers attached to device component names
505 char component[64]; local in function:obp_v2_finddevice
517 * Identify next component in path
526 /* Copy component */
527 for (cp = component; startp != endp;) {
528 /* Check component bounds */
529 if (cp > component + sizeof component - 1)
534 /* Zero terminate this component */
541 node = prom_findnode(prom_firstchild(node), component);
    [all...]
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 118 u_char component [ISODCL ( 4, 256)]; member in struct:__anon69d016130308
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 542 * In order to find the boot wedge, we must iterate on each component,
581 "component /dev/%s", __func__, devname);
835 is relative to the partition used for the underlying component.
864 Look for a component to dump to. The preference for the
865 component to dump to is as follows:
866 1) the first component
867 2) a used_spare of the first component
868 3) the second component
869 4) a used_spare of the second component
882 At this point we have possibly selected a live component
1484 RF_SingleComponent_t component; local in function:rf_rebuild_in_place
1581 RF_SingleComponent_t component; local in function:raidioctl
    [all...]
  /src/lib/libc/time/
zic.c 1179 componentcheck(char const *name, char const *component,
1183 ptrdiff_t component_len = component_end - component;
1188 error(_(component == name
1197 && component[0] == '.' && component_end[-1] == '.') {
1199 error(_("file name '%s' contains '%.*s' component"),
1200 name, len, component);
1204 if (0 < component_len && component[0] == '-')
1205 warning(_("file name '%s' component contains leading '-'"),
1208 warning(_("file name '%s' contains overlength component"
1210 name, component_len_max, component);
1231 register char const *component = name; local in function:namecheck
    [all...]

Completed in 18 milliseconds