Searched refs:name (Results 176 - 200 of 6474) sorted by relevance

1234567891011>>

/freebsd-10.1-release/etc/rc.d/
H A Dccd11 name="ccd"
23 load_rc_config $name
H A Ddmesg13 name="dmesg"
25 load_rc_config $name
H A Dhostid_save12 name="hostid_save"
27 load_rc_config $name
H A Dnisdomain35 name="nisdomain"
53 load_rc_config $name
H A Dpwcheck12 name="pwcheck"
26 load_rc_config $name
H A Dquota15 name="quota"
17 load_rc_config $name
H A Dresolv36 name="resolv"
39 load_rc_config $name
44 if [ -n "`/bin/kenv dhcp.domain-name-servers 2> /dev/null`" ]; then
45 interface="`/bin/kenv boot.netif.name`"
47 if [ -n "`/bin/kenv dhcp.domain-name 2> /dev/null`" ]; then
48 echo domain `/bin/kenv dhcp.domain-name`
51 set -- `/bin/kenv dhcp.domain-name-servers`
H A Dswaplate12 name="swaplate"
H A Dautomount12 name="automount"
30 load_rc_config $name
H A Dnatd12 name="natd"
14 command="/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
42 load_rc_config $name
H A Droute6d12 name="route6d"
19 load_rc_config $name
/freebsd-10.1-release/lib/libc/iconv/
H A Dcitrus_aliasname_local.h43 __isforcemapping(const char *name) argument
46 return (_bcs_strcasecmp("/force", name));
/freebsd-10.1-release/lib/libthr/arch/amd64/include/
H A Dpthread_md.h11 * 2. Neither the name of the author nor the names of its contributors
56 * Evaluates to the byte offset of the per-tcb variable name.
58 #define __tcb_offset(name) __offsetof(struct tcb, name)
61 * Evaluates to the type of the per-tcb variable name.
63 #define __tcb_type(name) __typeof(((struct tcb *)0)->name)
66 * Evaluates to the value of the per-tcb variable name.
68 #define TCB_GET64(name) ({ \
69 __tcb_type(name) __resul
[all...]
/freebsd-10.1-release/lib/libthr/arch/i386/include/
H A Dpthread_md.h55 * Evaluates to the byte offset of the per-tcb variable name.
57 #define __tcb_offset(name) __offsetof(struct tcb, name)
60 * Evaluates to the type of the per-tcb variable name.
62 #define __tcb_type(name) __typeof(((struct tcb *)0)->name)
65 * Evaluates to the value of the per-tcb variable name.
67 #define TCB_GET32(name) ({ \
68 __tcb_type(name) __result; \
73 : "m" (*(volatile u_int *)(__tcb_offset(name)))); \
[all...]
/freebsd-10.1-release/sbin/geom/misc/
H A Dsubr.h37 off_t g_get_mediasize(const char *name);
38 unsigned int g_get_sectorsize(const char *name);
40 int g_metadata_read(const char *name, unsigned char *md, size_t size,
42 int g_metadata_store(const char *name, const unsigned char *md, size_t size);
43 int g_metadata_clear(const char *name, const char *magic);
49 int gctl_change_param(struct gctl_req *req, const char *name, int len,
51 int gctl_delete_param(struct gctl_req *req, const char *name);
52 int gctl_has_param(struct gctl_req *req, const char *name);
/freebsd-10.1-release/sys/powerpc/include/
H A Dasm.h17 * 4. The name of TooLs GmbH may not be used to endorse or promote products
65 #define DOT_LABEL(name) __CONCAT(.,name)
66 #define TYPE_ENTRY(name) .size name,24; \
67 .type DOT_LABEL(name),@function; \
68 .globl DOT_LABEL(name);
69 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name);
[all...]
/freebsd-10.1-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf18 # name "any char" ; - to set user friendly device name
39 name "Default entry";
46 name "Ericsson T68 phone";
53 name "3COM PCCARD";
60 name "Dummy";
/freebsd-10.1-release/bin/sh/
H A Dalias.h16 * 4. Neither the name of the University nor the names of its contributors
40 char *name; member in struct:alias
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 int ignore_symbol(GElf_Sym *sym, const char *name);
/freebsd-10.1-release/contrib/byacc/
H A Dsymtab.c15 hash(const char *name) argument
20 assert(name && *name);
21 s = name;
30 make_bucket(const char *name) argument
34 assert(name != 0);
42 bp->name = TMALLOC(char, strlen(name) + 1);
43 NO_SPACE(bp->name);
57 strcpy(bp->name, nam
63 lookup(const char *name) argument
[all...]
/freebsd-10.1-release/contrib/expat/xmlwf/
H A Dfilemap.h8 int filemap(const wchar_t *name,
13 int filemap(const char *name,
/freebsd-10.1-release/contrib/gdb/gdb/config/
H A Dtm-sunos.h26 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) \
/freebsd-10.1-release/contrib/gdb/gdb/regformats/
H A Dregdef.h26 /* The name of this register - NULL for pad entries. */
27 const char *name; member in struct:reg
/freebsd-10.1-release/contrib/texinfo/info/
H A Ddribble.h33 extern void open_dribble_file (char *name);
/freebsd-10.1-release/crypto/heimdal/kadmin/
H A Dkadmin-commands.in17 * 3. Neither the name of the Institute nor the names of its contributors
36 name = "stash"
37 name = "kstash"
72 name = "dump"
86 name = "init"
107 name = "load"
114 name = "merge"
121 name = "add"
122 name = "ank"
123 name
[all...]

Completed in 216 milliseconds

1234567891011>>