Searched refs:name (Results 1 - 25 of 4837) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Dcd9660_rrip.h18 * 4. Neither the name of the University nor the names of its contributors
68 u_char name [1]; /* XXX */ member in struct:__anon13
H A Diso.h18 * 4. Neither the name of the University nor the names of its contributors
187 char name [1]; /* XXX */ member in struct:iso_directory_record
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h13 * 4. Neither the name of the University nor the names of its contributors
125 #define ARPSTAT_ADD(name, val) \
126 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
127 #define ARPSTAT_SUB(name, val) ARPSTAT_ADD(name, -(val))
128 #define ARPSTAT_INC(name) ARPSTAT_ADD(name, 1)
129 #define ARPSTAT_DEC(name) ARPSTAT_SUB(name, 1)
/illumos-gate/usr/src/boot/include/netinet/
H A Dip_var.h13 * 4. Neither the name of the University nor the names of its contributors
141 #define IPSTAT_ADD(name, val) \
142 VNET_PCPUSTAT_ADD(struct ipstat, ipstat, name, (val))
143 #define IPSTAT_SUB(name, val) IPSTAT_ADD(name, -(val))
144 #define IPSTAT_INC(name) IPSTAT_ADD(name, 1)
145 #define IPSTAT_DEC(name) IPSTAT_SUB(name, 1)
151 #define KMOD_IPSTAT_INC(name) \
[all...]
H A Dudp_var.h14 * 4. Neither the name of the University nor the names of its contributors
109 #define UDPSTAT_ADD(name, val) \
110 VNET_PCPUSTAT_ADD(struct udpstat, udpstat, name, (val))
111 #define UDPSTAT_INC(name) UDPSTAT_ADD(name, 1)
117 #define KMOD_UDPSTAT_INC(name) \
118 kmod_udpstat_inc(offsetof(struct udpstat, name) / sizeof(uint64_t))
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c19 * 4. The name of TooLs GmbH may not be used to endorse or promote products
114 char name [1]; member in struct:ptable_ent
132 p = dp->name + isonum_711(dp->name_len) + lenskip;
133 /* Names of even length have a padding byte after the name. */
191 * too hard, so just bail and use the default name.
205 p = dp->name + isonum_711(dp->name_len);
242 cp = dp->name;
502 char *buf, *name; local
526 name = rrip_lookup_name(f, ep, lenskip, &namelen);
528 name
[all...]
H A Ddosfs.c94 u_char oem[8]; /* OEM name and version */
215 fs->root.name[0] = ' ';
419 dos_checksum(char *name, char *ext) argument
424 bcopy(name, buf, 8);
454 if (dd.de.name[0] == 0)
458 if (dd.de.name[0] == 0xe5)
470 * to get the long file name. 0x40 marks the
471 * last entry containing part of long file name.
489 x = dos_checksum(dd.de.name, dd.de.ext);
562 char name[25 local
595 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep) argument
[all...]
H A Ddosfs.h71 u_char name[8]; /* name */ member in struct:__anon60
83 u_char name1[5][2]; /* 1st name area */
87 u_char name2[6][2]; /* 2nd name area */
89 u_char name3[2][2]; /* 3rd name area */
H A Denvironment.c45 * Look up (name) and return it's env_var structure.
48 env_getenv(const char *name) argument
53 if (!strcmp(ev->ev_name, name))
67 env_setenv(const char *name, int flags, const void *value, argument
72 if ((ev = env_getenv(name)) != NULL) {
92 ev->ev_name = strdup(name);
142 getenv(const char *name) argument
147 if ((ev = env_getenv(name)) != NULL) {
156 setenv(const char *name, const char *value, int overwrite) argument
159 if (overwrite || (env_getenv(name)
179 unsetenv(const char *name) argument
[all...]
H A Dext2fs.c49 * 4. Neither the name of the University nor the names of its contributors
206 char fd_volname[16]; /* volume name */
207 char fd_fsmnt[64]; /* name last mounted on */
298 u_int8_t d_namlen; /* name length */
326 static int search_directory(char *name, struct open_file *f,
447 * Get next component of path name.
754 * Search a directory for a name and return its
758 search_directory(char *name, struct open_file *f, ino_t *inumber_p) argument
767 length = strlen(name);
780 strncmp(name, d
[all...]
H A Dnandfs.c563 strncpy(d->d_name, dirent->name, dirent->name_len);
676 NANDFS_DEBUG("%s: dirent.name = %s\n",
677 __func__, dirent->name);
683 (strncmp(strp, dirent->name, len) == 0) &&
711 dirent->name_len, dirent->name, node->inode->i_mode);
715 __func__, dirent->name_len, dirent->name);
H A Dnfs.c15 * 3. The name of the author may not be used to endorse or promote products
106 char name[0]; member in struct:nfs_readdir_data
275 nfs_lookupfh(struct nfs_iodesc *d, const char *name, struct nfs_iodesc *newfd) argument
281 char name[FNAME_SIZE]; member in struct:args
308 len = strlen(name);
309 if (len > sizeof(args->name))
310 len = sizeof(args->name);
311 bcopy(name, args->name, len);
543 * Get next component of path name
878 nfs_lookupfh(struct nfs_iodesc *d, const char *name, struct nfs_iodesc *newfd) argument
[all...]
H A Dstand.h42 * 4. Neither the name of the University nor the names of its contributors
325 extern struct env_var *env_getenv(const char *name);
326 extern int env_setenv(const char *name, int flags,
329 extern char *getenv(const char *name);
330 extern int setenv(const char *name, const char *value,
333 extern int unsetenv(const char *name);
H A Dufs.c27 * 3. Neither the name of the University nor the names of its contributors
438 * Search a directory for a name and return its
442 search_directory(name, f, inumber_p)
443 char *name;
455 length = strlen(name);
470 !strcmp(name, dp->d_name)) {
577 * Get next component of path name.
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c596 str = s->gzhead->name;
713 (s->gzhead->name == Z_NULL ? 0 : 8) +
794 if (s->gzhead->name != Z_NULL) {
810 val = s->gzhead->name[s->gzindex++];
H A Dinflate.c762 state->head->name != Z_NULL &&
764 state->head->name[state->length++] = len;
773 state->head->name = Z_NULL;
H A Dzlib.h120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ member in struct:gz_header_s
121 uInt name_max; /* space at name (only when reading header) */
554 file name, no extra data, no comment, no modification time (set to zero), no
751 deflate(). The text, time, os, extra field, name, and comment information
754 caller must assure that, if not Z_NULL, name and comment are terminated with
762 the time set to zero, and os set to 255, with no extra, name, or comment
982 If name is not Z_NULL, then up to name_max characters are written there,
986 of extra, name, or comment are not Z_NULL and the respective field is not
H A Dzutil.h106 # define F_OPEN(name, mode) \
107 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
184 # define F_OPEN(name, mode) fopen((name), (mode))
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c305 head.name = out;
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h13 * 4. Neither the name of the University nor the names of its contributors
41 * and the equivalent assembly language names. CNAME is given a name as
43 * language name.
55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \
56 .type CNAME(name),@function; CNAME(name):
57 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name)
60 #define END(name)
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c48 #define BOARD_CONFIG(name, _desc) \
49 static struct board_config name##config = { \
51 .probe = name##_probe, \
52 .init = name##_init, \
54 DATA_SET(boards, name##config)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dboot.c241 * Scrounge for the name of the (try)'th file we will try to boot.
246 static char *name = NULL; local
251 if (name != NULL) {
252 free(name);
253 name = NULL;
274 name = malloc(len + 1);
275 strncpy(name, spec, len);
276 name[len] = 0;
278 if (name && name[
[all...]
H A Dbootstrap.h123 const char *pp_name; /* handler/bus name */
183 char *m_name; /* module name */
201 char *f_name; /* file name */
223 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
224 int mod_loadkld(const char *name, int argc, char *argv[]);
228 struct preloaded_file *file_findfile(const char *name, const char *type);
230 struct preloaded_file *file_loadraw(const char *name, char *type, int argc,
287 /* Locate the device for (name), return pointer to tail in (*path) */
288 int (*arch_getdev)(void **dev, const char *name, const char **path);
308 #define LOAD_RAW 2 /* data points to the file name
[all...]
H A Dcommands.c222 char name[20]; local
231 sprintf(name, " %-15s ", (*cmdp)->c_name);
232 pager_output(name);
375 * A passable emulation of the sh(1) command of the same name.
387 char *name; local
416 name = (argc > 0) ? argv[0]: NULL;
429 if (name != NULL)
430 setenv(name, buf, 1);
H A Dconsole.c39 static int cons_find(const char *name);
159 * Find the console with the specified name.
162 cons_find(const char *name) argument
167 if (!strcmp(consoles[cons]->c_name, name))

Completed in 529 milliseconds

1234567891011>>