Searched refs:name (Results 401 - 425 of 6474) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/etc/rc.d/
H A Dlocal13 name="local"
35 load_rc_config $name
H A Dmountlate13 name="mountlate"
46 load_rc_config $name
H A Dntpdate12 name="ntpdate"
33 load_rc_config $name
H A Dopensm12 name="opensm"
27 load_rc_config $name
H A Dpflog12 name="pflog"
55 load_rc_config $name
H A Dpppoed13 name="pppoed"
32 load_rc_config $name
H A Drctl12 name="rctl"
38 load_rc_config $name
H A Droot12 name="root"
41 load_rc_config $name
H A Dsecurelevel11 name="securelevel"
28 load_rc_config $name
H A Dsppp13 name="sppp"
35 load_rc_config $name
H A Dsysctl10 name="sysctl"
36 load_rc_config $name
H A Dubthidhci13 name="ubthidhci"
31 load_rc_config $name
H A Dugidfw11 name="ugidfw"
41 load_rc_config $name
/freebsd-10.1-release/lib/csu/common/
H A Dcrtbrand.c58 char name[sizeof(NOTE_FREEBSD_VENDOR)]; member in struct:__anon5533
64 .name = NOTE_FREEBSD_VENDOR,
/freebsd-10.1-release/lib/libc/gen/
H A Dsetdomainname.c13 * 4. Neither the name of the University nor the names of its contributors
42 setdomainname(const char *name, int namelen) argument
48 if (sysctl(mib, 2, NULL, NULL, (void *)name, namelen) == -1)
H A Dsethostname.c13 * 4. Neither the name of the University nor the names of its contributors
42 sethostname(const char *name, int namelen) argument
48 if (sysctl(mib, 2, NULL, NULL, (void *)name, namelen) == -1)
H A Duname.c13 * 4. Neither the name of the University nor the names of its contributors
44 uname(struct utsname *name) argument
46 return __xuname(32, name);
/freebsd-10.1-release/lib/libelf/
H A Delf_hash.c38 elf_hash(const char *name) argument
43 s = (const unsigned char *) name;
/freebsd-10.1-release/lib/libgssapi/
H A Dgss_display_name.c35 #include "name.h"
45 struct _gss_name *name = (struct _gss_name *) input_name; local
52 if (name == NULL) {
58 * If we know it, copy the buffer used to import the name in
62 if (name->gn_value.value) {
63 output_name_buffer->value = malloc(name->gn_value.length);
68 output_name_buffer->length = name->gn_value.length;
69 memcpy(output_name_buffer->value, name->gn_value.value,
72 *output_name_type = &name->gn_type;
77 SLIST_FOREACH(mn, &name
[all...]
/freebsd-10.1-release/libexec/bootpd/
H A Dhwaddr.h15 * The string pointed to by "name" is the cononical name of the network.
19 char *name; member in struct:hwinfo
31 * Return the canonical name of the network of the given type.
34 #define netname(type) ((hwinfolist[(int) (type)]).name)
/freebsd-10.1-release/sbin/dhclient/
H A Dtree.h17 * 3. Neither the name of The Internet Software Consortium nor the names
56 char *name; member in struct:universe
62 char *name; member in struct:option
/freebsd-10.1-release/sbin/geom/class/concat/
H A Dgeom_concat.c58 "[-v] name prov ..."
65 "[-fv] name ..."
75 "[-hv] name prov ..."
82 "[-fv] name ..."
92 const char *name; local
97 name = gctl_get_ascii(req, "verb");
98 if (name == NULL) {
102 if (strcmp(name, "label") == 0)
104 else if (strcmp(name, "clear") == 0)
106 else if (strcmp(name, "dum
117 const char *name; local
183 const char *name; local
223 const char *name; local
[all...]
/freebsd-10.1-release/sys/boot/fdt/dts/arm/
H A Dbeaglebone-black.dts162 name = "led1";
167 name = "led2";
172 name = "led3";
177 name = "led4";
/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h17 #define LIST_HEAD(name, type) \
18 struct name { \
/freebsd-10.1-release/sys/dev/ofw/
H A Dofwvar.h87 #define OFW_DEF(name) DATA_SET(ofw_set, name)

Completed in 214 milliseconds

<<11121314151617181920>>