Lines Matching defs:entry

120 			/* invalid entry */
333 * converts a device_map entry into a printable string
358 * calls dmap2str to break given devmap_t into printable entry.
359 * returns pointer to decoded entry, NULL on error.
391 * converts a device_allocate entry into a printable string
454 * calls da2str to break given devalloc_t into printable entry.
455 * returns pointer to decoded entry, NULL on error.
499 * calls _def2str to break given da_defs_t into printable entry.
500 * returns pointer decoded entry, NULL on error.
522 * returns 0 if given entry not found, 1 if given entry removed, 2 on
538 * During DA_ADD, we keep an existing entry unless
539 * we have DA_FORCE set to override that entry.
551 /* retaining defattr entry: tmp_str->se_str */
643 * Cycles through again, adds dargs entry
646 * IFF it is a new entry.
783 /* retaining devmap entry: tmp_str->se_str */
860 /* make list w/o this entry */
871 /* retaining devalloc entry: tmp_str->se_str */
894 * returns 0 if given entry not found, 1 if given entry removed, 2 on
923 /* retaining devalloc entry: tmp_str->se_str */
954 /* retaining devmap entry: tmp_str->se_str */
1051 * writes the new entry to devalloc_defaults.
1797 * Either this is the first entry ever, or no matching entry
1800 if (dentry == NULL) /* first entry ever */
1802 else /* no matching entry */
1880 * This is the first entry of this device type.
2027 * what we removed above was the first entry
2028 * in the list. make the next entry to be the
2034 * the matching entry was the only entry in the list
2060 * that /devices entry.
2065 * da_rm_list_entry removes an entry from the linked list of devices.
2097 /* Presumably in daemon mode, no need to remove entry, list is empty */
2145 deventry_t *entry, *dentry;
2161 for (entry = dentry; entry != NULL; entry = entry->next) {
2162 devinfo = &(entry->devinfo);