| /src/sbin/raidctl/ |
| raidctl.c | 118 char component[PATH_MAX]; local 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/fs/autofs/ |
| autofs.c | 205 autofs_cached(struct autofs_node *anp, const char *component, int componentlen) 222 error = autofs_node_find(anp, component, componentlen, NULL); 300 autofs_trigger_one(struct autofs_node *anp, const char *component, 312 key = autofs_strndup(component, componentlen, KM_SLEEP); 417 autofs_trigger(struct autofs_node *anp, const char *component, 423 error = autofs_trigger_one(anp, component, componentlen);
|
| autofs.h | 152 int autofs_trigger(struct autofs_node *anp, const char *component, 154 bool autofs_cached(struct autofs_node *anp, const char *component,
|
| /src/sys/fs/cd9660/ |
| cd9660_rrip.h | 79 u_char component [ISODCL ( 5, 5)]; member in struct:__anon6709
|
| cd9660_rrip.c | 123 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component; 131 * Gathering a Symbolic name from each component with path 187 /* Inserting component */ 257 /* Inserting component */
|
| /src/bin/sh/ |
| cd.c | 193 char *component; 199 * Check each component of the path. If we find a symlink or 218 component = q; 221 if (equal(component, "..")) 251 * Get the next component of the path name pointed to by cdcomppath.
|
| /src/sys/dev/raidframe/ |
| rf_disks.c | 482 /* note the fact that this component was 515 component since its modification 527 /* Didn't find it at all!! Component must 531 "component%d", c); 595 /* Let's start by claiming the component is fine and well... */ 602 printf("Ignoring missing component at column %d\n", col); 604 "component%d", col); 620 /* the component isn't there... must be dead :-( */ 643 /* This component was not automatically configured */ 661 printf("raid%d: Component %s being configured at col: %d\n" [all...] |
| 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 1581 RF_SingleComponent_t component; local [all...] |
| /src/usr.sbin/makefs/cd9660/ |
| iso9660_rrip.h | 118 u_char component [ISODCL ( 4, 256)]; member in struct:__anon8479
|
| iso9660_rrip.c | 516 memcpy(current->attr.rr_entry.SL.component + path_count, 564 current->attr.rr_entry.SL.component + 581 current->attr.rr_entry.SL.component[ 586 current->attr.rr_entry.SL.component[1] 591 current->attr.rr_entry.SL.component[ 600 memcpy(current->attr.rr_entry.SL.component +
|
| /src/usr.bin/make/unit-tests/ |
| dotwait.mk | 21 # then the target names will differ only in an alphabetic component
|
| /src/sys/arch/sparc/sparc/ |
| promlib.c | 632 * XXX - currently we discard any qualifiers attached to device component names 638 char component[64]; local 650 * Identify next component in path 659 /* Copy component */ 660 for (cp = component; startp != endp;) { 661 /* Check component bounds */ 662 if (cp > component + sizeof component - 1) 667 /* Zero terminate this component */ 674 node = prom_findnode(prom_firstchild(node), component); [all...] |
| /src/usr.sbin/sysinst/ |
| msg.pm.en | 41 message raid4 {4 - Striping with parity stored on the last component.}
|
| msg.pm.es | 41 message raid4 {4 - Striping con paridad almacenada en el �ltimo componente. component.}
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_drv.h | 221 struct drm_audio_component *component; member in struct:nouveau_drm::__anon5249
|
| /src/usr.sbin/autofs/ |
| common.c | 125 char *component, *copy, *tofree, *partial, *tmp; local 137 component = strsep(©, "/"); 138 if (component == NULL) 140 tmp = concat(partial, '/', component);
|
| /src/lib/libc/time/ |
| localtime.c | 1056 /* Fail if a relative name contains a non-terminal ".." component, 1059 char const *component; local 1060 for (component = relname; component[0]; component++) 1061 if (component[0] == '.' && component[1] == '.' 1062 && component[2] == '/' 1063 && (component == relname || component[-1] == '/') [all...] |
| zic.c | 1420 componentcheck(char const *name, char const *component, 1424 ptrdiff_t component_len = component_end - component; 1429 error(_(component == name 1438 && component[0] == '.' && component_end[-1] == '.') { 1440 error(_("file name '%s' contains '%.*s' component"), 1441 name, len, component); 1445 if (0 < component_len && component[0] == '-') 1446 warning(_("file name '%s' component contains leading '-'"), 1449 warning(_("file name '%s' contains overlength component" 1451 name, component_len_max, component); 1472 register char const *component = name; local [all...] |
| /src/sys/external/bsd/acpica/dist/compiler/ |
| readme.txt | 23 Manager component is used to create an internal ACPI namespace
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_disp.c | 37 #include <linux/component.h> 497 * audio component binding for ELD notification 502 #ifndef __NetBSD__ /* XXX nouveau audio component */ 509 #ifndef __NetBSD__ /* XXX nouveau audio component */ 559 drm->audio.component = acomp; 573 drm->audio.component = NULL; 589 #ifndef __NetBSD__ /* XXX nouveau audio component */ 598 #ifndef __NetBSD__ /* XXX nouveau audio component */ 628 nv50_audio_component_eld_notify(drm->audio.component, nv_crtc->index); 662 nv50_audio_component_eld_notify(drm->audio.component, nv_crtc->index) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_audio.c | 29 #include <linux/component.h> 1108 * i915_audio_component_init - initialize and register the audio component 1111 * This will register with the component framework a child component which 1113 * component when the latter is registered. During binding the child 1117 * its own component after which each side's component unbind callback is 1132 DRM_ERROR("failed to add audio component (%d)\n", ret); 1148 * i915_audio_component_cleanup - deregister the audio component 1151 * Deregisters the audio component, breaking any existing binding to th [all...] |
| intel_hdcp.c | 16 #include <linux/component.h> 1906 DRM_DEBUG_KMS("Failed at component add(%d)\n", ret);
|
| /src/share/mk/ |
| bsd.own.mk | 57 # Subdirectory or path component used for the following paths: 370 @echo "USETOOLS=no, but this component requires a version-specific host toolchain"
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm.c | 72 #include <linux/component.h> 1445 * the initializers of each DM component, then populating the struct with them. 2676 * display_index as an abstraction to use with DAL component
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 5505 fsub.x %fp0,%fp1 # determine low component of result 5936 fsub.x %fp0,%fp1 # determine low component of result
|