/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/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:__anoneb0f309c0508
|
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ste-href-tvk1281618-r2.dtsi | 97 * These interrupts cannot be used: the other component 118 * These interrupts cannot be used: the other component 155 * These interrupts cannot be used: the other component
|
qcom-apq8064.dtsi | 1651 * 2 - connected to STM 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 in function:rf_rebuild_in_place 1581 RF_SingleComponent_t component; local in function:raidioctl [all...] |
/src/usr.sbin/makefs/cd9660/ |
iso9660_rrip.h | 118 u_char component [ISODCL ( 4, 256)]; member in struct:__anon69d016130308
|
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 in function:obp_v2_finddevice 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/usr.sbin/autofs/ |
common.c | 125 char *component, *copy, *tofree, *partial, *tmp; local in function:create_directory 137 component = strsep(©, "/"); 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/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 23 Manager component is used to create an internal ACPI namespace
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
rtsm_ve-motherboard.dtsi | 6 * Motherboard component
|
/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...] |
/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 | 42 # Subdirectory or path component used for the following paths: 350 @echo "USETOOLS=no, but this component requires a version-specific host toolchain"
|