Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 25 of 207) sorted by relevance

123456789

/freebsd-9-stable/crypto/heimdal/lib/roken/
Denvironment.c66 rk_read_env_file(FILE *F, char ***env, int *assigned) in rk_read_env_file() argument
75 *assigned = 0; in rk_read_env_file()
103 (*assigned)++; in rk_read_env_file()
120 (*assigned)++; in rk_read_env_file()
136 int assigned; in read_environment() local
142 rk_read_env_file(F, env, &assigned); in read_environment()
144 return assigned; in read_environment()
/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dvsscanf.c185 int assigned = 0; in vsscanf()
289 if (assigned == 0) in vsscanf()
290 assigned = EOF; in vsscanf()
333 assigned + 1, chunk, in vsscanf()
340 ++assigned; in vsscanf()
345 returnCode(assigned); in vsscanf()
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_get_default_timeout.pod15 SSL_get_default_timeout() returns the default timeout value assigned to
20 Whenever a new session is negotiated, it is assigned a timeout value,
DSSL_set_connect_state.pod24 it was either assigned a dedicated client method, a dedicated server
DSSL_CTX_set_timeout.pod23 Whenever a new session is created, it is assigned a maximum lifetime. This
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonCallingConv.td23 // Alternatively, they are assigned to the stack in 4-byte aligned units.
33 // Alternatively, they are assigned to the stack in 4-byte aligned units.
/freebsd-9-stable/share/examples/ppp/
Dppp.linkdown.sample8 # 1) The label that matches the IP number assigned to our side.
29 # assigned a dynamic IP number by the peer, this may be worth while
Dppp.linkup.sample8 # 1) The label that matches the IP number assigned to our side.
36 # as arguments too - useful for informing a DNS of your assigned IP.
/freebsd-9-stable/contrib/amd/
DREADME.ldap7 The IANA has assigned the following Private Enterprise Number to:
43 The IANA has assigned the following Private Enterprise
/freebsd-9-stable/lib/libcam/
Dscsi_cmdparse.c107 int assigned = 0; in do_buff_decode() local
132 assigned++; \ in do_buff_decode()
268 assigned++; in do_buff_decode()
316 return (assigned); in do_buff_decode()
/freebsd-9-stable/share/examples/IPv6/
DUSAGE12 A link-local address is automatically assigned to each interface, when
15 assigned when it becomes up (with "ifconfig IF up").
17 If you do not see a link-local address assigned to an interface on "ifconfig
43 global addresses will be assigned automatically. So, neither
68 generated from a prefix assigned to the interface, and a
77 the kernel consistently with prefixes assigned by Router
78 Advertisement (in case of hosts) and with prefixes assigned by Router
80 change of prefix properties take precedence over ones assigned by
103 To check assigned prefix, use the "ndp" command (See description of
359 address assigned to the interface. Routing protocol (such as RIPng)
/freebsd-9-stable/contrib/wpa/hostapd/
Dhostapd.accept2 # with the AP. Optional VLAN ID can be assigned for clients based on the
/freebsd-9-stable/sys/dev/puc/
Dpuc.c478 device_t assigned, originator; in puc_bus_alloc_resource() local
508 assigned = rman_get_device(res); in puc_bus_alloc_resource()
509 if (assigned == NULL) /* Not allocated */ in puc_bus_alloc_resource()
511 else if (assigned != originator) in puc_bus_alloc_resource()
517 if (assigned == NULL) in puc_bus_alloc_resource()
/freebsd-9-stable/contrib/ipfilter/rules/
Dnat-setup31 addresses assigned to you, maybe several different blocks, or you use a
33 assigned, these can be used to create either a 1:1 mapping (if you have
/freebsd-9-stable/contrib/ofed/management/opensm/doc/
DOpenSM_PKey_Mgr.txt16 2. Each partition group might be assigned an explicit P_Key (only the 15
41 3. Each EndPort will be assigned P_Keys as follows:
/freebsd-9-stable/release/picobsd/floppy.tree/etc/ppp/
Dppp.secret.sample8 # If an IP address is given, it will be assigned to the peer.
/freebsd-9-stable/etc/
Dhosts28 # real official assigned numbers. Do not try to invent your own network
/freebsd-9-stable/contrib/groff/
DLICENSE19 the groff source package which are under the GPL has been assigned to
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcCallingConv.td26 // Alternatively, they are assigned to the stack in 4-byte aligned units.
110 // be assigned to integer and float registers.
/freebsd-9-stable/sys/powerpc/psim/
Dpsim-tree45 ./assigned-addresses \
/freebsd-9-stable/crypto/openssh/
DPROTOCOL.key51 Before the key is encrypted, a random integer is assigned
/freebsd-9-stable/contrib/bsnmp/
Doid-list6 an official OID for Fokus: enterprises 12325 and assigned the sub-OID 1
/freebsd-9-stable/contrib/ncurses/misc/
Dmakedef.cmd124 * (later on it'll be assigned an unused export code)
150 * Those that did not have a valid one (just 0) are assigned a new one.
/freebsd-9-stable/contrib/smbfs/examples/
Ddot.nsmbrc21 # where 'key' represents parameter name and 'value' a value assigned
/freebsd-9-stable/share/snmp/mibs/
DFREEBSD-MIB.txt30 ::= { enterprises 2238 } -- assigned by IANA

123456789