Searched refs:name (Results 151 - 175 of 5975) sorted by relevance

1234567891011>>

/freebsd-9.3-release/etc/rc.d/
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 Dswap112 name="swap1"
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
H A Drouted12 name="routed"
20 load_rc_config $name
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_aliasname_local.h43 __isforcemapping(const char *name) argument
46 return (_bcs_strcasecmp("/force", name));
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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);
H A Dsymbol.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
35 ignore_symbol(GElf_Sym *sym, const char *name) argument
50 if (strcmp(name, "_START_") == 0 || strcmp(name, "_END_") == 0)
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dns_2.h27 dns_name_t name; member in struct:dns_rdata_ns
/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dfilemap.h8 int filemap(const wchar_t *name,
13 int filemap(const char *name,
/freebsd-9.3-release/contrib/gdb/gdb/config/
H A Dtm-sunos.h26 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) \
/freebsd-9.3-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-9.3-release/contrib/texinfo/info/
H A Ddribble.h33 extern void open_dribble_file (char *name);
/freebsd-9.3-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"
67 name = "dump"
81 name = "init"
97 name = "load"
104 name = "merge"
111 name = "add"
112 name = "ank"
113 name
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dinitgroups.c17 * 3. Neither the name of the Institute nor the names of its contributors
42 initgroups(const char *name, gid_t basegid) argument
/freebsd-9.3-release/sys/netinet6/
H A Draw_ip6.h13 * 3. Neither the name of the project nor the names of its contributors
51 #define RIP6STAT_ADD(name, val) V_rip6stat.name += (val)
52 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1)

Completed in 307 milliseconds

1234567891011>>